mirror of
https://github.com/syncthing/syncthing.git
synced 2026-04-09 08:58:05 -04:00
ef0f34b0df5ba05eba0fa4a1782ab630cdf4346d
This fixes a typo at the end of the ignoring.rst file and takes the opportunity to improve the formatting of the RST file a bit and add some missing commas.
Syncthing Docs ============== This repo is the source behind http://docs.syncthing.net/. Editing ------- To edit the documentation you need a GitHub account. Once you have created one and logged in, you can edit any page by navigating to the corresponding file and clicking the edit (pen) icon. This will create a so called "fork" and a "pull request", which will be approved by one of the existing documentation team members. Once you have made a contribution or two, you can be added to the documentation team and perform edits without requiring approval. In the long run, learning to use Git_ and running Sphinx_ on your computer is beneficial. Structure --------- The documentation is divided into an index page (``index.rst``) and various subsections. The sections are: - Introductory information in ``intro``. - Information for users in ``users``. - Information for developers in ``dev``. The documentation uses the `rst format`_. For a starting point check out the `reStructuredText Primer`_ .. _Git: http://www.git-scm.com/ .. _Sphinx: http://sphinx-doc.org/ .. _`rst format`: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html .. _`reStructuredText Primer`: http://sphinx-doc.org/rest.html License ======= All documentation and protocol specifications are licensed under the `Creative Commons Attribution 4.0 International License <http://creativecommons.org/licenses/by/4.0/>`__.
Languages
Go
84.6%
HTML
7.1%
JavaScript
5.7%
Shell
1.8%
CSS
0.7%