We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6248e6b commit 72e44d7Copy full SHA for 72e44d7
docs/schema/plugins/social.json
@@ -67,6 +67,12 @@
67
"type": "boolean",
68
"default": true
69
},
70
+ "debug_on_build": {
71
+ "title": "Always disable debug mode on build",
72
+ "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/#+social.debug_on_build",
73
+ "type": "boolean",
74
+ "default": false
75
+ },
76
"debug_grid": {
77
"title": "Debug grid",
78
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/#+social.debug_grid",
0 commit comments