From 4a5b2af8bcbcbd2298dc3104b35d55432d5e49e5 Mon Sep 17 00:00:00 2001 From: chdeskur <46695336+chdeskur@users.noreply.github.com> Date: Thu, 30 Oct 2025 16:10:31 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2025-10-30.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fern/products/cli-api-reference/cli-changelog/2025-10-30.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-30.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-30.mdx new file mode 100644 index 000000000..6d7ae590c --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-30.mdx @@ -0,0 +1,10 @@ +## 0.101.0 +**`(feat):`** Adds new `docs.yml` configurations: + +- `theme.[sidebar, body, tabs]`: controls the theme of the docs +- `settings.disable-explorer-proxy`: controls whether the explorer uses a proxy +- `languages`: initializes localization within fern docs +- `navbarLinks.[dropdown]`: adds a dropdown option for navbar links +- `navbarLinks.[].viewers`: allows navbar links to be controlled with RBAC + +