Skip to content
Snippets Groups Projects
Commit e6841b76 authored by squidfunk's avatar squidfunk
Browse files

Prepare 2.7.0 release

parent ef9cfdd0
Branches
Tags
No related merge requests found
...@@ -42,7 +42,7 @@ theme: ...@@ -42,7 +42,7 @@ theme:
## What to expect ## What to expect
* Responsive design and fluid layout for all kinds of screens and devices, * 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. languages with optimal readability.
* Easily customizable primary and accent color, fonts, favicon and logo; * Easily customizable primary and accent color, fonts, favicon and logo;
......
...@@ -321,40 +321,38 @@ translations for all template variables and labels in the following languages: ...@@ -321,40 +321,38 @@ translations for all template variables and labels in the following languages:
<td><code>en</code> / English</td> <td><code>en</code> / English</td>
<td><code>fr</code> / French</td> <td><code>fr</code> / French</td>
<td><code>de</code> / German</td> <td><code>de</code> / German</td>
<td><code>hu</code> / Hungarian</td> <td><code>he</code> / Hebrew</td>
</tr> </tr>
<tr> <tr>
<td><code>hu</code> / Hungarian</td>
<td><code>it</code> / Italian</td> <td><code>it</code> / Italian</td>
<td><code>ja</code> / Japanese</td> <td><code>ja</code> / Japanese</td>
<td><code>kr</code> / Korean</td> <td><code>kr</code> / Korean</td>
<td><code>no</code> / Norwegian</td>
</tr> </tr>
<tr> <tr>
<td><code>no</code> / Norwegian</td>
<td><code>fa</code> / Persian</td> <td><code>fa</code> / Persian</td>
<td><code>pl</code> / Polish</td> <td><code>pl</code> / Polish</td>
<td><code>pt</code> / Portugese</td> <td><code>pt</code> / Portugese</td>
<td><code>ru</code> / Russian</td>
</tr> </tr>
<tr> <tr>
<td><code>ru</code> / Russian</td>
<td><code>es</code> / Spanish</td> <td><code>es</code> / Spanish</td>
<td><code>sv</code> / Swedish</td> <td><code>sv</code> / Swedish</td>
<td><code>tr</code> / Turkish</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>
<tr> <tr>
<td><code>uk</code> / Ukrainian</td>
<td><code>vi</code> / Vietnamese</td>
<td colspan="2"> <td colspan="2">
<code>zh</code> / Chinese (Simplified) <code>zh</code> / Chinese (Simplified)
</td> </td>
</tr>
<tr>
<td colspan="2"> <td colspan="2">
<code>zh-Hant</code> / Chinese (Traditional) <code>zh-Hant</code> / Chinese (Traditional)
</td> </td>
</tr> <td colspan="2" align="right">
<tr>
<tr>
<td colspan="4" align="right">
<a href="http://bit.ly/2EbzFc8">Submit a new language</a> <a href="http://bit.ly/2EbzFc8">Submit a new language</a>
</td> </td>
</tr> </tr>
......
...@@ -34,7 +34,7 @@ theme: ...@@ -34,7 +34,7 @@ theme:
## What to expect ## What to expect
* Responsive design and fluid layout for all kinds of screens and devices, * 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. languages with optimal readability.
* Easily customizable primary and accent color, fonts, favicon and logo; * Easily customizable primary and accent color, fonts, favicon and logo;
......
...@@ -37,6 +37,11 @@ pip show mkdocs-material ...@@ -37,6 +37,11 @@ pip show mkdocs-material
## Changelog ## 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> ### 2.6.6 <small>_ February 22, 2018</small>
* Added preconnect for Google Fonts for faster loading * Added preconnect for Google Fonts for faster loading
......
...@@ -36,7 +36,7 @@ ...@@ -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.6.6"> <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-2.7.0">
{% endblock %} {% endblock %}
{% block htmltitle %} {% block htmltitle %}
{% if page and page.meta and page.meta.title %} {% if page and page.meta and page.meta.title %}
......
{ {
"name": "mkdocs-material", "name": "mkdocs-material",
"version": "2.6.6", "version": "2.7.0",
"description": "A Material Design theme for MkDocs", "description": "A Material Design theme for MkDocs",
"keywords": [ "keywords": [
"mkdocs", "mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment