rusackas opened a new pull request, #40247:
URL: https://github.com/apache/superset/pull/40247
### SUMMARY
Follow-up to #40126 (the 6.1.0 version-cut), which incidentally flipped
`\"components\": { \"disabled\": true → false }` in
`docs/versions-config.json`. That flag gates the top-level *Component
Playground* navbar entry in `docs/docusaurus.config.ts:163`:
\`\`\`ts
if (!versionsConfig.components.disabled) {
dynamicNavbarItems.push({
label: 'Component Playground',
to: '/components',
...
});
}
\`\`\`
Flipping the flag back to `true` removes the navbar item. The 6.1.0
versioned components directory tree stays on disk and remains buildable — only
the top-level navbar entry is suppressed.
### BEFORE/AFTER
Before: *Component Playground* appears as a top-level navbar item on the
docs site.
After: navbar matches pre-#40126 layout.
### TESTING INSTRUCTIONS
\`\`\`bash
cd docs && npm run start
\`\`\`
Verify the *Component Playground* link no longer appears in the top navbar.
### ADDITIONAL INFORMATION
- [ ] Has associated issue
- [ ] Required feature flags
- [x] Changes UI (docs nav)
- [ ] Includes DB Migration
- [ ] Introduces new feature or API
- [ ] Removes existing feature or API
🤖 Generated with [Claude Code](https://claude.com/claude-code)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]