errors: Point docs publishing steps at ably/website - #359
Merged
Conversation
The docs site moved out of ably/docs (now archived) and into the apps/docs app in ably/website. Several details of the publishing flow changed with it, so update the steps rather than just the repo name: - the submodule is recorded at apps/docs/ably-common in the root .gitmodules - the generator runs under pnpm, not yarn - generated pages land in apps/docs/src/pages/docs/platform/errors/codes/ - the CI guard is the CircleCI job docs-check-error-docs The ably/docs#3496 example link is kept — the repo is archived rather than deleted, so it still resolves — but labelled as predating the move. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
AndyTWF
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The docs site moved out of
ably/docs(now archived) and into theapps/docsapp inably/website. The "Publishing to the docs site" sections inerrors/README.mdanderrors/CLAUDE.mdstill described the old repo, so the steps no longer worked as written.Several details changed alongside the move, so this updates the steps rather than just swapping the repo name — each verified against
ably/websiteon GitHub:ably/docs)ably/website)apps/docsappably-commonapps/docs/ably-common(per the root.gitmodules)yarn generate:errorspnpm generate:errorssrc/pages/docs/platform/errors/codes/apps/docs/src/pages/docs/platform/errors/codes/check-error-docsdocs-check-error-docs(.circleci/docs-config.yml)The
ably/docs#3496worked-example link is kept — the repo is archived rather than deleted, so the PR still resolves — but it's now labelled as predating the move, so nobody follows it expecting the current layout.Docs only; no code or registry entries touched.
🤖 Generated with Claude Code