diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-01-15 15:21:43 +0100 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-01-15 15:21:43 +0100 |
commit | 790573d45899504bdecd2573c8f64018e23b139e (patch) | |
tree | 58715ecffdaa63660f30447e64fcf892d06a223f /docs/en/index.rst | |
parent | 9ee44a109a93ce8af5a85fb1ba349d390623454d (diff) | |
parent | 5c072d2b57b2b5f95b25411909ac8a6af2ef6ebe (diff) | |
download | wallabag-790573d45899504bdecd2573c8f64018e23b139e.tar.gz wallabag-790573d45899504bdecd2573c8f64018e23b139e.tar.zst wallabag-790573d45899504bdecd2573c8f64018e23b139e.zip |
Merge pull request #1560 from wallabag/v2-quickstart
Fix #1501 Quickstart for beginners
Diffstat (limited to 'docs/en/index.rst')
-rw-r--r-- | docs/en/index.rst | 13 |
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. | |||
11 | The main documentation for this application is organized into a couple sections: | 11 | The 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 | ||