From 574911f9f1cda0075dd1b80086a448c7eee7408c Mon Sep 17 00:00:00 2001 From: KubaZ2 Date: Sat, 1 Feb 2025 02:13:36 +0100 Subject: [PATCH] Use "memberLayout": "separatePages" --- Documentation/docfx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/docfx.json b/Documentation/docfx.json index ac35e6e0d..5180a3987 100644 --- a/Documentation/docfx.json +++ b/Documentation/docfx.json @@ -13,7 +13,8 @@ ] } ], - "dest": "docs" + "dest": "docs", + "memberLayout": "separatePages" } ], "build": {