diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-02-17 13:54:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-17 13:54:48 +0100 |
commit | 628f9d31de8a5e6fc5b762e449b9bf5e4c6f13b7 (patch) | |
tree | 1e00406740e28afe59d1913cbd8b06a184843480 /docs/it/developer/documentation.rst | |
parent | 2edc5395814c01fbd71c66234aa751092b913c2b (diff) | |
parent | 9d8975f6b6e1998cff86a0198b247a5c1708bc59 (diff) | |
download | wallabag-628f9d31de8a5e6fc5b762e449b9bf5e4c6f13b7.tar.gz wallabag-628f9d31de8a5e6fc5b762e449b9bf5e4c6f13b7.tar.zst wallabag-628f9d31de8a5e6fc5b762e449b9bf5e4c6f13b7.zip |
Merge pull request #2908 from wallabag/move-it-documentatin
Moved :it: documentation into it folder
Diffstat (limited to 'docs/it/developer/documentation.rst')
-rw-r--r-- | docs/it/developer/documentation.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/it/developer/documentation.rst b/docs/it/developer/documentation.rst new file mode 100644 index 00000000..d4b63bb6 --- /dev/null +++ b/docs/it/developer/documentation.rst | |||
@@ -0,0 +1,12 @@ | |||
1 | Contribuite a questa documentazione | ||
2 | =================================== | ||
3 | |||
4 | Le fonti della nostra documentazione sono qui https://github.com/wallabag/wallabag/tree/master/docs | ||
5 | |||
6 | Usiamo `ReadTheDocs | ||
7 | <https://readthedocs.org>`__ per generarla. | ||
8 | |||
9 | Le pagine sono scritte nel formato `Restructured Text | ||
10 | <https://en.wikipedia.org/wiki/ReStructuredText>`__. Potete usare strumenti online come http://rst.aaroniles.net/ o http://rst.ninjs.org/ per vedere un'anteprima dei vostri articoli. | ||
11 | |||
12 | Se create una nuova pagina, non scordatevi di modificare il file `index.rst <https://raw.githubusercontent.com/wallabag/wallabag/master/docs/en/index.rst>`__ per aggiungere un link nella barra laterale. | ||