Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 17 additions & 7 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,18 @@ tabs:
icon: book
slug: documentation
sdks:
display-name: SDKs (& MCP server)
display-name: SDKs
icon: code
slug: sdks
changelog:
display-name: Changelog
slug: changelog
changelog: ./changelog
icon: history
mcp:
display-name: MCP
icon: fa-light fa-code-branch
slug: mcp
layout:
tabs-placement: header
searchbar-placement: header
Expand Down Expand Up @@ -221,9 +225,6 @@ navigation:
- page: Custom tools
path: tools/custom-tools.mdx
icon: fa-light fa-screwdriver-wrench
- page: MCP client tool
path: tools/mcp.mdx
icon: fa-light fa-code-branch
- section: External tools
icon: fa-light fa-cubes
contents:
Expand Down Expand Up @@ -541,6 +542,17 @@ navigation:
- link: OpenAPI
href: https://api.vapi.ai/api-json

- tab: mcp
layout:
- section: MCP
contents:
- page: MCP client
path: tools/mcp.mdx
icon: fa-light fa-network-wired
- page: MCP server
path: sdk/mcp-server.mdx
icon: fa-light fa-server

- tab: sdks
layout:
- section: Client SDKs
Expand Down Expand Up @@ -580,12 +592,10 @@ navigation:
- link: Go
href: https://github.com/VapiAI/server-sdk-go
icon: fa-brands fa-golang
- page: MCP Server
path: sdk/mcp-server.mdx
icon: fa-light fa-code-branch
- page: Ecosystem
path: resources.mdx
icon: fa-light fa-boxes-stacked

- tab: changelog

redirects:
Expand Down
Loading