Skip to content

Commit d83a324

Browse files
authored
Added further plugins to JSON schema (#3668)
1 parent bc7e687 commit d83a324

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/schema/plugins.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"type": "array",
66
"items": {
77
"oneOf": [
8+
{
9+
"$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-include-markdown-plugin/master/schema.json"
10+
},
811
{
912
"$ref": "plugins/git-revision-date.json"
1013
},
@@ -26,6 +29,9 @@
2629
{
2730
"$ref": "plugins/redirects.json"
2831
},
32+
{
33+
"$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-material-relative-language-selector/master/schema.json"
34+
},
2935
{
3036
"$ref": "https://guts.github.io/mkdocs-rss-plugin/schema.json"
3137
},

0 commit comments

Comments
 (0)