Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ dist/
.env
.DS_Store
.tool-versions

# Fern AI-generated examples (regenerated on each build; not committed)
fern/apis/api/ai_examples_override.yml
fern/apis/webhooks/ai_examples_override.yml
3 changes: 0 additions & 3 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -591,9 +591,6 @@ navigation:
- page: Core models
path: quickstart.mdx
icon: fa-light fa-microchip-ai
- page: Orchestration models
icon: fa-light fa-network-wired
path: how-vapi-works.mdx
- section: Integrations
collapsed: true
icon: fa-light fa-link
Expand Down
2 changes: 1 addition & 1 deletion fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization": "vapi",
"version": "4.63.5"
"version": "5.46.1"
}
Loading