-
Notifications
You must be signed in to change notification settings - Fork 32
Labels
Description
Bug
The order of child files is respected, but child folders are always moved to the bottom of the TOC after any standalone files.
Expected
I expect the TOC order to match the children order in docset.yml.
Example
In this file, the "Freeze" folder is the first item under the Migration TOC header.
- folder: migration
children:
- folder: freeze
children:
- file: index.md
- file: codeowner.md
- file: gh-action.md
- file: index.md
- file: guide.md
- file: file-structure.md
- file: mapping.md
- file: tabs.mdHowever, when rendered, "Documentation Freeze" is the last item in the Migration TOC header:
