diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-12 19:48:42 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2019-12-12 19:48:42 +0100 |
commit | 04eeeb53a1215315d8027ac99978b560f45d5521 (patch) | |
tree | 7d2beb29402f47ca6d60dee09bef7a29cc7759af | |
parent | e9fff4fde6d7a8bec3fae087d2afe1fce2145f22 (diff) | |
download | searxng-04eeeb53a1215315d8027ac99978b560f45d5521.tar.gz searxng-04eeeb53a1215315d8027ac99978b560f45d5521.zip |
doc: moved reST sources in the right folder (much clearer)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-rw-r--r-- | docs/admin/index.rst | 11 | ||||
-rw-r--r-- | docs/admin/installation.rst (renamed from docs/dev/install/installation.rst) | 0 | ||||
-rw-r--r-- | docs/blog/index.rst (renamed from docs/blog/blog.rst) | 0 | ||||
-rw-r--r-- | docs/dev/index.rst | 13 | ||||
-rw-r--r-- | docs/index.rst | 38 | ||||
-rw-r--r-- | docs/user/index.rst | 9 |
6 files changed, 39 insertions, 32 deletions
diff --git a/docs/admin/index.rst b/docs/admin/index.rst new file mode 100644 index 000000000..f3a995769 --- /dev/null +++ b/docs/admin/index.rst @@ -0,0 +1,11 @@ +=========================== +Administrator documentation +=========================== + +.. toctree:: + :maxdepth: 1 + + installation + api + filtron + morty diff --git a/docs/dev/install/installation.rst b/docs/admin/installation.rst index 239ce0704..239ce0704 100644 --- a/docs/dev/install/installation.rst +++ b/docs/admin/installation.rst diff --git a/docs/blog/blog.rst b/docs/blog/index.rst index 52fa3f126..52fa3f126 100644 --- a/docs/blog/blog.rst +++ b/docs/blog/index.rst diff --git a/docs/dev/index.rst b/docs/dev/index.rst new file mode 100644 index 000000000..8e18066ca --- /dev/null +++ b/docs/dev/index.rst @@ -0,0 +1,13 @@ +======================= +Developer documentation +======================= + +.. toctree:: + :maxdepth: 1 + + quickstart + contribution_guide + engine_overview + search_api + plugins + translation diff --git a/docs/index.rst b/docs/index.rst index 8fd37cbdc..d9503fef6 100644 --- a/docs/index.rst +++ b/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 diff --git a/docs/user/index.rst b/docs/user/index.rst new file mode 100644 index 000000000..b13aca216 --- /dev/null +++ b/docs/user/index.rst @@ -0,0 +1,9 @@ +================== +User documentation +================== + +.. toctree:: + :maxdepth: 1 + + search_syntax + own-instance |