This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch docs/4.8.0-beta00017 in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit d01b4638f741c0f2dc9a02a14d1941396590fefc Author: Shad Storhaug <[email protected]> AuthorDate: Wed Oct 30 01:45:52 2024 +0700 websites/apidocs/docfx.global.json: Disable contribution --- websites/apidocs/docfx.global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websites/apidocs/docfx.global.json b/websites/apidocs/docfx.global.json index 1c28c0fca..515c27303 100644 --- a/websites/apidocs/docfx.global.json +++ b/websites/apidocs/docfx.global.json @@ -1,6 +1,6 @@ { "_appTitle": "Apache Lucene.NET 4.8.0-ci Documentation", - "_disableContribution": false, + "_disableContribution": true, "_appFaviconPath": "logo/favicon.ico", "_enableSearch": true, "_appLogoPath": "logo/lucene-net-color.png",
