From e119bcdfa58ef3f3759f3d700a4f72149b0a5ce9 Mon Sep 17 00:00:00 2001 From: chdeskur <46695336+chdeskur@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:35:46 +0000 Subject: [PATCH] update changelogs --- .../cli-changelog/2025-10-06.mdx | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 fern/products/cli-api-reference/cli-changelog/2025-10-06.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-06.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-06.mdx new file mode 100644 index 000000000..bc8efe1e8 --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-06.mdx @@ -0,0 +1,20 @@ +## 0.84.10 +**`(fix):`** Updates the `page-actions` configuration, adds new `settings` options in the `docs.yml`. + +```docs.yml +settings: + dark-code-mode: true + http-snippets: + - curl + - ruby + +page-actions: + default: cursor + options: + chatgpt: false + claude: true + vscode: true + cursor: true +``` + +