-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Use Short Titles for Blog Posts in Navigation Panel
Currently, the blog navigation panel displays the full titles of blog posts, which can be quite long and take up too much space. We should use shorter titles in the navigation while preserving the full titles when viewing the actual blog post.
Tasks:
- Research Docusaurus options for displaying different titles in navigation vs. content
- Implement a solution that uses:
- Short titles in the left-hand navigation panel
- Full titles when viewing the actual blog post
- Ensure all blog posts have appropriate short titles defined in their frontmatter
- Update documentation for blog authors about this convention
Potential Solutions:
- Use the existing
shortTitlefrontmatter property if Docusaurus supports it - Customize the blog sidebar component to use a different frontmatter field
- Add a plugin or custom component if needed
Benefits:
- Cleaner, more compact navigation panel
- Better user experience when browsing blog posts
- Preserves descriptive titles in the actual content
References:
Metadata
Metadata
Assignees
Labels
No labels