mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 8.1.9 release
This commit is contained in:
parent
bd24aca837
commit
181344c3da
@ -1,3 +1,8 @@
|
|||||||
|
mkdocs-material-8.1.9 (2022-01-30)
|
||||||
|
|
||||||
|
* Added support for mkdocs.yml validation and auto-complete
|
||||||
|
* Fixed errors in Latvian translations
|
||||||
|
|
||||||
mkdocs-material-8.1.8+insiders-4.7.0 (2022-01-25)
|
mkdocs-material-8.1.8+insiders-4.7.0 (2022-01-25)
|
||||||
|
|
||||||
* Added native support for offline search
|
* Added native support for offline search
|
||||||
|
@ -6,6 +6,12 @@ template: overrides/main.html
|
|||||||
|
|
||||||
## Material for MkDocs
|
## Material for MkDocs
|
||||||
|
|
||||||
|
### 8.1.9 <small>_ January 30, 2022</small> { id="8.1.9" }
|
||||||
|
|
||||||
|
- [Added support for `mkdocs.yml` validation and auto-complete][validation]
|
||||||
|
- Fixed errors in Latvian translations
|
||||||
|
|
||||||
|
[validation]: ../creating-your-site.md#minimal-configuration
|
||||||
|
|
||||||
### 8.1.8 <small>_ January 23, 2022</small> { id="8.1.8" }
|
### 8.1.8 <small>_ January 23, 2022</small> { id="8.1.8" }
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<link rel="canonical" href="{{ page.canonical_url }}">
|
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
<link rel="icon" href="{{ config.theme.favicon | url }}">
|
||||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.8">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.9">
|
||||||
{% 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": "8.1.8",
|
"version": "8.1.9",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "8.1.8",
|
"version": "8.1.9",
|
||||||
"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