Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2026-02-04.mdx
Original file line number Diff line number Diff line change
@@ -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.

Expand Down