diff --git a/docs/schema/extensions.json b/docs/schema/extensions.json index 6e4b128b5..6d9c72786 100644 --- a/docs/schema/extensions.json +++ b/docs/schema/extensions.json @@ -32,6 +32,9 @@ "anyOf": [ { "$ref": "https://raw.githubusercontent.com/Neoteroi/mkdocs-plugins/main/docs/extensions-schema.json" + }, + { + "$ref": "https://raw.githubusercontent.com/mikitex70/plantuml-markdown/master/plantuml_markdown.json" } ] }