Skip to content

Commit

Permalink
fix documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed May 10, 2024
1 parent 06c4b6b commit fd5bcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h5 class="offcanvas-title">Menu</h5>
{% for group in site.data.menu-documentation %}
{% assign docs_config = group[1] %}
{% assign docs_page = site.documentation | where: "slug", docs_config.slug | first %}
<a href="{{ docs_page.url }}" class="dropdown-item">
<a href="{% include link-language-domain.html language='en' url=docs_page.url %}" class="dropdown-item">
<i class="{{ docs_config.icon }} me-2"></i>
{% assign tkey = docu- | append: docs_config.translation %}
{{ site.data[page.lang].translation[tkey].name }}
Expand Down

0 comments on commit fd5bcc5

Please sign in to comment.