Switched off auto-hiding on Insiders

This commit is contained in:
squidfunk 2020-10-04 15:09:16 +02:00
parent 0bd567b28d
commit d1a6f592fd

View File

@ -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