Merge branch 'master' into feature/material-v9

This commit is contained in:
squidfunk 2022-12-17 22:53:47 +01:00
commit 1e46d541d6
5 changed files with 12 additions and 4 deletions

View File

@ -64,6 +64,8 @@ theme:
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml" "https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
}, },
"yaml.customTags": [ // (1)! "yaml.customTags": [ // (1)!
"!ENV scalar",
"!ENV sequence",
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg", "tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji", "tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format" "tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"

View File

@ -225,7 +225,7 @@ You can cancel your sponsorship anytime.[^5]
</small> </small>
</div> </div>
[squidfunk's sponsor profile]: https://github.com/sponsors/squidfunk [squidfunk's sponsor profile]: https://github.com/sponsors/squidfunk?metadata_origin=docs
## Funding <span class="mdx-sponsorship-total" data-mdx-component="sponsorship-total"></span> ## Funding <span class="mdx-sponsorship-total" data-mdx-component="sponsorship-total"></span>

View File

@ -461,7 +461,13 @@
"properties": { "properties": {
"base_path": { "base_path": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options",
"type": "string" "type": "array",
"items": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options",
"type": "string"
},
"uniqueItems": true,
"minItems": 1
}, },
"auto_append": { "auto_append": {
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options", "markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options",

View File

@ -326,7 +326,7 @@ add:
=== ":octicons-file-code-16: `docs/stylesheets/extra.css`" === ":octicons-file-code-16: `docs/stylesheets/extra.css`"
``` css ``` css
:root > * { :root {
--md-primary-fg-color: #EE0F0F; --md-primary-fg-color: #EE0F0F;
--md-primary-fg-color--light: #ECB7B7; --md-primary-fg-color--light: #ECB7B7;
--md-primary-fg-color--dark: #90030C; --md-primary-fg-color--dark: #90030C;

View File

@ -58,7 +58,7 @@ export function renderPrivateSponsor(
): HTMLElement { ): HTMLElement {
return ( return (
<a <a
href="https://github.com/sponsors/squidfunk" href="https://github.com/sponsors/squidfunk?metadata_origin=docs"
class="mdx-sponsorship__item mdx-sponsorship__item--private" class="mdx-sponsorship__item mdx-sponsorship__item--private"
> >
+{count} +{count}