mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Prepare 6.2.3 release
This commit is contained in:
parent
b89705bb2e
commit
b194b211c1
@ -1,3 +1,8 @@
|
||||
mkdocs-material-6.2.3 (2020-12-27)
|
||||
|
||||
* Added back hidden overflow on root container
|
||||
* Fixed #2142: MathJax formulas sometimes have vertical scrollbars
|
||||
|
||||
mkdocs-material-6.2.2+insiders-1.13.2 (2020-12-22)
|
||||
|
||||
* Fixed version selector + sticky tabs navigation rendering issues
|
||||
|
@ -160,10 +160,12 @@ For other installation methods, configuration options, and a demo, visit
|
||||
[Crystal](https://crystal-lang.org/reference/),
|
||||
[FastAPI](https://fastapi.tiangolo.com/),
|
||||
[Kubernetes](https://kops.sigs.k8s.io/),
|
||||
[kSQL](https://docs.ksqldb.io/),
|
||||
[Nokogiri](https://nokogiri.org/),
|
||||
[OpenFaaS](https://docs.openfaas.com/),
|
||||
[Pi-Hole](https://docs.pi-hole.net/),
|
||||
[Pydantic](https://pydantic-docs.helpmanual.io/),
|
||||
[Renovatebot](https://docs.renovatebot.com/),
|
||||
[Traefik](https://docs.traefik.io/),
|
||||
[Vapor](https://docs.vapor.codes/),
|
||||
[ZeroNet](https://zeronet.io/docs/),
|
||||
|
@ -6,6 +6,11 @@ template: overrides/main.html
|
||||
|
||||
## Material for MkDocs
|
||||
|
||||
### 6.2.3 <small>_ December 27, 2020</small>
|
||||
|
||||
- Added back hidden overflow on root container
|
||||
- Fixed #2142: MathJax formulas sometimes have vertical scrollbars
|
||||
|
||||
### 6.2.2 <small>_ December 22, 2020</small>
|
||||
|
||||
- Removed Markdown version range limit (6.2.0 regression)
|
||||
|
@ -27,7 +27,7 @@
|
||||
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||
{% endif %}
|
||||
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-6.2.2">
|
||||
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-6.2.3">
|
||||
{% endblock %}
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta and page.meta.title %}
|
||||
|
@ -51,6 +51,7 @@ theme:
|
||||
# Default values, taken from mkdocs_theme.yml
|
||||
language: en
|
||||
features:
|
||||
# - navigation.instant
|
||||
- navigation.sections
|
||||
- navigation.tabs
|
||||
palette:
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "6.2.2",
|
||||
"version": "6.2.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "6.2.2",
|
||||
"version": "6.2.3",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user