We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d293b commit 211d583Copy full SHA for 211d583
1 file changed
fern/products/cli-api-reference/cli-changelog/2026-04-24.mdx
@@ -1,3 +1,11 @@
1
+## 4.94.0
2
+**`(feat):`** Add consumer-side support for the `global-theme` key in docs.yml. When a docs site
3
+declares `global-theme: <name>`, the CLI fetches the named theme from Fern's cloud
4
+registry and merges it into the docs configuration before building (theme values win
5
+for branding fields). Works with `fern generate --docs`, `fern generate --docs --preview`,
6
+and `fern docs dev` (dev mode requires FERN_TOKEN to be set).
7
+
8
9
## 4.93.0
10
**`(feat):`** Expose `claude-code` under `page-actions` in `docs.yml` so docs sites can toggle the
11
"Connect to Claude Code" button (e.g. `page-actions.options.claude-code: false` or
0 commit comments