From 87113da1eea9685271851992e0c7cc9aa0dbd677 Mon Sep 17 00:00:00 2001 From: ben_pollard Date: Fri, 20 Dec 2024 16:31:37 +0000 Subject: [PATCH] Disabled some options in docfx --- docs/docfx/docfx.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docfx/docfx.json b/docs/docfx/docfx.json index 430cce41..ae66c274 100644 --- a/docs/docfx/docfx.json +++ b/docs/docfx/docfx.json @@ -41,7 +41,9 @@ "_appLogoPath": "images/logo.png", "_appFaviconPath": "images/logo.png", "_enableSearch": true, - "pdf": false + "pdf": false, + "_disableContribution": true, + "_disableNextArticle": true } } }