From 22c756a2e06d63d71ccda2e389fbfda915df6c25 Mon Sep 17 00:00:00 2001 From: velle Date: Tue, 13 Feb 2024 04:01:16 +0100 Subject: [PATCH] Jekyll docs template typo - All pages show "Deployment" (#9548) Merge pull request 9548 --- docs/_includes/docs_contents.html | 8 ++++---- docs/_includes/docs_contents_mobile.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/_includes/docs_contents.html b/docs/_includes/docs_contents.html index 8b7b19da..0bbdb1dc 100644 --- a/docs/_includes/docs_contents.html +++ b/docs/_includes/docs_contents.html @@ -4,13 +4,13 @@

{{ section.title }}

{% endfor -%} diff --git a/docs/_includes/docs_contents_mobile.html b/docs/_includes/docs_contents_mobile.html index a8c2b3b6..a639c53b 100644 --- a/docs/_includes/docs_contents_mobile.html +++ b/docs/_includes/docs_contents_mobile.html @@ -4,12 +4,12 @@ {% for section in site.data.docs_nav %} {%- for item in section.docs -%} - {% assign page = site.docs | where: "url", item.link | first %} - {%- endfor %} {% endfor %} - \ No newline at end of file +