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"
|
||||
},
|
||||
"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.twemoji",
|
||||
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
|
||||
|
@ -225,7 +225,7 @@ You can cancel your sponsorship anytime.[^5]
|
||||
</small>
|
||||
</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>
|
||||
|
||||
|
@ -460,9 +460,15 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"base_path": {
|
||||
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options",
|
||||
"type": "string"
|
||||
},
|
||||
"uniqueItems": true,
|
||||
"minItems": 1
|
||||
},
|
||||
"auto_append": {
|
||||
"markdownDescription": "https://facelessuser.github.io/pymdown-extensions/extensions/snippets/#options",
|
||||
"type": "array",
|
||||
|
@ -326,7 +326,7 @@ add:
|
||||
=== ":octicons-file-code-16: `docs/stylesheets/extra.css`"
|
||||
|
||||
``` css
|
||||
:root > * {
|
||||
:root {
|
||||
--md-primary-fg-color: #EE0F0F;
|
||||
--md-primary-fg-color--light: #ECB7B7;
|
||||
--md-primary-fg-color--dark: #90030C;
|
||||
|
@ -58,7 +58,7 @@ export function renderPrivateSponsor(
|
||||
): HTMLElement {
|
||||
return (
|
||||
<a
|
||||
href="https://github.com/sponsors/squidfunk"
|
||||
href="https://github.com/sponsors/squidfunk?metadata_origin=docs"
|
||||
class="mdx-sponsorship__item mdx-sponsorship__item--private"
|
||||
>
|
||||
+{count}
|
||||
|
Loading…
Reference in New Issue
Block a user