Sorting Your Sidebar

Default sorted by path, If you want to further setting, add following configuration to your _config.yml

readme_index:
  with_frontmatter: true

Then add following Front Matter to markdown files.

---
sort: 1 # number of relative order
---

Now the sorted files will have relative numbers from your input!