]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docs/en/index.rst
Merge pull request #1976 from wallabag/fix-filter-readingTime
[github/wallabag/wallabag.git] / docs / en / index.rst
index 3c0a0d5a99ba577204bf0d4407837a6f33deee7c..590c234a45a3a5a421c779696f63e7ba7bac7d0c 100644 (file)
@@ -8,21 +8,43 @@ wallabag documentation
 **wallabag** is a read-it-later application: it saves a web page by
 keeping content only. Elements like navigation or ads are deleted.
 
+.. note::
+
+    This documentation is about wallabag v2. If you want to read documentation for wallabag v1, `please have a look here <https://github.com/wallabag/documentation>`__.
+
 The main documentation for this application is organized into a couple sections:
 
 * :ref:`user-docs`
+* :ref:`dev-docs`
 
 .. _user-docs:
 
 .. toctree::
    :maxdepth: 2
-   :caption: User Documentation
+   :caption: User documentation
 
+   user/faq
+   user/installation
+   user/migration
+   user/upgrade
    user/create_account
    user/login
    user/configuration
    user/first_article
+   user/errors_during_fetching
+   user/annotations
    user/import
    user/download_articles
    user/filters
-   user/tags
\ No newline at end of file
+   user/tags
+
+.. _dev-docs:
+
+.. toctree::
+   :maxdepth: 2
+   :caption: Developer documentation
+
+   developer/api
+   developer/docker
+   developer/translate
+   developer/maintenance