Skip to content

Commit bec0e92

Browse files
authored
Update Fern CLI to configure settings from docs.yml (#733)
* Update version in fern.config.json to 0.88.4 * Add settings for HTTP snippets and dark mode code
1 parent 65fca7d commit bec0e92

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

fern/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ experimental:
3030
openapi-parser-v3: true
3131
mdx-components:
3232
- snippets
33+
settings:
34+
http-snippets: false
35+
dark-mode-code: true
3336
css: assets/styles.css
3437
js:
3538
- path: ./assets/close-playground.js

fern/fern.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "vapi",
3-
"version": "0.70.1"
4-
}
3+
"version": "0.88.4"
4+
}

0 commit comments

Comments
 (0)