mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge branch 'master' into feature/material-v9
This commit is contained in:
commit
1e46d541d6
@ -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"
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
@ -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;
|
||||||
|
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user