mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-13 18:40:54 +01:00
Prepare 2.7.1 release
This commit is contained in:
parent
bdaf043039
commit
ed95c1c52c
@ -1,3 +1,9 @@
|
|||||||
|
mkdocs-material-2.7.1 (2018-03-21)
|
||||||
|
|
||||||
|
* Added Galician translations
|
||||||
|
* Fixed #730: Scroll chasing error on home page if Disqus is enabled
|
||||||
|
* Fixed #736: Reset drawer and search upon back button invocation
|
||||||
|
|
||||||
mkdocs-material-2.7.0 (2018-03-06)
|
mkdocs-material-2.7.0 (2018-03-06)
|
||||||
|
|
||||||
* Added ability to set absolute URL for logo
|
* Added ability to set absolute URL for logo
|
||||||
|
@ -297,6 +297,11 @@ theme:
|
|||||||
|
|
||||||
### Language
|
### Language
|
||||||
|
|
||||||
|
!!! info "Call for Contributions: Add languages/translations to Material"
|
||||||
|
|
||||||
|
Help translate Material into more languages - it's just **one click** and
|
||||||
|
takes approximately **2 minutes**: [click here](http://bit.ly/2EbzFc8)
|
||||||
|
|
||||||
#### Localization
|
#### Localization
|
||||||
|
|
||||||
> Default: `en`
|
> Default: `en`
|
||||||
@ -379,9 +384,6 @@ all translations:
|
|||||||
cp partials/language/en.html partials/language/jp.html
|
cp partials/language/en.html partials/language/jp.html
|
||||||
```
|
```
|
||||||
|
|
||||||
Feel free to contribute your localization to Material for MkDocs by opening a
|
|
||||||
Pull Request.
|
|
||||||
|
|
||||||
[16]: https://www.w3schools.com/tags/ref_language_codes.asp
|
[16]: https://www.w3schools.com/tags/ref_language_codes.asp
|
||||||
|
|
||||||
#### Text direction
|
#### Text direction
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
# Material <small>for MkDocs</small>
|
# Material <small>for MkDocs</small>
|
||||||
|
|
||||||
!!! info "Call for Contributions: Add languages/translations to Material"
|
|
||||||
|
|
||||||
Help translate Material into more languages - it's just **one click** and
|
|
||||||
takes approximately **2 minutes**: [click here](http://bit.ly/2EbzFc8)
|
|
||||||
|
|
||||||
## Create beautiful project documentation
|
## Create beautiful project documentation
|
||||||
|
|
||||||
Material is a theme for [MkDocs][1], an excellent static site generator geared
|
Material is a theme for [MkDocs][1], an excellent static site generator geared
|
||||||
|
@ -37,6 +37,15 @@ pip show mkdocs-material
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 2.7.1 <small>_ March 21, 2018</small>
|
||||||
|
|
||||||
|
* Added Galician translations
|
||||||
|
* Fixed [#730][730]: Scroll chasing error on home page if Disqus is enabled
|
||||||
|
* Fixed [#736][736]: Reset drawer and search upon back button invocation
|
||||||
|
|
||||||
|
[730]: https://github.com/squidfunk/mkdocs-material/issues/730
|
||||||
|
[736]: https://github.com/squidfunk/mkdocs-material/issues/736
|
||||||
|
|
||||||
### 2.7.0 <small>_ March 6, 2018</small>
|
### 2.7.0 <small>_ March 6, 2018</small>
|
||||||
|
|
||||||
* Added ability to set absolute URL for logo
|
* Added ability to set absolute URL for logo
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<link rel="shortcut icon" href="{{ base_url }}/{{ config.theme.favicon }}">
|
<link rel="shortcut icon" href="{{ base_url }}/{{ config.theme.favicon }}">
|
||||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.7.0">
|
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.7.1">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block htmltitle %}
|
{% block htmltitle %}
|
||||||
{% if page and page.meta and page.meta.title %}
|
{% if page and page.meta and page.meta.title %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mkdocs-material",
|
"name": "mkdocs-material",
|
||||||
"version": "2.7.0",
|
"version": "2.7.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