Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e90ed11

Browse files
committed
docs(configuration,cli[migrate]) Cross-link the migration surfaces
why: The migration story spans three pages (config schema, the migrate command, and the migration notes); readers landing on one had no path to the others. what: - Link the configuration migration subsection to the migration notes - Add a 'See also' on the migrate command page pointing to the config schema and the migration notes
1 parent 2eeabed commit e90ed11

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

‎docs/cli/migrate.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,8 @@ $ vcspull migrate --all --write
7474

7575
Migration is idempotent—running it again on an already-migrated file makes no
7676
changes.
77+
78+
## See also
79+
80+
- {ref}`configuration` — the `options:` block and its sync-tuning keys.
81+
- {ref}`migration` — the deprecation note for the top-level form.

‎docs/configuration/index.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ existing configs in place:
194194
$ vcspull migrate --write
195195
```
196196

197+
See {ref}`migration` for the deprecation note and {ref}`cli-migrate` for the
198+
command reference.
199+
197200
(config-pin)=
198201

199202
## Repository pinning

0 commit comments

Comments
 (0)