From 856c8f8778acb66cae9a780781c858143e1460ae Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 2 Oct 2019 10:04:47 +0200 Subject: [PATCH] Fixes sidebar on integration pages (#10550) --- source/_includes/site/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/site/sidebar.html b/source/_includes/site/sidebar.html index be7ad0ea6ad..4edbe4468d7 100644 --- a/source/_includes/site/sidebar.html +++ b/source/_includes/site/sidebar.html @@ -1,6 +1,6 @@
{% assign url_parts = page.url | split: '/' %} - {% if url_parts[1] == 'components' %} + {% if url_parts[1] == 'integrations' %} {% include asides/component_navigation.html %} {% elsif url_parts[1] == 'cookbook' %} {% include asides/cookbook_navigation.html %}