We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd791f commit afeef3bCopy full SHA for afeef3b
docs/schema/theme.json
@@ -22,8 +22,7 @@
22
"custom_dir": {
23
"title": "Directory with theme overrides",
24
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#setup-and-theme-structure",
25
- "type": "string",
26
- "default": "overrides"
+ "type": "string"
27
},
28
"static_templates": {
29
"title": "Static templates to render",
@@ -381,7 +380,7 @@
381
380
382
"repo": {
383
"title": "Repository icon",
384
- "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",
385
"type": "string",
386
"default": "fontawesome/brands/git-alt"
387
}
0 commit comments