Skip to content

Commit ec080e6

Browse files
committed
chore(site): fix 404s
1 parent 89335c3 commit ec080e6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

site/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/',

site/public/llms.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)