Browse Source

doc: moved reST sources in the right folder (much clearer)

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 5 years ago
parent
commit
04eeeb53a1
6 changed files with 39 additions and 32 deletions
  1. 11 0
      docs/admin/index.rst
  2. 0 0
      docs/admin/installation.rst
  3. 0 0
      docs/blog/index.rst
  4. 13 0
      docs/dev/index.rst
  5. 6 32
      docs/index.rst
  6. 9 0
      docs/user/index.rst

+ 11 - 0
docs/admin/index.rst

@@ -0,0 +1,11 @@
+===========================
+Administrator documentation
+===========================
+
+.. toctree::
+   :maxdepth: 1
+
+   installation
+   api
+   filtron
+   morty

+ 0 - 0
docs/dev/install/installation.rst → docs/admin/installation.rst


+ 0 - 0
docs/blog/blog.rst → docs/blog/index.rst


+ 13 - 0
docs/dev/index.rst

@@ -0,0 +1,13 @@
+=======================
+Developer documentation
+=======================
+
+.. toctree::
+   :maxdepth: 1
+
+   quickstart
+   contribution_guide
+   engine_overview
+   search_api
+   plugins
+   translation

+ 6 - 32
docs/index.rst

@@ -1,3 +1,4 @@
+================
 Welcome to searx
 ================
 
@@ -22,37 +23,10 @@ searx can be used over Tor for online anonymity.
 Get started with searx by using one of the :wiki:`Searx-instances`.  If you
 don't trust anyone, you can set up your own, see :ref:`installation`.
 
-
-User documentation
-------------------
-
-.. toctree::
-   :maxdepth: 1
-
-   user/search_syntax
-   user/own-instance
-
-Administrator documentation
----------------------------
-
-.. toctree::
-   :maxdepth: 1
-
-   dev/install/installation
-   admin/api
-   admin/filtron
-   admin/morty
-   blog/blog
-
-Developer documentation
------------------------
-
 .. toctree::
-   :maxdepth: 1
+   :maxdepth: 2
 
-   dev/quickstart
-   dev/contribution_guide
-   dev/engine_overview
-   dev/search_api
-   dev/plugins
-   dev/translation
+   user/index
+   admin/index
+   dev/index
+   blog/index

+ 9 - 0
docs/user/index.rst

@@ -0,0 +1,9 @@
+==================
+User documentation
+==================
+
+.. toctree::
+   :maxdepth: 1
+
+   search_syntax
+   own-instance