aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/developer/documentation.rst
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-05-04 14:42:14 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-05-04 14:42:14 +0200
commit7c1f64c967e98432faaed5d6f11eddf055010066 (patch)
treef0423e3eeab50268bc0a148903415fe04069fcbb /docs/en/developer/documentation.rst
parent8b563fc04ee5ab6adc8370bdaf7f8a5b50f14f95 (diff)
downloadwallabag-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/documentation.rst')
-rw-r--r--docs/en/developer/documentation.rst12
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 @@
1Contribute to this documentation
2================================
3
4Sources of our documentation are here https://github.com/wallabag/wallabag/tree/master/docs
5
6We use `ReadTheDocs
7<https://readthedocs.org>`__ to generate it.
8
9Pages 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
12If 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