4.41.0

(feat): Support hidden and noindex frontmatter in folder-based navigation. Pages with hidden: true or noindex: true in their frontmatter are now respected when using folder: entries in docs.yml. Sections whose index.mdx has hidden: true are also hidden.

4.40.0

(feat): Exclude files and folders whose names start with _ from folder-based navigation. This follows the convention used by other documentation platforms (e.g. Docusaurus) where prefixing a file or directory with _ hides it from the generated navigation tree.