From 17f7cff67ca89b99cb446da73a18318c6cb8247f Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Tue, 12 Nov 2024 22:28:44 -0800 Subject: [PATCH] Update intro.rst with new dir structure --- dev/intro.rst | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/dev/intro.rst b/dev/intro.rst index 0138bae3..921483e3 100644 --- a/dev/intro.rst +++ b/dev/intro.rst @@ -54,21 +54,33 @@ bin/ cmd/ Commands either built as end products or used by the build process itself. - stcompdirs/ - Compares two directories (debugging utility). + stdiscosrv/ + Global discovery server for the Syncthing project. - stevents/ - Displays event trace from a remote ``syncthing`` using the API (debugging utility). - - stfileinfo/ - Shows information about a file, in the same manner ``syncthing`` would see it (debugging utility). - - stfinddevice/ - Looks up a device on a global discovery server (debugging utility). + strelaysrv/ + Relay server for the Syncthing project. syncthing/ Synchronizes files between devices... + dev/ + Development related utilities. + + stcompdirs/ + Compares two directories (debugging utility). + + stevents/ + Displays event trace from a remote ``syncthing`` using the API (debugging utility). + + stfileinfo/ + Shows information about a file, in the same manner ``syncthing`` would see it (debugging utility). + + stfinddevice/ + Looks up a device on a global discovery server (debugging utility). + + infra/ + Infrastructure related utilities. + etc/ Startup scripts and integration files. Included as-is in the release packages.