-
My docfx site provides API documentation for two very large solutions containing between 10 and 20 projects each. While DocFx handles this very well, I end up with a very large generated toc, one for each separate namespace. For instance, Tafs.Activities.Extensions.Models and Tafs.Activities.Extensions.Conditions each get their own entry, and expanding each displays the types held within. Is there a way that I can increase the level of nesting? Preferably, I'd like to group by namespace level, like so:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the |
Beta Was this translation helpful? Give feedback.
I found the
namespaceLayout
metadata property which did what I wanted.