There was an error while loading. Please reload this page.
1 parent 08f7401 commit ebb05e5Copy full SHA for ebb05e5
src/lib/navigation.ts
@@ -34,8 +34,8 @@ export const navigation = [
34
links: [
35
{ title: 'Quickstart', href: '/docs/dev-guide/dev-quickstart' },
36
{ title: 'Configuration Magic', href: '/docs/dev-guide/configuration-magic' },
37
- { title: 'Using Usecases from Agents', href: '/docs/dev-guide/including-use-cases' },
38
- { title: 'Multiple LLMs within an Agent', href: '/docs/dev-guide/using-multiple-llms' },
+ //{ title: 'Using Usecases from Agents', href: '/docs/dev-guide/including-use-cases' },
+ //{ title: 'Multiple LLMs within an Agent', href: '/docs/dev-guide/using-multiple-llms' },
39
],
40
},
41
]
0 commit comments