diff options
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/developer/documentation.rst | 12 | ||||
-rw-r--r-- | docs/en/index.rst | 1 |
2 files changed, 13 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 | ||
diff --git a/docs/en/index.rst b/docs/en/index.rst index 6d2ce8f3..74e09f1a 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst | |||
@@ -46,5 +46,6 @@ The main documentation for this application is organized into a couple sections: | |||
46 | 46 | ||
47 | developer/api | 47 | developer/api |
48 | developer/docker | 48 | developer/docker |
49 | developer/documentation | ||
49 | developer/translate | 50 | developer/translate |
50 | developer/maintenance | 51 | developer/maintenance |