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
6d79ea08
Commit
6d79ea08
authored
3 years ago
by
squidfunk
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 8.2.3 release
parent
78e7e8f3
No related branches found
Branches containing commit
Tags
8.2.3
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG
+4
-0
4 additions, 0 deletions
CHANGELOG
docs/changelog/index.md
+4
-0
4 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
12 additions
and
4 deletions
CHANGELOG
+
4
−
0
View file @
6d79ea08
mkdocs-material-8.2.3 (2022-02-27)
* Fixed #3578: Active element in table of contents off-by-one on large screens
mkdocs-material-8.2.2 (2022-02-26)
* Added automatic removal of query parameter when search is closed
...
...
This diff is collapsed.
Click to expand it.
docs/changelog/index.md
+
4
−
0
View file @
6d79ea08
...
...
@@ -6,6 +6,10 @@ template: overrides/main.html
## Material for MkDocs
### 8.2.3 <small>_ February 27, 2022</small> { id="8.2.3" }
-
Fixed #3578: Active element in table of contents off-by-one on large screens
### 8.2.2 <small>_ February 26, 2022</small> { id="8.2.2" }
-
Added automatic removal of query parameter when search is closed
...
...
This diff is collapsed.
Click to expand it.
material/base.html
+
1
−
1
View file @
6d79ea08
...
...
@@ -22,7 +22,7 @@
<link
rel=
"canonical"
href=
"{{ page.canonical_url }}"
>
{% endif %}
<link
rel=
"icon"
href=
"{{ config.theme.favicon | url }}"
>
<meta
name=
"generator"
content=
"mkdocs-{{ mkdocs_version }}, mkdocs-material-8.2.
2
"
>
<meta
name=
"generator"
content=
"mkdocs-{{ mkdocs_version }}, mkdocs-material-8.2.
3
"
>
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
2
−
2
View file @
6d79ea08
{
"name": "mkdocs-material",
"version": "8.2.
2
",
"version": "8.2.
3
",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
"version": "8.2.
2
",
"version": "8.2.
3
",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
6d79ea08
{
"name"
:
"mkdocs-material"
,
"version"
:
"8.2.
2
"
,
"version"
:
"8.2.
3
"
,
"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