From e6841b76e9204c523c6e0cf5aca7f04256ad00a3 Mon Sep 17 00:00:00 2001 From: squidfunk <martin.donath@squidfunk.com> Date: Tue, 6 Mar 2018 17:59:21 +0100 Subject: [PATCH] Prepare 2.7.0 release --- README.md | 2 +- docs/getting-started.md | 20 +++++++++----------- docs/index.md | 2 +- docs/release-notes.md | 5 +++++ material/base.html | 2 +- package.json | 2 +- 6 files changed, 18 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index df6a6b2b..d150e0f0 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 c56be3ea..5f809e3a 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 33473571..5abc0397 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 86da5a21..4f5e54a0 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 5ac31d03..d2cf8301 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 1393a10a..afa28a23 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", -- GitLab