Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ export default withMermaid(
{ text: 'Troubleshooting', link: '/resources/troubleshooting' },
{ text: 'FAQ', link: '/resources/faq' },
]
},
{
text: 'Research',
collapsed: false,
items: [
{ text: 'Landscape & Trends (2026)', link: '/research/landscape-2026' },
]
}
Comment on lines +66 to 72

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Since the Research section currently contains only a single item, having it collapsed by default (collapsed: true) reduces its discoverability. Setting collapsed: false (consistent with other main sections like Getting Started, Core Concepts, and Usage) ensures that the research briefing is immediately visible to readers in the sidebar.

Suggested change
{
text: 'Research',
collapsed: true,
items: [
{ text: 'Landscape & Trends (2026)', link: '/research/landscape-2026' },
]
}
{
text: 'Research',
collapsed: false,
items: [
{ text: 'Landscape & Trends (2026)', link: '/research/landscape-2026' },
]
}

],

Expand Down
Loading
Loading