mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated schema
This commit is contained in:
parent
cb5cff9231
commit
9035fcca35
@ -27,11 +27,6 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "blog"
|
"default": "blog"
|
||||||
},
|
},
|
||||||
"blog_custom_dir": {
|
|
||||||
"title": "Blog template directory (internal)",
|
|
||||||
"markdownDescription": "Warning: this option is for internal use only, use at your own risk",
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
"post_date_format": {
|
"post_date_format": {
|
||||||
"title": "Format string for post dates",
|
"title": "Format string for post dates",
|
||||||
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#+blog.post_date_format",
|
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#+blog.post_date_format",
|
||||||
|
@ -491,7 +491,7 @@
|
|||||||
"defaultSnippets": [
|
"defaultSnippets": [
|
||||||
{
|
{
|
||||||
"label": "note",
|
"label": "note",
|
||||||
"body": "note: ${1:material/pencil}"
|
"body": "note: ${1:material/pencil-circle}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "abstract",
|
"label": "abstract",
|
||||||
@ -507,7 +507,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "success",
|
"label": "success",
|
||||||
"body": "success: ${1:material/check-bold}"
|
"body": "success: ${1:material/check}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "question",
|
"label": "question",
|
||||||
@ -519,19 +519,19 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "failure",
|
"label": "failure",
|
||||||
"body": "failure: ${1:material/close-thick}"
|
"body": "failure: ${1:material/close}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "danger",
|
"label": "danger",
|
||||||
"body": "danger: ${1:material/lightning-bolt}"
|
"body": "danger: ${1:material/lightning-bolt-circle}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "bug",
|
"label": "bug",
|
||||||
"body": "bug: ${1:material/bug}"
|
"body": "bug: ${1:material/shield-bug}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "example",
|
"label": "example",
|
||||||
"body": "example: ${1:material/format-list-numbered}"
|
"body": "example: ${1:material/test-tube}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "quote",
|
"label": "quote",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user