Skip to content

Commit 4e7faa4

Browse files
committed
docs: clarify syncthing version and simplify nav
1 parent 9b00ce4 commit 4e7faa4

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

docs/config-manifest.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ spec:
112112
- `exclude` (`[]string`): local ignore patterns.
113113
- `remoteExclude` (`[]string`): remote-only ignore patterns (written to remote `.stignore`).
114114
- `syncthing` (`object`):
115-
- `version` (`string`, default: `v1.29.7`)
115+
- `version` (`string`, default: `v1.29.7`) for the local auto-installed Syncthing client
116116
- `autoInstall` (`bool`, default: `true`)
117-
- `image` (`string`, default: `ghcr.io/acmore/okdev:<okdev-version>` with `edge` fallback)
117+
- `image` (`string`, default: `ghcr.io/acmore/okdev:<okdev-version>` with `edge` fallback) for the sidecar runtime image
118118

119119
### Example
120120

@@ -141,6 +141,11 @@ spec:
141141
- each `paths[]` entry must be `local:remote`
142142
- currently at most one `paths[]` entry
143143

144+
### Version Behavior
145+
146+
- `spec.sync.syncthing.version` controls the local Syncthing binary that `okdev` installs or reuses on your machine.
147+
- The Syncthing binary inside the pod sidecar comes from `spec.sidecar.image`, not from `spec.sync.syncthing.version`.
148+
144149
## `spec.ports`
145150

146151
### Each Item

mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ theme:
2323
icon:
2424
repo: fontawesome/brands/github
2525
features:
26-
- navigation.sections
27-
- navigation.expand
2826
- navigation.top
2927
- navigation.instant
3028
- navigation.tracking

0 commit comments

Comments
 (0)