diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-19 15:30:49 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-19 15:30:49 +0100 |
commit | 68003139e133835805b143b62c4407f19b495dab (patch) | |
tree | 9a71a15d021330fb6d55cc338f125161ddfc61dd /docs/de/index.rst | |
parent | bbd4ae7b56d9db744482a5630abad350f2d819af (diff) | |
parent | cb1a6590c0e58c56d0612066501b3a586b103ed5 (diff) | |
download | wallabag-68003139e133835805b143b62c4407f19b495dab.tar.gz wallabag-68003139e133835805b143b62c4407f19b495dab.tar.zst wallabag-68003139e133835805b143b62c4407f19b495dab.zip |
Merge remote-tracking branch 'origin/master' into 2.2
# Conflicts:
# .editorconfig
# docs/de/index.rst
# docs/de/user/import.rst
# docs/en/index.rst
# docs/en/user/configuration.rst
# docs/en/user/import.rst
# docs/fr/index.rst
# docs/fr/user/import.rst
# src/Wallabag/CoreBundle/Command/InstallCommand.php
# src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
# src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
# web/bundles/wallabagcore/themes/baggy/css/style.min.css
# web/bundles/wallabagcore/themes/baggy/js/baggy.min.js
# web/bundles/wallabagcore/themes/material/css/style.min.css
# web/bundles/wallabagcore/themes/material/js/material.min.js
Diffstat (limited to 'docs/de/index.rst')
-rw-r--r-- | docs/de/index.rst | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/docs/de/index.rst b/docs/de/index.rst index 8f5b1361..c1ce7d4b 100644 --- a/docs/de/index.rst +++ b/docs/de/index.rst | |||
@@ -8,10 +8,6 @@ wallabag Dokumentation | |||
8 | **wallabag** ist eine Read-it-later Applikation: es speichert Websites, | 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. | 9 | indem es nur den Inhalt behält. Elemente wie Navigation oder Werbung werden gelöscht. |
10 | 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: | 11 | Die Hauptdokumentation für diese Applikation ist in einigen Abschnitten organisiert: |
16 | 12 | ||
17 | * :ref:`user-docs` | 13 | * :ref:`user-docs` |
@@ -28,24 +24,19 @@ Die Dokumentation ist in anderen Sprachen verfügbar : | |||
28 | :maxdepth: 2 | 24 | :maxdepth: 2 |
29 | :caption: Nutzerdokumentation | 25 | :caption: Nutzerdokumentation |
30 | 26 | ||
31 | user/faq | ||
32 | user/installation | 27 | user/installation |
33 | user/upgrade-2.0.x-2.1.1 | 28 | user/upgrade |
34 | user/upgrade-2.0.x-2.1.1 | 29 | user/configuration |
35 | user/migration | ||
36 | user/import | 30 | user/import |
37 | user/create_account | 31 | user/create_account |
38 | user/login | 32 | user/articles |
39 | user/configuration | ||
40 | user/first_article | ||
41 | user/errors_during_fetching | 33 | user/errors_during_fetching |
42 | user/annotations | ||
43 | user/download_articles | ||
44 | user/filters | 34 | user/filters |
45 | user/tags | 35 | user/tags |
46 | user/android | 36 | user/android |
47 | user/parameters | 37 | user/parameters |
48 | user/backup | 38 | user/backup |
39 | user/faq | ||
49 | 40 | ||
50 | .. _dev-docs: | 41 | .. _dev-docs: |
51 | 42 | ||
@@ -57,5 +48,4 @@ Die Dokumentation ist in anderen Sprachen verfügbar : | |||
57 | developer/docker | 48 | developer/docker |
58 | developer/documentation | 49 | developer/documentation |
59 | developer/translate | 50 | developer/translate |
60 | developer/redis | 51 | developer/asynchronous |
61 | developer/rabbitmq | ||