From d1a6f592fd916bc8c993d09cf51d54f51a45bf1a Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 4 Oct 2020 15:09:16 +0200 Subject: [PATCH] Switched off auto-hiding on Insiders --- docs/setup/setting-up-the-header.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/setup/setting-up-the-header.md b/docs/setup/setting-up-the-header.md index 9084b5a4c..5d9dff835 100644 --- a/docs/setup/setting-up-the-header.md +++ b/docs/setup/setting-up-the-header.md @@ -31,11 +31,7 @@ theme: - header.autohide ``` -_Give this feature a try on [the official documentation][4] built with Material -for MkDocs Insiders!_ - [3]: ../insiders.md - [4]: https://squidfunk.github.io/mkdocs-material-insiders/ ## Customization @@ -44,8 +40,8 @@ for MkDocs Insiders!_ Material for MkDocs includes an announcement bar, which is the perfect place to display project news or other important information to the user. When the user scrolls past the header, the bar will automatically disappear. In order to add -an announcement bar, [extend the theme][5] and [override the `announce` -block][6], which is empty by default: +an announcement bar, [extend the theme][4] and [override the `announce` +block][5], which is empty by default: ``` html {% block announce %} @@ -53,5 +49,5 @@ block][6], which is empty by default: {% endblock %} ``` - [5]: ../customization.md#extending-the-theme - [6]: ../customization.md#overriding-blocks + [4]: ../customization.md#extending-the-theme + [5]: ../customization.md#overriding-blocks