]> git.immae.eu Git - github/wallabag/wallabag.git/blob - docs/en/index.rst
Merge pull request #3167 from wallabag/doc-github-template
[github/wallabag/wallabag.git] / docs / en / index.rst
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
11 The main documentation for this application is organized into a couple sections:
12
13 * :ref:`user-docs`
14 * :ref:`dev-docs`
15
16 The documentation is available in other languages:
17
18 * `Documentation en français <http://doc.wallabag.org/fr/master/>`_
19 * `Dokumentation in Deutsch <http://doc.wallabag.org/de/master/>`_
20
21 .. _user-docs:
22
23 .. toctree::
24 :maxdepth: 2
25 :caption: User documentation
26
27 user/installation
28 user/upgrade
29 user/configuration
30 user/import
31 user/create_account
32 user/articles
33 user/errors_during_fetching
34 user/filters
35 user/tags
36 user/configuring_mobile
37 user/android
38 user/parameters
39 user/backup
40 user/faq
41
42 .. _dev-docs:
43
44 .. toctree::
45 :maxdepth: 2
46 :caption: Developer documentation
47
48 developer/api
49 developer/docker
50 developer/paywall
51 developer/documentation
52 developer/translate
53 developer/asynchronous