Skip to content

Commit 9d842a7

Browse files
committed
Add docs for research module
1 parent 70f0a26 commit 9d842a7

File tree

6 files changed

+3100
-0
lines changed

6 files changed

+3100
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,16 @@ export default withMermaid({
8888
{text: 'Modifier Aliases', link: '/modifiers/aliases'}
8989
]
9090
},
91+
{
92+
text: 'Research',
93+
items: [
94+
{text: 'Overview', link: '/research'},
95+
{text: 'Getting Started', link: '/research/getting-started'},
96+
{text: 'Domain Entities', link: '/research/entities'},
97+
{text: 'MCP Integration', link: '/research/mcp'},
98+
{text: 'Best Practices', link: '/research/best-practices'}
99+
]
100+
},
91101
{
92102
text: 'Advanced',
93103
items: [

0 commit comments

Comments
 (0)