mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +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)
|
||||
|
||||
* Added ability to set absolute URL for logo
|
||||
|
@ -297,6 +297,11 @@ theme:
|
||||
|
||||
### 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
|
||||
|
||||
> Default: `en`
|
||||
@ -379,9 +384,6 @@ all translations:
|
||||
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
|
||||
|
||||
#### Text direction
|
||||
|
@ -1,10 +1,5 @@
|
||||
# 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
|
||||
|
||||
Material is a theme for [MkDocs][1], an excellent static site generator geared
|
||||
|
@ -37,6 +37,15 @@ pip show mkdocs-material
|
||||
|
||||
## 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>
|
||||
|
||||
* Added ability to set absolute URL for logo
|
||||
|
@ -36,7 +36,7 @@
|
||||
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
|
||||
{% endfor %}
|
||||
<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 %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta and page.meta.title %}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "2.7.0",
|
||||
"version": "2.7.1",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user