diff --git a/README.md b/README.md index df6a6b2b17d983f6c618de27e1546edb4b9495aa..d150e0f0e2bb875a8c668bb44af7cca1858596a7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ theme: ## What to expect * Responsive design and fluid layout for all kinds of screens and devices, - designed to serve your project documentation in a user-friendly way in 23 + designed to serve your project documentation in a user-friendly way in 24 languages with optimal readability. * Easily customizable primary and accent color, fonts, favicon and logo; diff --git a/docs/getting-started.md b/docs/getting-started.md index c56be3ea8f55008251cc7418a98ff95829e68720..5f809e3a8291fbc6c80d699108b922eeada76357 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -321,40 +321,38 @@ translations for all template variables and labels in the following languages: <td><code>en</code> / English</td> <td><code>fr</code> / French</td> <td><code>de</code> / German</td> - <td><code>hu</code> / Hungarian</td> + <td><code>he</code> / Hebrew</td> </tr> <tr> + <td><code>hu</code> / Hungarian</td> <td><code>it</code> / Italian</td> <td><code>ja</code> / Japanese</td> <td><code>kr</code> / Korean</td> - <td><code>no</code> / Norwegian</td> </tr> <tr> + <td><code>no</code> / Norwegian</td> <td><code>fa</code> / Persian</td> <td><code>pl</code> / Polish</td> <td><code>pt</code> / Portugese</td> - <td><code>ru</code> / Russian</td> </tr> <tr> + <td><code>ru</code> / Russian</td> <td><code>es</code> / Spanish</td> <td><code>sv</code> / Swedish</td> <td><code>tr</code> / Turkish</td> - <td><code>uk</code> / Ukrainian</td> - </tr> - <tr> - <td colspan="4"><code>vi</code> / Vietnamese</td> </tr> <tr> + <td><code>uk</code> / Ukrainian</td> + <td><code>vi</code> / Vietnamese</td> <td colspan="2"> <code>zh</code> / Chinese (Simplified) </td> + </tr> + <tr> <td colspan="2"> <code>zh-Hant</code> / Chinese (Traditional) </td> - </tr> - <tr> - <tr> - <td colspan="4" align="right"> + <td colspan="2" align="right"> <a href="http://bit.ly/2EbzFc8">Submit a new language</a> </td> </tr> diff --git a/docs/index.md b/docs/index.md index 33473571ebf94e8ec951b62e26ed34e991936bef..5abc0397e199d177fd434281234a1358822e4372 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,7 +34,7 @@ theme: ## What to expect * Responsive design and fluid layout for all kinds of screens and devices, - designed to serve your project documentation in a user-friendly way in 23 + designed to serve your project documentation in a user-friendly way in 24 languages with optimal readability. * Easily customizable primary and accent color, fonts, favicon and logo; diff --git a/docs/release-notes.md b/docs/release-notes.md index 86da5a21fd67a4fed8913de1f84bfcba837aef4e..4f5e54a0356c92b9d06050d1fa71c44f1704f59d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -37,6 +37,11 @@ pip show mkdocs-material ## Changelog +### 2.7.0 <small>_ March 6, 2018</small> + +* Added ability to set absolute URL for logo +* Added Hebrew translations + ### 2.6.6 <small>_ February 22, 2018</small> * Added preconnect for Google Fonts for faster loading diff --git a/material/base.html b/material/base.html index 5ac31d0329fe9ae278bcedcbd593856cfc29bc62..d2cf83013339a45cca3570fdea1807fa3bfc9b7d 100644 --- a/material/base.html +++ b/material/base.html @@ -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.6.6"> + <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.7.0"> {% endblock %} {% block htmltitle %} {% if page and page.meta and page.meta.title %} diff --git a/package.json b/package.json index 1393a10a4d64eca4c639d719c105755db449d0aa..afa28a23d63182e52ab50fe0853ab3cde466b908 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "2.6.6", + "version": "2.7.0", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",