From d9976c0849705a75bac952566207e4eee61361aa Mon Sep 17 00:00:00 2001 From: Fern Support <126544928+fern-support@users.noreply.github.com> Date: Sun, 12 Oct 2025 16:40:14 -0400 Subject: [PATCH 1/2] Update version in fern.config.json to 0.88.4 --- fern/fern.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" +} From 9dbdeb56e28397d46ced983f3d1441d6f4ad1a77 Mon Sep 17 00:00:00 2001 From: Fern Support <126544928+fern-support@users.noreply.github.com> Date: Sun, 12 Oct 2025 16:41:24 -0400 Subject: [PATCH 2/2] Add settings for HTTP snippets and dark mode code --- fern/docs.yml | 3 +++ 1 file changed, 3 insertions(+) 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