Skip to content

Commit fffa8de

Browse files
authored
Fixed API doc TOC tree expansion (#3201)
1 parent b65092f commit fffa8de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docfx/docfx.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
]
1010
}
1111
],
12-
"dest": "api"
12+
"dest": "api",
13+
"memberLayout": "separatePages"
1314
},
1415
{
1516
"src": [
@@ -20,7 +21,8 @@
2021
]
2122
}
2223
],
23-
"dest": "api/UICatalog"
24+
"dest": "api/UICatalog",
25+
"memberLayout": "separatePages"
2426
}
2527
],
2628
"build": {

0 commit comments

Comments
 (0)