]>
Commit | Line | Data |
---|---|---|
59e91bc8 NL |
1 | wallabag documentation |
2 | ====================== | |
3 | ||
4 | .. image:: ../img/wallabag.png | |
5 | :alt: wallabag logo | |
6 | :align: center | |
7 | ||
8 | **wallabag** is a read-it-later application: it saves a web page by | |
9 | keeping content only. Elements like navigation or ads are deleted. | |
10 | ||
3495f78d NL |
11 | .. note:: |
12 | ||
13 | This documentation is about wallabag v2. If you want to read documentation for wallabag v1, `please have a look here <https://github.com/wallabag/documentation>`__. | |
14 | ||
a42938f4 | 15 | The main documentation for this application is organized into a couple sections: |
59e91bc8 NL |
16 | |
17 | * :ref:`user-docs` | |
5c072d2b | 18 | * :ref:`dev-docs` |
59e91bc8 NL |
19 | |
20 | .. _user-docs: | |
21 | ||
22 | .. toctree:: | |
23 | :maxdepth: 2 | |
5c072d2b | 24 | :caption: User documentation |
59e91bc8 | 25 | |
0e9339c4 | 26 | user/faq |
e6ebb14f | 27 | user/installation |
48bb9675 | 28 | user/migration |
59e91bc8 NL |
29 | user/create_account |
30 | user/login | |
31 | user/configuration | |
32 | user/first_article | |
924ef7ca | 33 | user/errors_during_fetching |
7720cca5 | 34 | user/annotations |
10b40f85 | 35 | user/import |
a42938f4 NL |
36 | user/download_articles |
37 | user/filters | |
5c072d2b NL |
38 | user/tags |
39 | ||
40 | .. _dev-docs: | |
41 | ||
42 | .. toctree:: | |
43 | :maxdepth: 2 | |
44 | :caption: Developer documentation | |
45 | ||
c8021811 | 46 | developer/api |
29c9e8f1 NL |
47 | developer/docker |
48 | developer/translate | |
437f1985 | 49 | developer/maintenance |