]> git.immae.eu Git - github/wallabag/wallabag.git/blob - docs/en/index.rst
Merge pull request #1495 from wallabag/v2-docs
[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 the site is organized into a couple sections:
12
13 * :ref:`user-docs`
14 * :ref:`admin-docs`
15 * :ref:`dev-docs`
16
17 .. _user-docs:
18
19 .. toctree::
20 :maxdepth: 2
21 :caption: User Documentation
22
23 user/create_account
24 user/login
25 user/configuration
26 user/first_article
27
28 user/organize
29 user/filters
30 User/read_an_article
31 User/search
32 User/epub_conversion
33 User/issue_with_article
34 User/rss_feed
35 User/import_export
36
37 .. _admin-docs:
38
39 .. toctree::
40 :maxdepth: 2
41 :caption: Admin Documentation
42
43 Administrator/install
44 Administrator/update
45 Administrator/hidden_options
46 Administrator/multiusers
47 Administrator/sessions
48
49 .. _dev-docs:
50
51 .. toctree::
52 :maxdepth: 2
53 :caption: Developer Documentation
54
55 Developer/write_config_files
56 Developer/create_new_theme
57 Developer/git_repo