Skip to content

galamdring/mkdocs-json-schema-plugin

Repository files navigation

MkDocs Json Schema Plugin

MkDocs Plugin to parse json schema files.

To use this plugin, install it with pip in the same environment as MkDocs:

pip install MkDocsJsonSchemaPlugin

Then add the following entry to the MkDocs config file:

plugins:
- json-schema:
json_schema: "docs/item.schema.json"

In your target file, add a tag to be replaced

#JsonSchema#

About

MkDocs Json Schema Parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published