aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/index.rst
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-10-21 14:14:51 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-10-21 14:14:51 +0200
commit59e91bc8931a386974a3817e9849aad1ca7fc186 (patch)
tree4bd4f99cff41e32c3820f1770d5500c96630c32f /docs/en/index.rst
parenta4e1ddf2d64bba7c7e28459ccc6738a9a9e23e71 (diff)
downloadwallabag-59e91bc8931a386974a3817e9849aad1ca7fc186.tar.gz
wallabag-59e91bc8931a386974a3817e9849aad1ca7fc186.tar.zst
wallabag-59e91bc8931a386974a3817e9849aad1ca7fc186.zip
add docs
Diffstat (limited to 'docs/en/index.rst')
-rw-r--r--docs/en/index.rst57
1 files changed, 57 insertions, 0 deletions
diff --git a/docs/en/index.rst b/docs/en/index.rst
new file mode 100644
index 00000000..6ccfd44c
--- /dev/null
+++ b/docs/en/index.rst
@@ -0,0 +1,57 @@
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
27
28user/organize
29user/filters
30User/read_an_article
31User/search
32User/epub_conversion
33User/issue_with_article
34User/rss_feed
35User/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