File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export default defineConfig({
2222 // Moved docs
2323 '/guide/semver-groups/' : '/semver-groups/' ,
2424 '/guide/version-groups/' : '/version-groups/' ,
25+ '/examples/pnpm-workspace-protocol/' : '/faq/pnpm-workspace-protocol/' ,
2526 // Removed docs
2627 '/integrations/github-actions' : '/syncpack/' ,
2728 '/integrations/intellisense' : '/syncpack/' ,
Original file line number Diff line number Diff line change @@ -148,12 +148,12 @@ The catch-all `isIgnored` group at the end lets you adopt syncpack gradually wit
148148
149149- [Getting Started](https://jamiemason.github.io/syncpack/): Installation and first commands
150150- [Peer Dependencies Guide](https://jamiemason.github.io/syncpack/guide/peer-dependencies/): Why peer deps cause mismatches and how to handle them
151- - [Version Groups](https://jamiemason.github.io/syncpack/config/ version-groups/): Create partitions with different versioning policies
152- - [Semver Groups](https://jamiemason.github.io/syncpack/config/ semver-groups/): Control semver range format (^, ~, exact)
151+ - [Version Groups](https://jamiemason.github.io/syncpack/version-groups/): Create partitions with different versioning policies
152+ - [Semver Groups](https://jamiemason.github.io/syncpack/semver-groups/): Control semver range format (^, ~, exact)
153153
154154## Optional
155155
156156- [All Config Options](https://jamiemason.github.io/syncpack/config/syncpackrc/): Complete configuration reference
157- - [Status Codes](https://jamiemason.github.io/syncpack/reference/ status-codes /): What each lint status means
157+ - [Status Codes](https://jamiemason.github.io/syncpack/status/): What each lint status means
158158- [Dependency Types](https://jamiemason.github.io/syncpack/reference/dependency-types/): All supported dependency type names
159159- [Glossary](https://jamiemason.github.io/syncpack/glossary/): Terminology definitions
You can’t perform that action at this time.
0 commit comments