From 04b8aaadf8e6f878d7e11b3b58f8ab3f9cac5b31 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 11 Sep 2024 12:55:38 +0200 Subject: [PATCH] Disable docfx edit this page links --- docfx/docfx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docfx/docfx.json b/docfx/docfx.json index 1857af5b7..44652b90b 100644 --- a/docfx/docfx.json +++ b/docfx/docfx.json @@ -61,6 +61,7 @@ "_appLogoUrl": "https://docs.icerpc.dev", "_appFooter": "© 2024 ZeroC", "_enableSearch": true, + "_disableContribution": true, "_gitContribute": { "repo": "https://github.com/icerpc/icerpc-csharp", "branch": "main",