mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Merge pull request #2184 from n8n-io/better-template-comments
consistent comments in template overrides
This commit is contained in:
@@ -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 -->
|
||||
|
||||
|
||||
@@ -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) -->
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user