Generate DocFx Toc directly from VS Code. Simply right click on a folder and select "Generate YAML Toc".
- Support sorting using .order file from Aure Devops
- Toc for sub directories recursively.
The extension is only activated if there is a docfx.json
file in the active workspace.
docFxToc.orderBy
: ascending/descending
- Initial release.
- Refactoring to support different sorting strategies.
- Added support to configure sorting ascending or descending.