Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/custom_theme/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<!-- Edit button, if URL was defined -->
<!--The button has to point to the doc site and as it's not designed to have doc outside of code
repos we have to replace the mkdocs generated link based on the code repos with the doc repos-->
{% if page.edit_url %}
{% if page.edit_url and config.extra.doc_site_edit_url %}
<a href="{{ page.edit_url | replace(config.repo_url, config.extra.doc_site_edit_url) }}"
title="{{ lang.t('edit.link.title') }}"
class="md-icon md-content__icon">&#xE3C9;<!-- edit --></a>
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down