@@ -16,45 +16,45 @@ export default defineConfig({
1616 {
1717 label : 'Getting Started' ,
1818 items : [
19- { label : 'Installation' , slug : 'getting-started/installation' } ,
20- { label : 'First Session' , slug : 'getting-started/first-session' } ,
21- { label : 'Key Concepts' , slug : 'getting-started/key-concepts' } ,
22- { label : 'Quick Wins' , slug : 'getting-started/quick-wins' } ,
19+ { label : 'Installation' , link : '/ getting-started/installation/ ' } ,
20+ { label : 'First Session' , link : '/ getting-started/first-session/ ' } ,
21+ { label : 'Key Concepts' , link : '/ getting-started/key-concepts/ ' } ,
22+ { label : 'Quick Wins' , link : '/ getting-started/quick-wins/ ' } ,
2323 ] ,
2424 } ,
2525 {
2626 label : 'Guides' ,
2727 items : [
28- { label : 'Writing CLAUDE.md' , slug : 'guides/claude-md' } ,
29- { label : 'Workflow Patterns' , slug : 'guides/workflow-patterns' } ,
30- { label : 'Context Management' , slug : 'guides/context-management' } ,
31- { label : 'Effective Prompting' , slug : 'guides/effective-prompting' } ,
32- { label : 'Agentic Engineering' , slug : 'guides/agentic-engineering' } ,
28+ { label : 'Writing CLAUDE.md' , link : '/ guides/claude-md/ ' } ,
29+ { label : 'Workflow Patterns' , link : '/ guides/workflow-patterns/ ' } ,
30+ { label : 'Context Management' , link : '/ guides/context-management/ ' } ,
31+ { label : 'Effective Prompting' , link : '/ guides/effective-prompting/ ' } ,
32+ { label : 'Agentic Engineering' , link : '/ guides/agentic-engineering/ ' } ,
3333 ] ,
3434 } ,
3535 {
3636 label : 'Skills' ,
3737 items : [
38- { label : 'Overview' , slug : 'skills/overview' } ,
39- { label : 'Using Skills' , slug : 'skills/using-skills' } ,
40- { label : 'Creating Skills' , slug : 'skills/creating-skills' } ,
41- { label : 'Distributing Skills' , slug : 'skills/distributing-skills' } ,
38+ { label : 'Overview' , link : '/ skills/overview/ ' } ,
39+ { label : 'Using Skills' , link : '/ skills/using-skills/ ' } ,
40+ { label : 'Creating Skills' , link : '/ skills/creating-skills/ ' } ,
41+ { label : 'Distributing Skills' , link : '/ skills/distributing-skills/ ' } ,
4242 ] ,
4343 } ,
4444 {
4545 label : 'Agents' ,
4646 items : [
47- { label : 'Overview' , slug : 'agents/overview' } ,
48- { label : 'Creating Agents' , slug : 'agents/creating-agents' } ,
49- { label : 'Agent Patterns' , slug : 'agents/patterns' } ,
47+ { label : 'Overview' , link : '/ agents/overview/ ' } ,
48+ { label : 'Creating Agents' , link : '/ agents/creating-agents/ ' } ,
49+ { label : 'Agent Patterns' , link : '/ agents/patterns/ ' } ,
5050 ] ,
5151 } ,
5252 {
5353 label : 'Reference' ,
5454 items : [
55- { label : 'Glossary' , slug : 'reference/glossary' } ,
56- { label : 'Links & Resources' , slug : 'reference/links' } ,
57- { label : 'Common Pitfalls' , slug : 'reference/common-pitfalls' } ,
55+ { label : 'Glossary' , link : '/ reference/glossary/ ' } ,
56+ { label : 'Links & Resources' , link : '/ reference/links/ ' } ,
57+ { label : 'Common Pitfalls' , link : '/ reference/common-pitfalls/ ' } ,
5858 ] ,
5959 } ,
6060 ] ,
0 commit comments