- Move API reference from user-docs to developer-docs section:
- Change OpenAPI plugin docsPluginId from 'classic' to 'developer_docs'
- Move api.mdx and update outputDir to developer_docs/api
- Update all three API generation scripts to use new paths
- Update sidebars, navbar items, and redirect targets
- Add redirect from /user-docs/api to /developer-docs/api
- Update .gitignore for new generated API path
- Add activeBaseRegex to navbar dropdowns so the active section
highlights when browsing sub-pages (Users, Admins, Developers,
Community)
- Fix dropdown active link styling to use primary color instead
of being invisible (transparent)
- Remove accidental empty package-lock.json from repo root
(added in SIP-32, 2019)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace all /developer_portal/ links with /developer-docs/ in index.md
- Fix non-existent extension-project-structure references
- Fix sidebar links using old /docs/ paths (/user-docs/ instead)
- Add missing extension-points/editors and pkg-resources-migration to sidebar
- Restore Kubernetes debugging section lost during howtos migration
- Restore pkg-resources-migration.md deleted during bifurcation
- Fix versioned docs quickstart.mdx missing version prefix
- Update stale developer_portal references in README, DOCS_CLAUDE, intro.md
- Fix broken creating-viz-plugins link in intro.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>