Doc update ?

Hi I just forked syncthing-doc to update the doc but I see config.rst isn’t up to date in my fork compared to official doc site. Did I do something bad and is it worth the hassle to try to help ?

Thanks

Looks to me like the version that is live on docs.s.n. matches the source in the repo?

Why the question mark ?

In my fork I just did ATM, here is how the config.xml sample ends () :

    <minHomeDiskFreePct>1</minHomeDiskFreePct>
    <releasesURL>https://api.github.com/repos/syncthing/syncthing/releases?per_page=30</releasesURL>
</options>

On the official doc site, after releaseURL we have two more

<overwriteRemoteDeviceNamesOnConnect>false</overwriteRemoteDeviceNamesOnConnect>
<tempIndexMinBlocks>10</tempIndexMinBlocks>

I just wanted to document defaulfFolderPath

Question mark because I might be missing something. Those two elements are also here, so it seems in sync to me: https://github.com/syncthing/docs/blob/master/users/config.rst

Your fork might be outdated though, but you say you just created it. Fetch or pull, I guess.

Done. I hope I didn’t do something bad.