mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-01-18 00:46:47 +01:00
Added further plugins to JSON schema (#3668)
This commit is contained in:
parent
bc7e687fdb
commit
d83a32446b
@ -5,6 +5,9 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"$ref": "https://raw.githubusercontent.com/mondeja/mkdocs-include-markdown-plugin/master/schema.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"$ref": "plugins/git-revision-date.json"
|
"$ref": "plugins/git-revision-date.json"
|
||||||
},
|
},
|
||||||
@ -26,6 +29,9 @@
|
|||||||
{
|
{
|
||||||
"$ref": "plugins/redirects.json"
|
"$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"
|
"$ref": "https://guts.github.io/mkdocs-rss-plugin/schema.json"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user