Skip to content

Commit

Permalink
Merge branch 'master' into feature/material-v9
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Dec 6, 2022
2 parents b82f8a5 + ae7ed95 commit e0dce6c
Show file tree
Hide file tree
Showing 36 changed files with 675 additions and 371 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
mkdocs-material-8.5.11 (2022-11-30)

* Let it snow, see https://twitter.com/squidfunk/status/1597939243090788352

mkdocs-material-8.5.10+insiders-4.26.6 (2022-11-28)

* Fixed #4683: Tags plugin crashes when a tag is empty

mkdocs-material-8.5.10+insiders-4.26.5 (2022-11-27)

* Fixed #4632: Post excerpt title link doesn't point to top of the page

mkdocs-material-8.5.10+insiders-4.26.4 (2022-11-27)

* Fixed redundant file extension when using privacy plugin

mkdocs-material-8.5.10+insiders-4.26.3 (2022-11-15)

* Fixed #4637: Attachments w/o titles in related links error in blog plugin
Expand Down
1 change: 1 addition & 0 deletions docs/.meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ᴴₒᴴₒᴴₒ: true
4 changes: 4 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Material for MkDocs

### 8.5.11 <small>_ November 30, 2022</small> { id="8.5.11" }

- Let it snow, see https://twitter.com/squidfunk/status/1597939243090788352

### 8.5.10 <small>_ November 11, 2022</small> { id="8.5.10" }

- Adjusted CSS to better allow for custom primary and accent colors
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
template: home.html
title: Material for MkDocs
ᴴₒᴴₒᴴₒ: false
---

Welcome to Material for MkDocs.
12 changes: 12 additions & 0 deletions docs/insiders/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Material for MkDocs Insiders

### 4.26.6 <small>_ November 28, 2022</small> { id="4.26.6" }

- Fixed #4683: Tags plugin crashes when a tag is empty

### 4.26.5 <small>_ November 27, 2022</small> { id="4.26.5" }

- Fixed #4632: Post excerpt title link doesn't point to top of the page

### 4.26.4 <small>_ November 27, 2022</small> { id="4.26.4" }

- Fixed redundant file extension when using privacy plugin

### 4.26.3 <small>_ November 15, 2022</small> { id="4.26.3" }

- Fixed #4637: Attachments w/o titles in related links error in blog plugin
Expand Down
3 changes: 0 additions & 3 deletions docs/publishing-your-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ contents:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
```

1. At some point, GitLab renamed `master` to `main`. If your default branch
is named `master`, you can safely remove `main`, vice versa.

=== "Insiders"

``` yaml
Expand Down
12 changes: 12 additions & 0 deletions docs/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,18 @@
"uniqueItems": true,
"minItems": 1
},
"hooks": {
"title": "Hooks",
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#hooks",
"type": "array",
"items": {
"title": "Path to Python file",
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#hooks",
"pattern": "\\.py$"
},
"uniqueItems": true,
"minItems": 1
},
"strict": {
"title": "Strict mode",
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#strict",
Expand Down
5 changes: 3 additions & 2 deletions docs/schema/assets/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -9819,7 +9819,6 @@
"simple/aparat",
"simple/apollographql",
"simple/apostrophe",
"simple/appannie",
"simple/appian",
"simple/apple",
"simple/applearcade",
Expand Down Expand Up @@ -9991,6 +9990,7 @@
"simple/burton",
"simple/buymeacoffee",
"simple/buzzfeed",
"simple/bvg",
"simple/byjus",
"simple/byte",
"simple/bytedance",
Expand Down Expand Up @@ -10152,6 +10152,7 @@
"simple/css3",
"simple/cssmodules",
"simple/csswizardry",
"simple/cts",
"simple/cucumber",
"simple/curl",
"simple/curseforge",
Expand Down Expand Up @@ -10181,7 +10182,6 @@
"simple/dataiku",
"simple/datastax",
"simple/dataverse",
"simple/dataversioncontrol",
"simple/datocms",
"simple/datto",
"simple/dazn",
Expand Down Expand Up @@ -11570,6 +11570,7 @@
"simple/smugmug",
"simple/snapchat",
"simple/snapcraft",
"simple/sncf",
"simple/snowflake",
"simple/snowpack",
"simple/snyk",
Expand Down
2 changes: 1 addition & 1 deletion docs/schema/plugins/external/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"title": "Internal redirect",
"markdownDescription": "https://github.com/datarobot/mkdocs-redirects#using",
"pattern": "\\.md$"
"pattern": "\\.md(#\\S+)?$"
},
{
"title": "External redirect",
Expand Down
1 change: 0 additions & 1 deletion material/.icons/simple/appannie.svg

This file was deleted.

1 change: 1 addition & 0 deletions material/.icons/simple/bvg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions material/.icons/simple/cts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion material/.icons/simple/dataversioncontrol.svg

This file was deleted.

1 change: 1 addition & 0 deletions material/.icons/simple/sncf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/.overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
{% endblock %}
{% block scripts %}
{{ super() }}
<script src="{{ 'assets/javascripts/custom.a42114f4.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/custom.83b17dfb.min.js' | url }}"></script>
{% endblock %}
Loading

0 comments on commit e0dce6c

Please sign in to comment.