From 9e244e88c7ecad2476a2fc8ee224894e2cb77721 Mon Sep 17 00:00:00 2001 From: Quake Date: Wed, 24 Apr 2024 16:22:14 +0200 Subject: [PATCH] fix: set disable contribution flag correctly --- docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx.json b/docfx.json index 4c6949f0..3e0cf64e 100644 --- a/docfx.json +++ b/docfx.json @@ -40,7 +40,7 @@ "_appTitle": "Aplib.Net", "_enableSearch": true, "pdf": true, - "disableContribution": true + "_disableContribution": true } } } \ No newline at end of file