Change namespaces order in API reference documentation
Open
dotnet
dotnet: api-filter
extensibility
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 890
- Avg merge
- 2h 11m
- Merged PRs (30d)
- 10
Description
Hello,
Is it possible to change namespaces order in API reference docs generated by docfx from a single assembly from alphabetical sort to custom?
For example, I want my generated HTML navigation tree to go from
```
+ MyNamespaceA
+ MyNamespaceB
+ MyNamespaceC
```
to
```
+ MyNamespaceC
+ MyNamespaceA
+ MyNamespaceB
```
I.e. I want to specifically configure the `MyNamespaceC `to be at the top of the list.
Contributor guide
Assessment
This issue has not been assessed yet.