diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-05-04 14:42:14 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-05-04 14:42:14 +0200 |
commit | 7c1f64c967e98432faaed5d6f11eddf055010066 (patch) | |
tree | f0423e3eeab50268bc0a148903415fe04069fcbb /docs/en/developer | |
parent | 8b563fc04ee5ab6adc8370bdaf7f8a5b50f14f95 (diff) | |
download | wallabag-7c1f64c967e98432faaed5d6f11eddf055010066.tar.gz wallabag-7c1f64c967e98432faaed5d6f11eddf055010066.tar.zst wallabag-7c1f64c967e98432faaed5d6f11eddf055010066.zip |
Add documentation to know how to contribute to the documentation :trollface:
Diffstat (limited to 'docs/en/developer')
-rw-r--r-- | docs/en/developer/documentation.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/en/developer/documentation.rst b/docs/en/developer/documentation.rst new file mode 100644 index 00000000..ab206479 --- /dev/null +++ b/docs/en/developer/documentation.rst | |||
@@ -0,0 +1,12 @@ | |||
1 | Contribute to this documentation | ||
2 | ================================ | ||
3 | |||
4 | Sources of our documentation are here https://github.com/wallabag/wallabag/tree/master/docs | ||
5 | |||
6 | We use `ReadTheDocs | ||
7 | <https://readthedocs.org>`__ to generate it. | ||
8 | |||
9 | Pages are written in `Restructured Text | ||
10 | <https://en.wikipedia.org/wiki/ReStructuredText>`__ format. You can use online tools like http://rst.aaroniles.net/ or http://rst.ninjs.org/ to preview your articles. | ||
11 | |||
12 | If you create a new page, don't forget to edit the `index.rst <https://raw.githubusercontent.com/wallabag/wallabag/master/docs/en/index.rst>`__ file to add a link in the sidebar. \ No newline at end of file | ||