mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 5.5.6 release
This commit is contained in:
parent
5155ab8e75
commit
b6b00cc9a9
@ -1,3 +1,8 @@
|
|||||||
|
mkdocs-material-5.5.6 (2020-08-12)
|
||||||
|
|
||||||
|
* Switched base template for 404.html to main.html
|
||||||
|
* Fixed #1864: GitHub organisation stats not loading
|
||||||
|
|
||||||
mkdocs-material-5.5.5+insiders-1.2.0 (2020-08-11)
|
mkdocs-material-5.5.5+insiders-1.2.0 (2020-08-11)
|
||||||
|
|
||||||
* Added feature to expand navigation by default
|
* Added feature to expand navigation by default
|
||||||
|
@ -22,6 +22,11 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 5.5.6 <small>_ August 12, 2020</small>
|
||||||
|
|
||||||
|
* Switched base template for `404.html` to `main.html`
|
||||||
|
* Fixed #1864: GitHub organisation stats not loading
|
||||||
|
|
||||||
### 5.5.5 <small>_ August 11, 2020</small>
|
### 5.5.5 <small>_ August 11, 2020</small>
|
||||||
|
|
||||||
* Fixed missing vendor and worker distribution files
|
* Fixed missing vendor and worker distribution files
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<meta name="author" content="{{ config.site_author }}">
|
<meta name="author" content="{{ config.site_author }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
|
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
|
||||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.5">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.6">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% if page and page.meta and page.meta.title %}
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "5.5.5",
|
"version": "5.5.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "5.5.5",
|
"version": "5.5.6",
|
||||||
"description": "A Material Design theme for MkDocs",
|
"description": "A Material Design theme for MkDocs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
Loading…
Reference in New Issue
Block a user