The default navigation in DocFx uses namespaces. So it looks like this:
- MyNamespace.SomeArea
- Class 1
- Class 2
- MyNamespace.SomeOtherArea
- Class 3
- Class 4
However, we need to have the navigation tree using the actual folders of classes which don't correspond with the namespace.
So it would looke like this
- RootFolder/Subfolder1
- Class 1
- RootFolder/Subfolder2
- Class 2
- Class 3
- Class 4
I haven't found a way how to set this in DocFx.
However we could generate api/toc.yml ourselves and feed it to DocFx, but it is even possible? DocFx always creates its own api/toc.yml