mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01: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)
|
||||
|
||||
* Added native support for offline search
|
||||
|
@ -6,6 +6,12 @@ template: overrides/main.html
|
||||
|
||||
## 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" }
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||
{% endif %}
|
||||
<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 %}
|
||||
{% block htmltitle %}
|
||||
{% 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",
|
||||
"version": "8.1.8",
|
||||
"version": "8.1.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "8.1.8",
|
||||
"version": "8.1.9",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user