aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/index.rst
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-01-09 14:34:49 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-01-15 15:01:30 +0100
commit5c072d2b57b2b5f95b25411909ac8a6af2ef6ebe (patch)
tree1224140aff058371464d2737a6a3d6ae17f34d06 /docs/en/index.rst
parent0aafb8dfcb098ae586dc87f3487b4948f8ae2314 (diff)
downloadwallabag-5c072d2b57b2b5f95b25411909ac8a6af2ef6ebe.tar.gz
wallabag-5c072d2b57b2b5f95b25411909ac8a6af2ef6ebe.tar.zst
wallabag-5c072d2b57b2b5f95b25411909ac8a6af2ef6ebe.zip
Quickstart for beginners
Diffstat (limited to 'docs/en/index.rst')
-rw-r--r--docs/en/index.rst13
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/en/index.rst b/docs/en/index.rst
index 3c0a0d5a..7dd01b39 100644
--- a/docs/en/index.rst
+++ b/docs/en/index.rst
@@ -11,12 +11,13 @@ keeping content only. Elements like navigation or ads are deleted.
11The main documentation for this application is organized into a couple sections: 11The main documentation for this application is organized into a couple sections:
12 12
13* :ref:`user-docs` 13* :ref:`user-docs`
14* :ref:`dev-docs`
14 15
15.. _user-docs: 16.. _user-docs:
16 17
17.. toctree:: 18.. toctree::
18 :maxdepth: 2 19 :maxdepth: 2
19 :caption: User Documentation 20 :caption: User documentation
20 21
21 user/create_account 22 user/create_account
22 user/login 23 user/login
@@ -25,4 +26,12 @@ The main documentation for this application is organized into a couple sections:
25 user/import 26 user/import
26 user/download_articles 27 user/download_articles
27 user/filters 28 user/filters
28 user/tags \ No newline at end of file 29 user/tags
30
31.. _dev-docs:
32
33.. toctree::
34 :maxdepth: 2
35 :caption: Developer documentation
36
37 developer/docker \ No newline at end of file