Skip to content

Commit d7bd948

Browse files
authored
Merge pull request #580 from future-agi/docs/falcon-ai-docs
Add Falcon AI docs
2 parents 1c1283b + b2793ce commit d7bd948

14 files changed

Lines changed: 500 additions & 0 deletions

File tree

230 KB
Loading
182 KB
Loading
50.1 KB
Loading
58.4 KB
Loading
338 KB
Loading
38 KB
Loading
25.6 KB
Loading
135 KB
Loading
112 KB
Loading

src/lib/navigation.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,21 @@ export const tabNavigation: NavTab[] = [
136136
},
137137
]
138138
},
139+
{
140+
group: 'Falcon AI',
141+
icon: 'rocket',
142+
items: [
143+
{ title: 'Overview', href: '/docs/falcon-ai' },
144+
{
145+
title: 'Features',
146+
items: [
147+
{ title: 'Using Falcon AI', href: '/docs/falcon-ai/features/chat' },
148+
{ title: 'Skill Builder', href: '/docs/falcon-ai/features/skills' },
149+
{ title: 'MCP Connectors', href: '/docs/falcon-ai/features/mcp-connectors' },
150+
]
151+
},
152+
]
153+
},
139154
{
140155
group: 'Evaluation',
141156
icon: 'chart',

0 commit comments

Comments
 (0)