Commit Graph

16 Commits

Author SHA1 Message Date
Jakob Borg
08e652b2a2 Add development content from old wiki 2015-06-03 19:46:27 +02:00
Stefan Tatschner
4f2b1e5d04 Add a TODO, since the debugging page duplicates syncthing(1) 2015-05-31 10:31:07 +02:00
Jakob Borg
84e2295834 Typos 2015-05-30 08:31:21 +02:00
Jakob Borg
e29443e5dc Update building.rst 2015-05-30 08:29:22 +02:00
Jakob Borg
665ce7aa58 Note about GOPATH 2015-05-30 08:24:24 +02:00
Stefan Tatschner
5d5d5394a0 Fix broken .. seealso:: 2015-05-29 23:34:41 +02:00
Stefan Tatschner
a979a50124 Create syncthing-rest-api(7) 2015-05-29 16:43:13 +02:00
Stefan Tatschner
bcee82cdde Create syncthing-device-ids(7) 2015-05-29 16:42:28 +02:00
Stefan Tatschner
0215ab696a Create syncthing-event-api(7) 2015-05-29 16:39:22 +02:00
Stefan Tatschner
dd410c92f1 Fix some rst styling things in autostart.rst 2015-05-29 16:26:09 +02:00
Stefan Tatschner
e3cb19f311 Do not count by hand
Humans are too stupid to count, so let the computer do the actual work!
2015-05-29 16:24:58 +02:00
Stefan Tatschner
e5242d68b4 Change .. code:: to .. code-block::
Sphinx uses .. code-block:: directives to enable highlighting:
http://sphinx-doc.org/markup/code.html#directive-code-block

Use

  for i in *.rst; do
        sed -i 's/code::/code-block::/g' $i
    done

to update these strings to enable proper highlighting.

Note: A have disabled the windows "bash" one, because the highlighting
is broken anyway...
2015-05-29 16:24:58 +02:00
Alex Chan
f6b264275b Spelling fixes 2015-05-29 09:40:00 +01:00
Jakob Borg
567d3dd0f5 Sync with latest Wiki content, syncthing -> Syncthing 2015-05-29 09:10:37 +02:00
Jakob Borg
997d586c5e Style & cleanups 2015-05-28 14:06:57 +02:00
Jakob Borg
fd7fe795ad Initial 2015-05-28 12:40:43 +02:00