diff --git a/content/documentation/quick_start.md b/content/documentation/quick-start/_index.md
similarity index 99%
rename from content/documentation/quick_start.md
rename to content/documentation/quick-start/_index.md
index 617d1d5..91910eb 100644
--- a/content/documentation/quick_start.md
+++ b/content/documentation/quick-start/_index.md
@@ -1,6 +1,8 @@
+++
title = "Quick Start"
-weight = 5
+weight = 0
+sort_by = "weight"
+template = "documentation.html"
+++
diff --git a/templates/documentation.html b/templates/documentation.html
index 154df5f..d22d9e6 100644
--- a/templates/documentation.html
+++ b/templates/documentation.html
@@ -39,7 +39,9 @@
{% include "partials/doc/page_toc.html" %}
- {% if page.earlier or page.later or page.lighter or page.heavier %}
+ {% if page.earlier or page.later or page.lighter or page.heavier or page.pages %}
+ {% include "partials/doc/pagination.html" %}
+ {% elif page.ancestors and page.ancestors | length == 3 %}
{% include "partials/doc/pagination.html" %}
{% endif %}
- {% if page.earlier or page.later or page.lighter or page.heavier %}
+ {% if page.earlier or page.later or page.lighter or page.heavier or page.pages %}
+ {% include "partials/doc/pagination.html" %}
+ {% elif page.ancestors and page.ancestors | length == 3 %}
{% include "partials/doc/pagination.html" %}
{% endif %}
-
\ No newline at end of file
+
diff --git a/templates/partials/doc/pagination.html b/templates/partials/doc/pagination.html
index 0170a77..167669e 100644
--- a/templates/partials/doc/pagination.html
+++ b/templates/partials/doc/pagination.html
@@ -7,64 +7,51 @@