From afeef3bae685c573ec5e32a0c01a1cd8b49ff36b Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 29 Jan 2022 19:16:46 +0100 Subject: [PATCH] Updated JSON schema --- docs/schema/theme.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/schema/theme.json b/docs/schema/theme.json index 15904a78f..d673e4877 100644 --- a/docs/schema/theme.json +++ b/docs/schema/theme.json @@ -22,8 +22,7 @@ "custom_dir": { "title": "Directory with theme overrides", "markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#setup-and-theme-structure", - "type": "string", - "default": "overrides" + "type": "string" }, "static_templates": { "title": "Static templates to render", @@ -381,7 +380,7 @@ }, "repo": { "title": "Repository icon", - "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/#repository-icon", + "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/#logo", "type": "string", "default": "fontawesome/brands/git-alt" }