diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/index.rst | 13 | ||||
-rw-r--r-- | docs/en/user/first_article.rst | 4 |
2 files changed, 15 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 | ||
diff --git a/docs/en/user/first_article.rst b/docs/en/user/first_article.rst index c1ffd23f..6f94bbef 100644 --- a/docs/en/user/first_article.rst +++ b/docs/en/user/first_article.rst | |||
@@ -3,6 +3,10 @@ Save your first article | |||
3 | 3 | ||
4 | The main purpose of wallabag is to save web articles. You have many ways to do it. | 4 | The main purpose of wallabag is to save web articles. You have many ways to do it. |
5 | 5 | ||
6 | .. note:: | ||
7 | |||
8 | A quickstart will be displayed in the application until you save your first article. | ||
9 | |||
6 | By using a bookmarklet | 10 | By using a bookmarklet |
7 | ---------------------- | 11 | ---------------------- |
8 | 12 | ||