259dd170978b5ef06ed662bef58853b9baebe821
1. For Ubuntu-like systems, I removed the line about clicking to start the dashboard because it was unnecessarily specific to Unity. There are plenty of Ubuntu flavors and derivative distros which use other desktops. 2. For the systemd sections about setting up user and system services, I thought it would make more sense to explain the difference between user- and system-level services *before* telling the user how to enable them. 3. Pairs of systemd commands where you would run one or the other depending on how you set up the service should be labeled as such. Otherwise, inexperienced readers might think you should run the commands in succession. 4. umask is a tricky subject for people who haven't used it before, so I thought linking to an article that explains it would be helpful.
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/>`__.
Releases
9
v2.1.2-stignore.7
Latest
Languages
Go
84.2%
HTML
7.1%
JavaScript
5.6%
Shell
2.3%
CSS
0.7%