Merge pull request #2184 from n8n-io/better-template-comments

consistent comments in template overrides
This commit is contained in:
Deborah
2024-06-27 08:26:09 +01:00
committed by GitHub
4 changed files with 6 additions and 5 deletions

View File

@@ -20,4 +20,5 @@
IN THE SOFTWARE.
-->
<!-- DOCS TEAM NOTE: this is deliberately empty as we moved the widget into the TOC -->
<!-- n8n CUSTOM: this is deliberately empty as we moved the widget into the TOC -->

View File

@@ -29,7 +29,7 @@
</label>
<!-- Header title -->
<!-- CUSTOM: remove the page title section. This pairs with custom CSS to keep the site
<!-- n8n CUSTOM: remove the page title section. This pairs with custom CSS to keep the site
title in place on scroll -->
<div class="md-header__title" data-md-component="header-title">
<div class="md-header__ellipsis">
@@ -124,7 +124,7 @@
{% endif %}
<!-- Repository information -->
<!-- CUSTOM: don't show GitHub link -->
<!-- n8n CUSTOM: don't show GitHub link -->
</nav>
<!-- Navigation tabs (sticky) -->

View File

@@ -6,7 +6,7 @@
{{ item.render(nav_item) }}
{% endfor %}
</ul>
<!-- start n8n customisation -->
<!-- n8n CUSTOM: additional nav to link to other n8n sites -->
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="https://n8n.io/" class="md-tabs__link" target="_blank">n8n home ↗</a></li>
<li class="md-tabs__item"><a href="https://community.n8n.io/" class="md-tabs__link" target="_blank">Forum ↗</a></li>

View File

@@ -53,7 +53,7 @@
{% endfor %}
</ul>
{% endif %}
<!-- DOCS TEAM NOTE: moved the feedback widget into here from feedback.html -->
<!-- n8n CUSTOM: moved the feedback widget into here from feedback.html -->
<!-- Determine feedback configuration -->
{% if config.extra.analytics %}