]> git.immae.eu Git - github/wallabag/wallabag.git/blob - docs/en/index.rst
add docs for Import feature
[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 user/import
28
29 user/organize
30 user/filters
31 User/read_an_article
32 User/search
33 User/epub_conversion
34 User/issue_with_article
35 User/rss_feed
36 User/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