Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lagoproject.net
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
LAGO
lagoproject.net
Commits
5a228db6
Commit
5a228db6
authored
2 years ago
by
squidfunk
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 9.0.6 release
parent
e7013e66
No related branches found
Branches containing commit
Tags
9.0.6
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG
+5
-0
5 additions, 0 deletions
CHANGELOG
docs/changelog/index.md
+5
-0
5 additions, 0 deletions
docs/changelog/index.md
material/base.html
+1
-1
1 addition, 1 deletion
material/base.html
package-lock.json
+2
-2
2 additions, 2 deletions
package-lock.json
package.json
+1
-1
1 addition, 1 deletion
package.json
with
14 additions
and
4 deletions
CHANGELOG
+
5
−
0
View file @
5a228db6
mkdocs-material-9.0.6 (2023-01-19)
* Fixed #4883: Automatically disable info plugin when serving
* Fixed #4885: Search plugin crashes in some exotic cases (9.0.3 regression)
mkdocs-material-9.0.5+insiders-4.28.1 (2023-01-17)
mkdocs-material-9.0.5+insiders-4.28.1 (2023-01-17)
* Fixed built-in info plugin erroring for Insiders on version check
* Fixed built-in info plugin erroring for Insiders on version check
...
...
This diff is collapsed.
Click to expand it.
docs/changelog/index.md
+
5
−
0
View file @
5a228db6
...
@@ -2,6 +2,11 @@
...
@@ -2,6 +2,11 @@
## Material for MkDocs
## Material for MkDocs
### 9.0.6 <small>January 19, 2023</small> { id="9.0.6" }
-
Fixed #4883: Automatically disable info plugin when serving
-
Fixed #4885: Search plugin crashes in some exotic cases (9.0.3 regression)
### 9.0.5 <small>January 14, 2023</small> { id="9.0.5" }
### 9.0.5 <small>January 14, 2023</small> { id="9.0.5" }
-
Fixed #4842: Improved accessibility of search result list
-
Fixed #4842: Improved accessibility of search result list
...
...
This diff is collapsed.
Click to expand it.
material/base.html
+
1
−
1
View file @
5a228db6
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<link
rel=
"next"
href=
"{{ page.next_page.url | url }}"
>
<link
rel=
"next"
href=
"{{ page.next_page.url | url }}"
>
{% endif %}
{% endif %}
<link
rel=
"icon"
href=
"{{ config.theme.favicon | url }}"
>
<link
rel=
"icon"
href=
"{{ config.theme.favicon | url }}"
>
<meta
name=
"generator"
content=
"mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.
5
"
>
<meta
name=
"generator"
content=
"mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.
6
"
>
{% endblock %}
{% endblock %}
{% block htmltitle %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
{% if page.meta and page.meta.title %}
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
2
−
2
View file @
5a228db6
{
{
"name": "mkdocs-material",
"name": "mkdocs-material",
"version": "9.0.
5
",
"version": "9.0.
6
",
"lockfileVersion": 2,
"lockfileVersion": 2,
"requires": true,
"requires": true,
"packages": {
"packages": {
"": {
"": {
"name": "mkdocs-material",
"name": "mkdocs-material",
"version": "9.0.
5
",
"version": "9.0.
6
",
"license": "MIT",
"license": "MIT",
"dependencies": {
"dependencies": {
"array-flat-polyfill": "^1.0.1",
"array-flat-polyfill": "^1.0.1",
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
5a228db6
{
{
"name"
:
"mkdocs-material"
,
"name"
:
"mkdocs-material"
,
"version"
:
"9.0.
5
"
,
"version"
:
"9.0.
6
"
,
"description"
:
"Documentation that simply works"
,
"description"
:
"Documentation that simply works"
,
"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