diff options
author | matteocoder <matteopaolini1995@gmail.com> | 2017-02-14 16:36:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-14 16:36:40 +0100 |
commit | 5601b4536cea2a4c5ebdd39251cc16ec92c01b1d (patch) | |
tree | 1d76df223aa55926b63555cbcf230b3a0d3ea999 /docs/ita/developer/documentation.rst | |
parent | 625bb561813222aea8a7a2e84e30e9f9de697017 (diff) | |
download | wallabag-5601b4536cea2a4c5ebdd39251cc16ec92c01b1d.tar.gz wallabag-5601b4536cea2a4c5ebdd39251cc16ec92c01b1d.tar.zst wallabag-5601b4536cea2a4c5ebdd39251cc16ec92c01b1d.zip |
Italian documentation added
There are some missing links in various articles. Please let me know how I can fix this :)
Diffstat (limited to 'docs/ita/developer/documentation.rst')
-rw-r--r-- | docs/ita/developer/documentation.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/ita/developer/documentation.rst b/docs/ita/developer/documentation.rst new file mode 100644 index 00000000..d4b63bb6 --- /dev/null +++ b/docs/ita/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. | ||