MkDocs Yaml Schema Plugin
MkDocs Plugin to parse yaml schema files.
To use this plugin, install it with pip in the same environment as MkDocs:
pip install MkDocsYamlSchemaPlugin
Then add the following entry to the MkDocs config file:
plugins:
- yaml-schema:
yaml_files:
- file: "workflow/schemas/config.schema.yaml"
tag: "CONFIGSCHEMA"
- file: "workflow/schemas/resources.schema.yaml"
tag: "RESOURCESSCHEMA"
In your target file, add a tag to be replaced
#RESOURCESSCHEMA#
Release files for mkdocs-yaml-schema-plugin 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mkdocs_yaml_schema_plugin-0.3.0.tar.gz | 59.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mkdocs_yaml_schema_plugin-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 88.2 kB
Release files / mkdocs_yaml_schema_plugin-0.3.0.tar.gz
| Download URL | mkdocs_yaml_schema_plugin-0.3.0.tar.gz |
|---|---|
| Size | 59.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f3a982adf96863e7651bb1d3b9637061a6e961f4a86f692ffba515f1289ffa96
|
|
BLAKE2b-256 checksum How to use checksums |
d5d9df26482d4d1a65bdc47b6aac58d0c556cfb7512f22d833edea08bbf9e747
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|
Release files / mkdocs_yaml_schema_plugin-0.3.0-py3-none-any.whl
| Download URL | mkdocs_yaml_schema_plugin-0.3.0-py3-none-any.whl |
|---|---|
| Size | 28.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
202b046e3528fa1b718255d3990535d40267c3016f2b8fa628463c870ebf5b7c
|
|
BLAKE2b-256 checksum How to use checksums |
8e9da92020438bd2c2eaf180ad344ca88834f44d819459fd84af99b25e3505f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|