From 33070ec8a676011eda9dbacad7428ff3b6ad2815 Mon Sep 17 00:00:00 2001 From: Tig Date: Sat, 20 Jan 2024 11:22:51 -0700 Subject: [PATCH] Fixes API doc TOC tree expansion (#3200) * Removed resharper settings from editorconfig * Fixed API doc TOC tree expansion --- docfx/docfx.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docfx/docfx.json b/docfx/docfx.json index 15fa13d81..8dfe7a542 100644 --- a/docfx/docfx.json +++ b/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": {