@@ -33,7 +33,7 @@ vsync init --user
3333vsync sync --user
3434```
3535
36- ** [ Learn more →] ( .. /getting-started) **
36+ ** [ Learn more →] ( /en/docs /getting-started) **
3737
3838### Daily Sync
3939
@@ -68,7 +68,7 @@ vsync clean skill/old-skill
6868vsync sync --prune
6969```
7070
71- ** [ Learn more →] ( .. /cli-commands#clean) **
71+ ** [ Learn more →] ( /en/docs /cli-commands#clean) **
7272
7373## Sync Modes
7474
@@ -82,7 +82,7 @@ vsync sync
8282- ✅ Updates existing items
8383- ❌ Never deletes
8484
85- ** [ Learn more →] ( .. /core-concepts#safe-mode-default) **
85+ ** [ Learn more →] ( /en/docs /core-concepts#safe-mode-default) **
8686
8787### Prune Mode
8888
@@ -94,7 +94,7 @@ vsync sync --prune
9494- ✅ Updates existing items
9595- ⚠️ Deletes items not in source
9696
97- ** [ Learn more →] ( .. /core-concepts#prune-mode) **
97+ ** [ Learn more →] ( /en/docs /core-concepts#prune-mode) **
9898
9999## Configuration Layers
100100
@@ -118,7 +118,7 @@ vsync sync --user # Syncs global configs
118118
119119** Use for** : Personal preferences, global skills
120120
121- ** [ Learn more →] ( .. /core-concepts#configuration-layers) **
121+ ** [ Learn more →] ( /en/docs /core-concepts#configuration-layers) **
122122
123123## Command Examples
124124
@@ -206,7 +206,7 @@ vsync clean --user
206206vsync clean skill/old-skill -y
207207```
208208
209- ** [ Learn more →] ( .. /cli-commands#clean) **
209+ ** [ Learn more →] ( /en/docs /cli-commands#clean) **
210210
211211### import
212212
@@ -237,7 +237,7 @@ vsync import ../other-project --user
237237}
238238```
239239
240- ** [ Learn more →] ( .. /configuration) **
240+ ** [ Learn more →] ( /en/docs /configuration) **
241241
242242### Key Settings
243243
@@ -261,7 +261,7 @@ vsync import ../other-project --user
261261| OpenCode | ` {env:VAR} ` | ` {env:API_KEY} ` |
262262| Codex | No interpolation | Direct value |
263263
264- ** [ Learn more →] ( .. /configuration#mcp-configuration-differences) **
264+ ** [ Learn more →] ( /en/docs /configuration#mcp-configuration-differences) **
265265
266266### Config File Locations
267267
@@ -272,7 +272,7 @@ vsync import ../other-project --user
272272| OpenCode | ` opencode.json(c) ` | ` ~/.opencode/opencode.json ` |
273273| Codex | ` config.toml ` | ` ~/.codex/config.toml ` |
274274
275- ** [ Learn more →] ( .. /configuration#supported-tools) **
275+ ** [ Learn more →] ( /en/docs /configuration#supported-tools) **
276276
277277## Common Patterns
278278
@@ -297,7 +297,7 @@ vsync sync
297297 run: npx @nicepkg/vsync sync --yes
298298```
299299
300- ** [ Learn more →] ( .. /advanced-features#cicd-integration) **
300+ ** [ Learn more →] ( /en/docs /advanced-features#cicd-integration) **
301301
302302### Migration Workflow
303303
@@ -312,7 +312,7 @@ vsync plan
312312vsync sync
313313```
314314
315- ** [ Learn more →] ( .. /faq#migration-questions) **
315+ ** [ Learn more →] ( /en/docs /faq#migration-questions) **
316316
317317## Exit Codes
318318
@@ -360,14 +360,14 @@ mkdir -p ~/.cursor
360360vsync init
361361```
362362
363- ** [ More troubleshooting →] ( .. /faq#troubleshooting) **
363+ ** [ More troubleshooting →] ( /en/docs /faq#troubleshooting) **
364364
365365## Related Resources
366366
367- - ** [ Getting Started] ( .. /getting-started) ** - Detailed installation guide
368- - ** [ Core Concepts] ( .. /core-concepts) ** - Understanding vsync
369- - ** [ CLI Commands] ( .. /cli-commands) ** - Full command reference
370- - ** [ Configuration] ( .. /configuration) ** - Config file details
371- - ** [ Advanced Features] ( .. /advanced-features) ** - Symlinks, performance
372- - ** [ FAQ] ( .. /faq) ** - Common questions
373- - ** [ Contributing] ( ../.. /contributing) ** - Development guide
367+ - ** [ Getting Started] ( /en/docs /getting-started) ** - Detailed installation guide
368+ - ** [ Core Concepts] ( /en/docs /core-concepts) ** - Understanding vsync
369+ - ** [ CLI Commands] ( /en/docs /cli-commands) ** - Full command reference
370+ - ** [ Configuration] ( /en/docs /configuration) ** - Config file details
371+ - ** [ Advanced Features] ( /en/docs /advanced-features) ** - Symlinks, performance
372+ - ** [ FAQ] ( /en/docs /faq) ** - Common questions
373+ - ** [ Contributing] ( /en /contributing) ** - Development guide
0 commit comments