diff --git a/fern/docs.yml b/fern/docs.yml index c77f33ed6..02b352f8f 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -30,6 +30,9 @@ experimental: openapi-parser-v3: true mdx-components: - snippets +settings: + http-snippets: false + dark-mode-code: true css: assets/styles.css js: - path: ./assets/close-playground.js diff --git a/fern/fern.config.json b/fern/fern.config.json index 7e6a5183d..c84782fc5 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "vapi", - "version": "0.70.1" -} \ No newline at end of file + "version": "0.88.4" +}