From 6d905aa61c277fce715941e78785068e58a8535e Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Thu, 17 Mar 2022 23:55:35 +0000 Subject: [PATCH] Clean up the manual --- .gitignore | 3 ++- docs/SUMMARY.md | 10 ++++++++++ docs/{ => internals}/concepts.md | 0 docs/internals/index.md | 1 + 4 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 docs/SUMMARY.md rename docs/{ => internals}/concepts.md (100%) create mode 100644 docs/internals/index.md diff --git a/.gitignore b/.gitignore index 73573ef..51fd2fa 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ quickpeep_static/dist quickpeep_static/node_modules quickpeep/testdb.sqlite qp_web.ron -dist \ No newline at end of file +dist +book \ No newline at end of file diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md new file mode 100644 index 0000000..fbfbd27 --- /dev/null +++ b/docs/SUMMARY.md @@ -0,0 +1,10 @@ +# Summary + +- [QuickPeep]() +- [Running and Hosting]() + - [QuickPeep Search]() + - [QuickPeep Seed Collection Service]() + - [QuickPeep Raker]() + - [QuickPeep Indexer]() +- [Internals](./internals/index.md) + - [Concepts](./internals/concepts.md) diff --git a/docs/concepts.md b/docs/internals/concepts.md similarity index 100% rename from docs/concepts.md rename to docs/internals/concepts.md diff --git a/docs/internals/index.md b/docs/internals/index.md new file mode 100644 index 0000000..949d7ab --- /dev/null +++ b/docs/internals/index.md @@ -0,0 +1 @@ +# Internals