From 9035fcca356e4c18240bd72c6875fe725f5d925f Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 13 Nov 2022 17:42:28 +0100 Subject: [PATCH] Updated schema --- docs/schema/plugins/blog.json | 5 ----- docs/schema/theme.json | 12 ++++++------ 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/docs/schema/plugins/blog.json b/docs/schema/plugins/blog.json index eea2da75b..8ad54ff67 100644 --- a/docs/schema/plugins/blog.json +++ b/docs/schema/plugins/blog.json @@ -27,11 +27,6 @@ "type": "string", "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": { "title": "Format string for post dates", "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#+blog.post_date_format", diff --git a/docs/schema/theme.json b/docs/schema/theme.json index e71d0a706..12400030a 100644 --- a/docs/schema/theme.json +++ b/docs/schema/theme.json @@ -491,7 +491,7 @@ "defaultSnippets": [ { "label": "note", - "body": "note: ${1:material/pencil}" + "body": "note: ${1:material/pencil-circle}" }, { "label": "abstract", @@ -507,7 +507,7 @@ }, { "label": "success", - "body": "success: ${1:material/check-bold}" + "body": "success: ${1:material/check}" }, { "label": "question", @@ -519,19 +519,19 @@ }, { "label": "failure", - "body": "failure: ${1:material/close-thick}" + "body": "failure: ${1:material/close}" }, { "label": "danger", - "body": "danger: ${1:material/lightning-bolt}" + "body": "danger: ${1:material/lightning-bolt-circle}" }, { "label": "bug", - "body": "bug: ${1:material/bug}" + "body": "bug: ${1:material/shield-bug}" }, { "label": "example", - "body": "example: ${1:material/format-list-numbered}" + "body": "example: ${1:material/test-tube}" }, { "label": "quote",