diff --git a/docs/_includes/navigation.html b/docs/_includes/navigation.html
index b86cd274..dbff4392 100644
--- a/docs/_includes/navigation.html
+++ b/docs/_includes/navigation.html
@@ -1,13 +1,9 @@
-{% assign default_paths = site.pages | map: "path" %}
-{% assign page_paths = site.header_pages | default: default_paths %}
-
-{% for path in page_paths %}
-
- {% assign page = site.pages | where: "path", path | first %}
-
- {% if page.title %}
- {{ page.title }}
- {% endif %}
-
-
-{% endfor %}
+