aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/index.rst
blob: 8cb1b47904e06e26ef54c73de2ef1a98027bdced (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
wallabag documentation
======================

.. image:: ../img/wallabag.png
   :alt: wallabag logo
   :align: center

**wallabag** is a read-it-later application: it saves a web page by
keeping content only. Elements like navigation or ads are deleted.

The main documentation for the site is organized into a couple sections:

* :ref:`user-docs`
* :ref:`admin-docs`
* :ref:`dev-docs`

.. _user-docs:

.. toctree::
   :maxdepth: 2
   :caption: User Documentation

   user/create_account
   user/login
   user/configuration
   user/first_article
   user/import

user/organize
user/filters
User/read_an_article
User/search
User/epub_conversion
User/issue_with_article
User/rss_feed
User/import_export

.. _admin-docs:

.. toctree::
   :maxdepth: 2
   :caption: Admin Documentation

   Administrator/install
   Administrator/update
   Administrator/hidden_options
   Administrator/multiusers
   Administrator/sessions

.. _dev-docs:

.. toctree::
   :maxdepth: 2
   :caption: Developer Documentation

   Developer/write_config_files
   Developer/create_new_theme
   Developer/git_repo