Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lagoproject.Net.Gh
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Show more breadcrumbs
LAGO
Lagoproject.Net.Gh
Commits
7bc42b9a
Commit
7bc42b9a
authored
2 years ago
by
squidfunk
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 9.0.7 release
parent
c75fc14e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG
+9
-0
9 additions, 0 deletions
CHANGELOG
docs/changelog/index.md
+9
-0
9 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
22 additions
and
4 deletions
CHANGELOG
+
9
−
0
View file @
7bc42b9a
mkdocs-material-9.0.7 (2023-01-28)
* Improved accessibility of sidebar navigation
* Moved all translations into community edition
* Updated Polish and Portuguese (Brasilian) translations
* Fixed info plugin terminating on subsequent reload when serving
* Fixed #4910: Sidebar navigation labels have invalid ARIA roles
* Fixed #4884: Search query terms can't be separated by colons
mkdocs-material-9.0.6+insiders-4.29.0 (2023-01-21)
* Added built-in optimize plugin for automatically compressing images
...
...
This diff is collapsed.
Click to expand it.
docs/changelog/index.md
+
9
−
0
View file @
7bc42b9a
...
...
@@ -2,6 +2,15 @@
## Material for MkDocs
### 9.0.7 <small>January 28, 2023</small> { id="9.0.7" }
-
Improved accessibility of sidebar navigation
-
Moved all translations into community edition
-
Updated Polish and Portuguese (Brasilian) translations
-
Fixed info plugin terminating on subsequent reload when serving
-
Fixed #4910: Sidebar navigation labels have invalid ARIA roles
-
Fixed #4884: Search query terms can't be separated by colons
### 9.0.6 <small>January 19, 2023</small> { id="9.0.6" }
-
Fixed #4883: Automatically disable info plugin when serving
...
...
This diff is collapsed.
Click to expand it.
material/base.html
+
1
−
1
View file @
7bc42b9a
...
...
@@ -28,7 +28,7 @@
<link
rel=
"next"
href=
"{{ page.next_page.url | url }}"
>
{% endif %}
<link
rel=
"icon"
href=
"{{ config.theme.favicon | url }}"
>
<meta
name=
"generator"
content=
"mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.
6
"
>
<meta
name=
"generator"
content=
"mkdocs-{{ mkdocs_version }}, mkdocs-material-9.0.
7
"
>
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
2
−
2
View file @
7bc42b9a
{
"name": "mkdocs-material",
"version": "9.0.
6
",
"version": "9.0.
7
",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
"version": "9.0.
6
",
"version": "9.0.
7
",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
7bc42b9a
{
"name"
:
"mkdocs-material"
,
"version"
:
"9.0.
6
"
,
"version"
:
"9.0.
7
"
,
"description"
:
"Documentation that simply works"
,
"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