You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docs): rename TypeDoc slugs Type.Name → Type-Name to fix 404s
Dots in Next.js App Router route segments cause Nextra to drop the
parent folder segment. Clicking 'ClientManager' on /api/core would
navigate to /api/Class.ClientManager (missing /core) instead of
/api/core/Class-ClientManager.
Fix: post-process every TypeDoc output folder after generation:
1. Rewrite cross-reference links: Type.Name.md → Type-Name.md
2. Rewrite breadcrumb links: README.md → index.md
3. Rename files: Type.Name.md → Type-Name.md
buildMetaForPackage updated to match the new Class-Name slug format.
0 commit comments