mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 05:53:03 -04:00
Prepare 2.2.2 release
This commit is contained in:
@@ -301,9 +301,9 @@ theme:
|
||||
Material for MkDocs supports internationalization (i18n) and provides
|
||||
translations for all template variables and labels in English `en`, French `fr`,
|
||||
German `de`, Spanish `es`, Italian `it`, Danish `da`, Portugese `pt`,
|
||||
Polish `pl`, Norwegian `no`, Swedish `sv`, Korean `kr`, Russian `ru`,
|
||||
Japanese `ja`, Chinese (Simplified) `zh` and Chinese (Traditional) `zh-Hant`.
|
||||
Specify the language with:
|
||||
Polish `pl`, Norwegian `no`, Dutch `nl`, Swedish `sv`, Korean `kr`,
|
||||
Russian `ru`, Japanese `ja`, Chinese (Simplified) `zh` and Chinese (Traditional)
|
||||
`zh-Hant`. Specify the language with:
|
||||
|
||||
``` yaml
|
||||
theme:
|
||||
|
||||
@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
|
||||
|
||||
``` sh
|
||||
pip show mkdocs-material | grep -E ^Version
|
||||
# Version 2.2.1
|
||||
# Version 2.2.2
|
||||
```
|
||||
|
||||
### Material 1.x to 2.x
|
||||
@@ -38,6 +38,12 @@ pip show mkdocs-material | grep -E ^Version
|
||||
|
||||
## Changelog
|
||||
|
||||
### 2.2.2 <small>_ December 8, 2017</small>
|
||||
|
||||
* Added Dutch translations
|
||||
* Adjusted targeted link and footnote offsets
|
||||
* Simplified Admonition styles and fixed padding bug
|
||||
|
||||
### 2.2.1 <small>_ December 2, 2017</small>
|
||||
|
||||
* Fixed [#616][616]: Minor styling error with title-only admonition blocks
|
||||
|
||||
Reference in New Issue
Block a user