Browse Source

Fixed API doc TOC tree expansion (#3201)

Tig 1 year ago
parent
commit
fffa8de04c
1 changed files with 4 additions and 2 deletions
  1. 4 2
      docfx/docfx.json

+ 4 - 2
docfx/docfx.json

@@ -9,7 +9,8 @@
           ]
         }
       ],
-      "dest": "api"
+      "dest": "api",
+      "memberLayout": "separatePages"
     },
     {
       "src": [
@@ -20,7 +21,8 @@
           ]
         }
       ],
-      "dest": "api/UICatalog"
+      "dest": "api/UICatalog",
+      "memberLayout": "separatePages"
     }
   ],
   "build": {