Replies: 3 comments
-
I am using the following attributes: "metadata": [
{
"src": [
{
"src": "src",
"files": [
"xxxxx.csproj"
]
}
],
"dest": "api/xxxx",
"memberLayout": "separatePages",
"outputFormat": "apiPage"
}, |
Beta Was this translation helpful? Give feedback.
-
Currently there is no options available to change TOC categories behaviors. To change behaviors. It require source code changes. Background docfx/src/Docfx.Dotnet/DotnetApiCatalog.Toc.cs Lines 214 to 244 in df66b7d Example code to change behaviors I've confirmed it can display expandable categories. Code changes
|
Beta Was this translation helpful? Give feedback.
-
Hi,
The TOC for my .NET assembly namespace types lists "Classes" "Interface" and "Enums" as "Toc Titles". Is there a way to make them into expanders in the TOC instead? This will make the TOC more compact. I have many types in a namespace and it would nice to collapse them.
I want this behavior instead:
Beta Was this translation helpful? Give feedback.
All reactions