diff options
author | Sven Fischer <git-dev@linux4tw.de> | 2016-05-23 21:41:00 +0200 |
---|---|---|
committer | Sven Fischer <git-dev@linux4tw.de> | 2016-06-16 00:39:48 +0200 |
commit | 429480357f93f54c04108202efb35e33dcc0f832 (patch) | |
tree | e24c7363a795905dc66213e23d75f8345c342a3c /docs/de/index.rst | |
parent | 02d10905b3b8233ef918977ed2991f66daea0930 (diff) | |
download | wallabag-429480357f93f54c04108202efb35e33dcc0f832.tar.gz wallabag-429480357f93f54c04108202efb35e33dcc0f832.tar.zst wallabag-429480357f93f54c04108202efb35e33dcc0f832.zip |
translate documentation to German
Diffstat (limited to 'docs/de/index.rst')
-rw-r--r-- | docs/de/index.rst | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/docs/de/index.rst b/docs/de/index.rst new file mode 100644 index 00000000..5311150f --- /dev/null +++ b/docs/de/index.rst | |||
@@ -0,0 +1,52 @@ | |||
1 | wallabag Dokumentation | ||
2 | ====================== | ||
3 | |||
4 | .. image:: ../img/wallabag.png | ||
5 | :alt: wallabag Logo | ||
6 | :align: center | ||
7 | |||
8 | **wallabag** ist eine Read-it-later Applikation: es speichert Websites, | ||
9 | indem es nur den Inhalt behält. Elemente wie Navigation oder Werbung werden gelöscht. | ||
10 | |||
11 | .. tip:: | ||
12 | |||
13 | Diese Dokumentation ist über wallabag v2. Wenn du die Dokumentation für wallabag v1 lesen willst, `siehe dir bitte das hier an <https://github.com/wallabag/documentation>`__. | ||
14 | |||
15 | Die Hauptdokumentation für diese Applikation ist in einigen Abschnitten organisiert: | ||
16 | |||
17 | * :ref:`user-docs` | ||
18 | * :ref:`dev-docs` | ||
19 | |||
20 | .. _user-docs: | ||
21 | |||
22 | .. toctree:: | ||
23 | :maxdepth: 2 | ||
24 | :caption: Nutzerdokumentation | ||
25 | |||
26 | user/faq | ||
27 | user/installation | ||
28 | user/upgrade | ||
29 | user/migration | ||
30 | user/import | ||
31 | user/create_account | ||
32 | user/login | ||
33 | user/configuration | ||
34 | user/first_article | ||
35 | user/errors_during_fetching | ||
36 | user/annotations | ||
37 | user/download_articles | ||
38 | user/filters | ||
39 | user/tags | ||
40 | user/android | ||
41 | |||
42 | .. _dev-docs: | ||
43 | |||
44 | .. toctree:: | ||
45 | :maxdepth: 2 | ||
46 | :caption: Entwicklerdokumentation | ||
47 | |||
48 | developer/api | ||
49 | developer/docker | ||
50 | developer/documentation | ||
51 | developer/translate | ||
52 | developer/maintenance | ||