You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/docfx.schema.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -647,6 +647,16 @@
647
647
"default": false,
648
648
"description": "Do not run dotnet restore before building the projects."
649
649
},
650
+
"categoryLayout": {
651
+
"type": "string",
652
+
"description": "Defines how categories in TOC are organized. This setting is valid when using `apiPage` or `markdown` output format. `mref` format don't support categories.",
653
+
"default": "flattened",
654
+
"enum": [
655
+
"flattened",
656
+
"nested",
657
+
"none"
658
+
]
659
+
},
650
660
"namespaceLayout": {
651
661
"type": "string",
652
662
"description": "Defines how namespaces in TOC are organized.",
0 commit comments