diff --git a/source/_includes/asides/ecosystem_navigation.html b/source/_includes/asides/ecosystem_navigation.html index ed30ae7c1cb..24285c4f0bf 100755 --- a/source/_includes/asides/ecosystem_navigation.html +++ b/source/_includes/asides/ecosystem_navigation.html @@ -5,6 +5,8 @@ {% include asides/ecosystem_hadashboard_navigation.html | compact_newlines %} {% elsif url_parts[2] == "appdaemon" %} {% include asides/ecosystem_appdaemon_navigation.html | compact_newlines %} +{% elsif url_parts[2] == "notebooks" %} + {% include asides/ecosystem_notebooks_navigation.html | compact_newlines %} {% comment %} {% elsif url_parts[2] == "cookbook" %} {% include asides/cookbook_navigation.html | compact_newlines %}