Properties3
Is BaseNo
Icon
Order
5Allows you to control the Sidebar navigation order using order keys in Frontmatter, rather than renaming files with numeric prefixes (e.g., 1.File.md).
Usage
Add order to your file's frontmatter:
---
title: My Page
order: 1
---
Files with lower order values appear first.