dotnet / dotnet/docfx

Change namespaces order in API reference documentation

Open
#7,649 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.