Skip to content

Commit 84d031b

Browse files
committed
fix(cli): update navigation
1 parent adf9ae4 commit 84d031b

File tree

1 file changed

+35
-14
lines changed

1 file changed

+35
-14
lines changed

fern/docs.yml

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ tabs:
6969
display-name: SDKs
7070
icon: code
7171
slug: sdks
72+
cli:
73+
display-name: CLI (new)
74+
icon: fa-light fa-square-terminal
75+
slug: cli
7276
changelog:
7377
display-name: Changelog
7478
slug: changelog
@@ -108,22 +112,9 @@ navigation:
108112
- page: Vapi Guides
109113
icon: fa-light fa-book-open
110114
path: guides.mdx
111-
- section: Vapi CLI
115+
- page: CLI quickstart
112116
icon: fa-light fa-terminal
113117
path: cli/overview.mdx
114-
contents:
115-
- page: Project integration
116-
icon: fa-light fa-folder-plus
117-
path: cli/project-integration.mdx
118-
- page: MCP integration
119-
icon: fa-light fa-brain-circuit
120-
path: cli/mcp-integration.mdx
121-
- page: Webhook testing
122-
icon: fa-light fa-webhook
123-
path: cli/webhook-testing.mdx
124-
- page: Authentication
125-
icon: fa-light fa-key
126-
path: cli/authentication.mdx
127118

128119
- section: Assistants
129120
contents:
@@ -686,6 +677,36 @@ navigation:
686677
path: resources.mdx
687678
icon: fa-light fa-boxes-stacked
688679

680+
- tab: cli
681+
layout:
682+
- section: Getting Started
683+
contents:
684+
- page: Overview
685+
path: cli/overview.mdx
686+
icon: fa-light fa-rocket
687+
- section: Core Features
688+
contents:
689+
- page: Project Integration
690+
path: cli/project-integration.mdx
691+
icon: fa-light fa-folder-plus
692+
- page: MCP Integration
693+
path: cli/mcp-integration.mdx
694+
icon: fa-light fa-brain-circuit
695+
- page: Webhook Testing
696+
path: cli/webhook-testing.mdx
697+
icon: fa-light fa-webhook
698+
- page: Authentication
699+
path: cli/authentication.mdx
700+
icon: fa-light fa-key
701+
- section: Resources
702+
contents:
703+
- link: GitHub Repository
704+
href: https://github.com/VapiAI/cli
705+
icon: fa-brands fa-github
706+
- link: Report Issues
707+
href: https://github.com/VapiAI/cli/issues
708+
icon: fa-light fa-bug
709+
689710
- tab: changelog
690711

691712
redirects:

0 commit comments

Comments
 (0)