From 3f8865682d24b4fcffbb0200a55b52c841c46041 Mon Sep 17 00:00:00 2001 From: Nicolas MASSART Date: Tue, 1 Oct 2019 19:29:05 +0200 Subject: [PATCH] fix PAN-3208 disable edit icon because of DCO issues disable instead of remove to be able to keep the same template wit all our sites and only comment config meta value Signed-off-by: Nicolas MASSART --- docs/custom_theme/main.html | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/custom_theme/main.html b/docs/custom_theme/main.html index a1cac5d7952..d7554845ea9 100644 --- a/docs/custom_theme/main.html +++ b/docs/custom_theme/main.html @@ -41,7 +41,7 @@ - {% if page.edit_url %} + {% if page.edit_url and config.extra.doc_site_edit_url %} diff --git a/mkdocs.yml b/mkdocs.yml index ea84c56a3db..de5c0a60468 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,7 +19,7 @@ copyright: Hyperledger Besu and its documentation are licensed under Apache 2.0 #extra project info and template customisation extra: - doc_site_edit_url: https://github.com/hyperledger/besu-docs/ +# doc_site_edit_url: https://github.com/hyperledger/besu-docs/ latest_version_warning: url_contains: /latest/ text: 'You are reading Hyperledger Besu development version documentation and