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
de1c3d51
Commit
de1c3d51
authored
7 years ago
by
squidfunk
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 2.6.5 release
parent
3d364638
Branches
Branches containing commit
Tags
2.6.5
Tags containing commit
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG
+4
-0
4 additions, 0 deletions
CHANGELOG
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
docs/release-notes.md
+4
-0
4 additions, 0 deletions
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
11 additions
and
3 deletions
CHANGELOG
+
4
−
0
View file @
de1c3d51
mkdocs-material-2.6.5 (2018-02-22)
* Reverted --dev-addr flag removal from Dockerfile
mkdocs-material-2.6.4 (2018-02-21)
* Added Catalan translations
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
de1c3d51
...
...
@@ -48,4 +48,4 @@ EXPOSE 8000
# Start development server by default
ENTRYPOINT
["mkdocs"]
CMD
["serve"]
CMD
["serve"
, "--dev-addr=0.0.0.0:8000"
]
This diff is collapsed.
Click to expand it.
docs/release-notes.md
+
4
−
0
View file @
de1c3d51
...
...
@@ -37,6 +37,10 @@ pip show mkdocs-material
## Changelog
### 2.6.5 <small>_ February 22, 2018</small>
*
Reverted
`--dev-addr`
flag removal from
`Dockerfile`
### 2.6.4 <small>_ February 21, 2018</small>
*
Added Catalan translations
...
...
This diff is collapsed.
Click to expand it.
material/base.html
+
1
−
1
View file @
de1c3d51
...
...
@@ -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.
4
"
>
<meta
name=
"generator"
content=
"mkdocs-{{ mkdocs_version }}, mkdocs-material-2.6.
5
"
>
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
de1c3d51
{
"name"
:
"mkdocs-material"
,
"version"
:
"2.6.
4
"
,
"version"
:
"2.6.
5
"
,
"description"
:
"A Material Design theme for MkDocs"
,
"keywords"
:
[
"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