diff --git a/fern/products/cli-api-reference/cli-changelog/2025-11-05.mdx b/fern/products/cli-api-reference/cli-changelog/2025-11-05.mdx index 5554b01f..0d746e2a 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-11-05.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-11-05.mdx @@ -1,3 +1,18 @@ +## 0.108.0 +**`(feat):`** Add position-based sorting for folder navigation in docs.yml. Pages can now control their order using a `position` field in frontmatter. Pages with position values sort first (ascending), then pages without position sort alphabetically. + +Example: +```markdown +--- +position: 1 +--- +# Getting Started +``` + + +**`(fix):`** Fix hot-reload in `fern docs dev` to detect frontmatter position changes. Previously, changing position values required restarting the dev server. Now position changes, file additions, and file deletions trigger automatic navigation rebuilds. + + ## 0.107.11 **`(fix):`** Fix AsyncAPI v3 message parsing where channel messages were not being included in generated WebSocket clients. Messages defined in AsyncAPI v3 specs are now correctly resolved and included in the SDK.