mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 2.0.1 release
This commit is contained in:
parent
34c2f11afc
commit
eb232d43f0
@ -2,6 +2,7 @@ mkdocs-material-2.0.1 (2017-10-31)
|
|||||||
|
|
||||||
* Fixed error when initializing search
|
* Fixed error when initializing search
|
||||||
* Fixed styles for link to edit the current page
|
* Fixed styles for link to edit the current page
|
||||||
|
* Fixed styles on nested admonition in details
|
||||||
|
|
||||||
mkdocs-material-2.0.0 (2017-10-31)
|
mkdocs-material-2.0.0 (2017-10-31)
|
||||||
|
|
||||||
|
@ -12,11 +12,17 @@ To determine the currently installed version, use the following command:
|
|||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
pip show mkdocs-material | grep -E ^Version
|
pip show mkdocs-material | grep -E ^Version
|
||||||
# Version 2.0.0
|
# Version 2.0.1
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 2.0.1 <small>_ October 31, 2017</small>
|
||||||
|
|
||||||
|
* Fixed error when initializing search
|
||||||
|
* Fixed styles for link to edit the current page
|
||||||
|
* Fixed styles on nested admonition in details
|
||||||
|
|
||||||
### 2.0.0 <small>_ October 31, 2017</small>
|
### 2.0.0 <small>_ October 31, 2017</small>
|
||||||
|
|
||||||
* Added support for MkDocs 0.17.1 theme configuration options
|
* Added support for MkDocs 0.17.1 theme configuration options
|
||||||
|
1
material/assets/stylesheets/application-462a8722ef.css
Normal file
1
material/assets/stylesheets/application-462a8722ef.css
Normal file
File diff suppressed because one or more lines are too long
@ -38,7 +38,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
|
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.0.0">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.0.1">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta.title %}
|
{% if page and page.meta.title %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"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