Troubleshooting
Missing symbol page
Run npm run docs:inventory && npm run docs:generate. If validator still reports MISSING_SYMBOL_ANCHOR, inspect deterministic ID and generated heading.
TypeDoc conversion error
Run npm run typecheck first. TypeDoc uses root tsconfig.json; compiler errors and incompatible entry points must be fixed at source.
Broken link
Use repository-relative Markdown links. Docusaurus production build and local validator both fail closed.
Pages deploy denied
Run npx wrangler whoami. CI needs scoped Cloudflare credentials and an existing elioria-sst-x-docs Pages project.