Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
@@ -0,0 +1,11 @@
+===========================
+Administrator documentation
+
+.. toctree::
+ :maxdepth: 1
+ installation
+ api
+ filtron
+ morty
@@ -0,0 +1,13 @@
+=======================
+Developer documentation
+ quickstart
+ contribution_guide
+ engine_overview
+ search_api
+ plugins
+ translation
@@ -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
----------------------------
- dev/install/installation
- admin/api
- admin/filtron
- admin/morty
- blog/blog
-Developer documentation
------------------------
.. toctree::
+ :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
@@ -0,0 +1,9 @@
+==================
+User documentation
+ search_syntax
+ own-instance