diff --git a/docs/sources/jsearch.md b/docs/sources/jsearch.md index 0e2def2f70..d9a4b996b4 100644 --- a/docs/sources/jsearch.md +++ b/docs/sources/jsearch.md @@ -1,3 +1,7 @@ +page_title: Search the Docker documentation +page_keywords: Docker, search documentation +no_toc: true + # Search
+Sorry, page not found.
diff --git a/docs/theme/mkdocs/base.html b/docs/theme/mkdocs/base.html index a4a10a927d..14a730db10 100644 --- a/docs/theme/mkdocs/base.html +++ b/docs/theme/mkdocs/base.html @@ -49,6 +49,7 @@ {% include "nav.html" %}
+{% if not meta.no_toc %}
+{% else %} +
+{% endif %} {% include "beta_warning.html" %}
-{# -
-
-
-
- {% include "toc.html" %} -
-
- {% include "breadcrumbs.html" %} -
- {% include "version.html" %} - {{ content }} -
-
-
-
-
+{# need to find an unobtrusive way to add this back {% include "prev_next.html" %} #}