1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Quickstart for beginners

This commit is contained in:
Nicolas Lœuillet 2016-01-09 14:34:49 +01:00 committed by Nicolas Lœuillet
parent 0aafb8dfcb
commit 5c072d2b57
12 changed files with 227 additions and 15 deletions

View file

@ -11,12 +11,13 @@ keeping content only. Elements like navigation or ads are deleted.
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/create_account
user/login
@ -25,4 +26,12 @@ The main documentation for this application is organized into a couple sections:
user/import
user/download_articles
user/filters
user/tags
user/tags
.. _dev-docs:
.. toctree::
:maxdepth: 2
:caption: Developer documentation
developer/docker

View file

@ -3,6 +3,10 @@ Save your first article
The main purpose of wallabag is to save web articles. You have many ways to do it.
.. note::
A quickstart will be displayed in the application until you save your first article.
By using a bookmarklet
----------------------