- Rename user-docs/intro to user-docs/ for consistent section landing
pages (matching admin-docs/ and developer-docs/)
- Add redirect from /user-docs/intro for existing bookmarks
- Revamp README with Documentation header and three section links,
condense quick-links row
- Remove emojis from homepage cards and developer-docs overview
- Widen subtitle container to prevent line wrap on homepage
- Fix Contributor Guide link to developer-docs/
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- 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>
Major restructuring of documentation to separate concerns:
**New Structure:**
- `/docs/` - User-facing docs (intro, quickstart, databases, using-superset, faq)
- `/admin-docs/` - Administrator docs (installation, configuration, security)
- `/developer-docs/` - Developer docs (contributing, extensions, guidelines, testing)
**Changes:**
- Move installation, configuration, and security docs to admin_docs/
- Move contributing, extensions, guidelines, and testing to developer_docs/
- Rename developer_portal to developer_docs (with underscore to hyphen in URL)
- Add sidebarAdminDocs.js for admin documentation navigation
- Update versions-config.json with new doc sections
- Update docusaurus.config.ts with new plugins and redirects
- Update internal links in versioned docs (6.0.0) to use new paths
- Keep user-facing content (databases, using-superset, faq) in main docs
This separation makes it clearer which documentation is relevant for:
- End users exploring and visualizing data
- Administrators deploying and configuring Superset
- Developers contributing to or extending Superset
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>