Skip to content

Commit

Permalink
Added further plugins to JSON schema (#3668)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Mar 6, 2022
1 parent bc7e687 commit d83a324
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/schema/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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"
},
Expand Down

0 comments on commit d83a324

Please sign in to comment.