-
Notifications
You must be signed in to change notification settings - Fork 1
Improve sidebar navigation category titles #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
After researching Docusaurus best practices, I'd like to share some findings that could help with implementing this improvement: Recommended Approaches for Customizing Sidebar CategoriesOption 1: Use
|
Resolved. |
Improve Sidebar Navigation Category Titles
Description
Currently, the expandable topics in the left-hand navigation bar display raw directory names ("getting-started" and "usage") rather than proper formatted titles. Additionally, there's confusion with having both a "Usage" page and a "usage" category in the sidebar.
Current Behavior
Desired Behavior
Possible Solutions
Technical Notes
Docusaurus offers multiple ways to customize category labels:
_category_.json
files in each directorysidebars.ts
with proper labelsImpact
Improving the sidebar navigation will enhance user experience by providing clearer, more professional navigation labels and reducing confusion from redundant items.
The text was updated successfully, but these errors were encountered: