mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added further plugins to JSON schema (#3668)
This commit is contained in:
parent
bc7e687fdb
commit
d83a32446b
@ -5,6 +5,9 @@
|
||||
"type": "array",
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-include-markdown-plugin/master/schema.json"
|
||||
},
|
||||
{
|
||||
"$ref": "plugins/git-revision-date.json"
|
||||
},
|
||||
@ -26,6 +29,9 @@
|
||||
{
|
||||
"$ref": "plugins/redirects.json"
|
||||
},
|
||||
{
|
||||
"$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-material-relative-language-selector/master/schema.json"
|
||||
},
|
||||
{
|
||||
"$ref": "https://guts.github.io/mkdocs-rss-plugin/schema.json"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user