Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mkdocs-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Janne Mareike Koschinski
mkdocs-material
Commits
57142f14
Commit
57142f14
authored
7 years ago
by
squidfunk
Committed by
Martin Donath
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 2.1.0 release
parent
20c89a9c
No related branches found
No related tags found
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG
+10
-0
10 additions, 0 deletions
CHANGELOG
docs/getting-started.md
+7
-7
7 additions, 7 deletions
docs/getting-started.md
docs/release-notes.md
+11
-1
11 additions, 1 deletion
docs/release-notes.md
material/base.html
+1
-1
1 addition, 1 deletion
material/base.html
package.json
+1
-1
1 addition, 1 deletion
package.json
with
30 additions
and
10 deletions
CHANGELOG
+
10
−
0
View file @
57142f14
mkdocs-material-2.1.0 (2017-11-19)
* Added support for white as a primary color
* Added support for sliding site name and title
* Fixed redundant clipboard button when using line numbers on code blocks
* Improved header appearance by making it taller
* Improved tabs appearance
* Improved CSS customizability by leveraging inheritance
* Removed scroll shadows via background-attachment
mkdocs-material-2.0.4 (2017-11-05)
mkdocs-material-2.0.4 (2017-11-05)
* Fixed details not opening with footnote reference
* Fixed details not opening with footnote reference
...
...
This diff is collapsed.
Click to expand it.
docs/getting-started.md
+
7
−
7
View file @
57142f14
...
@@ -300,10 +300,10 @@ theme:
...
@@ -300,10 +300,10 @@ theme:
Material for MkDocs supports internationalization (i18n) and provides
Material for MkDocs supports internationalization (i18n) and provides
translations for all template variables and labels in English
`en`
, French
`fr`
,
translations for all template variables and labels in English
`en`
, French
`fr`
,
German
`de`
, Spanish
`es`
, Italian
`it`
, Danish
`da`
, Po
lish
`p
l
`
,
Norwegian
German
`de`
, Spanish
`es`
, Italian
`it`
, Danish
`da`
, Po
rtugese
`p
t
`
,
`no`
, Swedish
`sv`
, Korean
`kr`
, Russian
`ru`
,
Japanese
`ja`
, Chinese
Polish
`pl`
, Norwegian
`no`
, Swedish
`sv`
, Korean
`kr`
, Russian
`ru`
,
(Simplified)
`zh`
and Chinese (Traditional)
`zh-Hant`
.
Specify the language
Japanese
`ja`
, Chinese
(Simplified)
`zh`
and Chinese (Traditional)
`zh-Hant`
.
with:
Specify the language
with:
```
yaml
```
yaml
theme
:
theme
:
...
@@ -344,9 +344,9 @@ All defined languages are used only for stemming. This will automatically load
...
@@ -344,9 +344,9 @@ All defined languages are used only for stemming. This will automatically load
the stemmers for the specified languages and set them up with site search.
the stemmers for the specified languages and set them up with site search.
At the time of writing, the following languages are supported: English
`en`
,
At the time of writing, the following languages are supported: English
`en`
,
French
`fr`
, German
`de`
, Spanish
`es`
, Italian
`it`
,
Japanese
`jp`
, Dutc
h
`d
u
`
,
French
`fr`
, German
`de`
, Spanish
`es`
, Italian
`it`
,
Dutch
`du`
, Danis
h
`d
a
`
,
Danish
`da`
,
Portguese
`pt`
, Finnish
`fi`
, Romanian
`ro`
, Hungarian
`hu`
,
Portguese
`pt`
, Finnish
`fi`
, Romanian
`ro`
, Hungarian
`hu`
,
Russian
`ru`
,
Russian
`ru`
,
Norwegian
`no`
, Swedish
`sv`
and Turkish
`tr`
.
Norwegian
`no`
, Swedish
`sv`
, Japanese
`jp`
and Turkish
`tr`
.
!!! warning "Only specify the languages you really need"
!!! warning "Only specify the languages you really need"
...
...
This diff is collapsed.
Click to expand it.
docs/release-notes.md
+
11
−
1
View file @
57142f14
...
@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
...
@@ -12,7 +12,7 @@ To determine the currently installed version, use the following command:
```
sh
```
sh
pip show mkdocs-material |
grep
-E
^Version
pip show mkdocs-material |
grep
-E
^Version
# Version 2.
0.4
# Version 2.
1.0
```
```
### Material 1.x to 2.x
### Material 1.x to 2.x
...
@@ -38,6 +38,16 @@ pip show mkdocs-material | grep -E ^Version
...
@@ -38,6 +38,16 @@ pip show mkdocs-material | grep -E ^Version
## Changelog
## Changelog
### 2.1.0 <small>_ November 19, 2017</small>
*
Added support for
`white`
as a primary color
*
Added support for sliding site name and title
*
Fixed redundant clipboard button when using line numbers on code blocks
*
Improved header appearance by making it taller
*
Improved tabs appearance
*
Improved CSS customizability by leveraging inheritance
*
Removed scroll shadows via
`background-attachment`
### 2.0.4 <small>_ November 5, 2017</small>
### 2.0.4 <small>_ November 5, 2017</small>
*
Fixed
`details`
not opening with footnote reference
*
Fixed
`details`
not opening with footnote reference
...
...
This diff is collapsed.
Click to expand it.
material/base.html
+
1
−
1
View file @
57142f14
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,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.
0.4
"
>
<meta
name=
"generator"
content=
"mkdocs-{{ mkdocs_version }}, mkdocs-material-2.
1.0
"
>
{% endblock %}
{% endblock %}
{% block htmltitle %}
{% block htmltitle %}
{% if page and page.meta.title %}
{% if page and page.meta.title %}
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
57142f14
{
{
"name"
:
"mkdocs-material"
,
"name"
:
"mkdocs-material"
,
"version"
:
"2.
0.4
"
,
"version"
:
"2.
1.0
"
,
"description"
:
"A Material Design theme for MkDocs"
,
"description"
:
"A Material Design theme for MkDocs"
,
"keywords"
:
[
"keywords"
:
[
"mkdocs"
,
"mkdocs"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment