diff --git a/fern/products/cli-api-reference/cli-changelog/2026-02-04.mdx b/fern/products/cli-api-reference/cli-changelog/2026-02-04.mdx index 19e50a046..3be215f50 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-02-04.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-02-04.mdx @@ -1,3 +1,7 @@ +## 3.63.0 +**`(feat):`** Add support for setting subfolder position based on the `position` field in the index file's frontmatter when using `folder` navigation. Subfolders with a position are sorted before those without, and items with the same position are sorted alphabetically. + + ## 3.62.0 **`(feat):`** Add `title-source` configuration option for folder navigation. When using `folder` navigation, you can now set `title-source: frontmatter` to use the `title` field from frontmatter for page and section titles instead of deriving titles from file names. The default behavior (`title-source: filename`) remains unchanged.