aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/docs-navbar.html (renamed from _includes/nav-home.html)0
-rw-r--r--_includes/docs-sidebar.html (renamed from _includes/nav-docs.html)0
-rw-r--r--_layouts/default.html2
-rw-r--r--_layouts/docs.html4
-rw-r--r--_layouts/home.html2
5 files changed, 4 insertions, 4 deletions
diff --git a/_includes/nav-home.html b/_includes/docs-navbar.html
index fd0c2577d..fd0c2577d 100644
--- a/_includes/nav-home.html
+++ b/_includes/docs-navbar.html
diff --git a/_includes/nav-docs.html b/_includes/docs-sidebar.html
index 71ea14f7d..71ea14f7d 100644
--- a/_includes/nav-docs.html
+++ b/_includes/docs-sidebar.html
diff --git a/_layouts/default.html b/_layouts/default.html
index d5e6b10b4..0292da9fd 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -10,7 +10,7 @@
</div>
</a>
- {% include nav-home.html %}
+ {% include docs-navbar.html %}
<main id="content" role="main">
{{ content }}
diff --git a/_layouts/docs.html b/_layouts/docs.html
index 26ba91aae..feecf3875 100644
--- a/_layouts/docs.html
+++ b/_layouts/docs.html
@@ -10,12 +10,12 @@
</div>
</a>
- {% include nav-home.html %}
+ {% include docs-navbar.html %}
<div class="container-fluid">
<div class="row flex-xl-nowrap">
<div class="col-12 col-md-3 col-xl-2 bd-sidebar">
- {% include nav-docs.html %}
+ {% include docs-sidebar.html %}
</div>
<main class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
<h1 class="bd-title" id="content">{{ page.title }}</h1>
diff --git a/_layouts/home.html b/_layouts/home.html
index 64eabadb1..6405134e2 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -10,7 +10,7 @@
</div>
</a>
- {% include nav-home.html %}
+ {% include docs-navbar.html %}
{{ content }}