diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index edd88f345..26507f161 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -1,7 +1,7 @@ {% for group in site.data.nav %} {% assign link = group.pages | first %} - {% assign slug = group.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' %} + {% assign slug = group.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' | append: '/' %} {% assign active = nil %} {% if page.url contains slug %}