2016-06-29 13:40:51 +00:00
2016-05-08 10:20:20 +01:00
2016-06-29 13:40:51 +00:00
2016-06-29 13:40:51 +00:00
2016-06-29 13:40:51 +00:00
2015-05-28 14:19:05 +02:00
2016-06-27 20:55:33 +00:00
2015-05-30 11:29:21 +02:00
2016-06-29 13:40:51 +00:00
2015-05-28 12:40:43 +02:00
2015-05-28 12:40:43 +02:00

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.

First steps to run is locally
 ::
 
  git clone https://github.com/syncthing/docs.git
  pip install -U Sphinx
  cd docs 
  make html
  # open _build/html/index.html

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/>`__.
S
Description
Open Source Continuous File Synchronization
Readme MPL-2.0 240 MiB
2026-07-09 06:17:32 +02:00
Languages
Go 84.2%
HTML 7.1%
JavaScript 5.6%
Shell 2.3%
CSS 0.7%