mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Prepare 1.1.1 release
This commit is contained in:
parent
fc4a466346
commit
7f37798408
@ -1,3 +1,7 @@
|
|||||||
|
mkdocs-material-1.1.1 (2017-02-26)
|
||||||
|
|
||||||
|
* Fixed incorrectly displayed nested lists when using tabs
|
||||||
|
|
||||||
mkdocs-material-1.1.0 (2017-02-26)
|
mkdocs-material-1.1.0 (2017-02-26)
|
||||||
|
|
||||||
* Added tabs navigation feature (optional)
|
* Added tabs navigation feature (optional)
|
||||||
|
@ -12,11 +12,15 @@ 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 1.1.0
|
# Version 1.1.1
|
||||||
```
|
```
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.1.1 <small> _ February 26, 2017</small>
|
||||||
|
|
||||||
|
* Fixed incorrectly displayed nested lists when using tabs
|
||||||
|
|
||||||
### 1.1.0 <small> _ February 26, 2017</small>
|
### 1.1.0 <small> _ February 26, 2017</small>
|
||||||
|
|
||||||
* Added tabs navigation feature (optional)
|
* Added tabs navigation feature (optional)
|
||||||
|
@ -19,7 +19,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-1.1.0">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.1.1">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page.title and not page.is_homepage %}
|
{% if page.title and not page.is_homepage %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "1.1.0",
|
"version": "1.1.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