Frank Sachsenheim
5738ea240d
users/config: Correct username element -> user
...
GitHub-Pull-Request: https://github.com/syncthing/docs/pull/205
2016-07-17 06:51:32 +00:00
Jakob Borg
3b76ff6329
users/config: Empty is also an option for folder labels
2016-06-30 13:31:09 +02:00
Cedric Staniewski
6307a1b1db
users/config: Folder label are not unique
...
See https://github.com/syncthing/syncthing/issues/3367
GitHub-Pull-Request: https://github.com/syncthing/docs/pull/200
2016-06-30 11:29:55 +00:00
Jakob Borg
0bef7754bb
users/config: Update config article for current config format (v13)
...
GitHub-Pull-Request: https://github.com/syncthing/docs/pull/169
2016-05-17 07:10:55 +00:00
Lars K.W. Gohlke
0231d12897
users/config: Document folder labels
...
GitHub-Pull-Request: https://github.com/syncthing/docs/pull/162
2016-05-11 10:48:38 +00:00
Lars K.W. Gohlke
bdafe9f5d4
Updated documentation for foldertype
2016-05-08 07:20:16 +02:00
Jakob Borg
09150a77ce
users/faq: Update and clarify some FAQ answers
2016-04-29 15:56:18 +02:00
Adam Piggott
7c5b00deb1
Add GUI Element address examples
2016-03-25 10:15:42 +00:00
Adam Piggott
609a95318e
Document tcp4:// tcp6:// prefixes
...
Documenting https://github.com/syncthing/syncthing/pull/2880
2016-03-25 09:46:47 +00:00
Wulf Weich
0cd687b714
Correct unit for rate limit ( fixes syncthing/syncthing#2844 )
...
Correct unit for `maxSendKbps` and `maxRecvKbps` from kibibits to kibibytes.
2016-03-17 06:13:05 +01:00
Adam Piggott
544b7935fd
Update config.rst
...
Re-added line that was unintentionally removed. Further clarify detail before example section.
2016-02-08 03:43:21 +00:00
Adam Piggott
b0c16a631c
Fix device config re: prefixes
...
Added tcp:// prefixes in docs and examples, added host name detail, fixes to IPv6 examples.
2016-02-08 02:16:39 +00:00
simplypeachy
f02eadc886
Update config.rst to include ignoreDevice element
2016-01-19 23:07:24 +00:00
Scott Klupfel
4175c3a93c
Reverted kibibits change
...
Sorry, my bad.
2016-01-06 15:15:33 +10:00
Scott Klupfel
dbd2a292e4
Add description for progressUpdateIntervalS & tidy
2016-01-06 15:08:34 +10:00
Matt Burke
ccb488790b
Add information about syncing config files safely
2015-11-06 15:49:50 -05:00
Jakob Borg
a40ee17ea3
Update config file docs
2015-11-04 17:06:11 +00:00
Phil Davis
9d40bbe3fd
General doc grammar and typos
2015-10-08 22:06:15 +05:45
bigscoop
8db2533c4c
fix typo
...
Fixed typo
2015-09-21 21:51:02 +02:00
Brian
4ab2357276
Fixed versioning seealso
2015-07-23 23:27:53 +02:00
Brian
bd99796c8a
Fix bracket description, add versioning seealso
...
IPv6 will not work with angle <> brackets. It uses [] square brackets.
Add section label to versioning
Added section label to versioning for cross-ref
2015-07-22 08:44:49 -04:00
Stefan Tatschner
34aed35949
Rewrap users/config.rst;
2015-07-01 08:33:07 +02:00
arneko
6c71c48613
Update config.rst
...
Added some minimal documentation for ping-related configuration
2015-06-29 14:26:38 +02:00
Jakob Borg
8cada19fd3
Minor tweaks...
2015-06-15 00:16:48 +02:00
Jakob Borg
22f3e392ad
Link syntax
2015-06-15 00:06:19 +02:00
Jakob Borg
8b2d790131
Update configuration description
2015-06-14 23:55:40 +02:00
Stefan Tatschner
0d06e47acf
Create syncthing-config(5)
...
Convert users/config.rst to a properly formatted manpage
2015-05-29 16:39:22 +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
Jakob Borg
567d3dd0f5
Sync with latest Wiki content, syncthing -> Syncthing
2015-05-29 09:10:37 +02:00
Jakob Borg
fd7fe795ad
Initial
2015-05-28 12:40:43 +02:00