From 71544e44790d4d661d2b3c343360dcfac10abe5a Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 30 Aug 2020 16:51:03 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG | 4 ++++ docs/changelog.md | 4 ++++ docs/creating-your-site.md | 16 ++++++++-------- mkdocs.yml | 1 + 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b014177ec..5a7290ec3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +mkdocs-material-5.5.11+insiders-1.4.0 (2020-08-30) + + * Added support for auto-hiding header on scroll + mkdocs-material-5.5.11 (2020-08-28) * Fixed Disqus integration, as the minifier killed the config diff --git a/docs/changelog.md b/docs/changelog.md index 71a5cf5f0..df650afc1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,10 @@ template: overrides/main.html ## Material for MkDocs Insiders +### 1.4.0 _ August 30, 2020 + +* Added support for auto-hiding header on scroll + ### 1.3.0 _ August 26, 2020 * Added support for user-selectable color palettes diff --git a/docs/creating-your-site.md b/docs/creating-your-site.md index 1281b7513..50fbbdb88 100644 --- a/docs/creating-your-site.md +++ b/docs/creating-your-site.md @@ -71,10 +71,10 @@ icons and much more: * [Setting up navigation][7] * [Setting up site search][8] * [Setting up site analytics][9] -* [Adding social links][10] -* [Adding a git repository][11] -* [Adding a comment system][12] - +* [Setting up the header][10] +* [Adding social links][11] +* [Adding a git repository][12] +* [Adding a comment system][13] [2]: getting-started.md#installation @@ -85,10 +85,10 @@ icons and much more: [7]: setup/setting-up-navigation.md [8]: setup/setting-up-site-search.md [9]: setup/setting-up-site-analytics.md - [10]: setup/adding-social-links.md - [11]: setup/adding-a-git-repository.md - [12]: setup/adding-a-comment-system.md - + [10]: setup/setting-up-the-header.md + [11]: setup/adding-social-links.md + [12]: setup/adding-a-git-repository.md + [13]: setup/adding-a-comment-system.md ## Previewing as you write diff --git a/mkdocs.yml b/mkdocs.yml index a57a27399..ee838ef11 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -160,6 +160,7 @@ nav: - Setting up navigation: setup/setting-up-navigation.md - Setting up site search: setup/setting-up-site-search.md - Setting up site analytics: setup/setting-up-site-analytics.md + - Setting up the header: setup/setting-up-the-header.md - Adding social links: setup/adding-social-links.md - Adding a git repository: setup/adding-a-git-repository.md - Adding a comment system: setup/adding-a-comment-system.md