]> git.immae.eu Git - github/wallabag/wallabag.git/blame - docs/en/index.rst
Merge pull request #1493 from wallabag/v2-pocket-import
[github/wallabag/wallabag.git] / docs / en / index.rst
CommitLineData
59e91bc8
NL
1wallabag 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
9keeping content only. Elements like navigation or ads are deleted.
10
11The 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
10b40f85 27 user/import
59e91bc8
NL
28
29user/organize
30user/filters
31User/read_an_article
32User/search
33User/epub_conversion
34User/issue_with_article
35User/rss_feed
36User/import_export
37
38.. _admin-docs:
39
40.. toctree::
41 :maxdepth: 2
42 :caption: Admin Documentation
43
44 Administrator/install
45 Administrator/update
46 Administrator/hidden_options
47 Administrator/multiusers
48 Administrator/sessions
49
50.. _dev-docs:
51
52.. toctree::
53 :maxdepth: 2
54 :caption: Developer Documentation
55
56 Developer/write_config_files
57 Developer/create_new_theme
58 Developer/git_repo