From 5e635e4568582f7b22554ddbd652699e6294a18f Mon Sep 17 00:00:00 2001 From: chdeskur <46695336+chdeskur@users.noreply.github.com> Date: Sat, 11 Oct 2025 15:45:10 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2025-10-11.mdx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fern/products/cli-api-reference/cli-changelog/2025-10-11.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-11.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-11.mdx new file mode 100644 index 000000000..67207ce05 --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-11.mdx @@ -0,0 +1,7 @@ +## 0.88.3 +**`(fix):`** Adds support for the following docs.yml features: +- `settings.use-javascript-as-typescript`: when set to `true`, will generate typescript code as javascript instead. +- `metadata.canonical-host`: sets the canonical host for the documentation site. +- `snippets.rust`: sets the rust snippet configuration. + +