# 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:
```yml
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#
```
Raw data
{
"_id": null,
"home_page": "https://github.com/smeds/mkdocs-yaml-schema-plugin",
"name": "MkDocsYamlSchemaPlugin",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8, <4",
"maintainer_email": "",
"keywords": "mkdocs,plugin,yaml,schema",
"author": "Patrik Smeds",
"author_email": "patrik.smeds@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d6/dd/7dc8ba76f86959b76172ffa8b7d4a26c0e7f34186de22a91916f9e587011/MkDocsYamlSchemaPlugin-0.1.2.tar.gz",
"platform": null,
"description": "# MkDocs Yaml Schema Plugin\n\nMkDocs Plugin to parse yaml schema files.\n\nTo use this plugin, install it with pip in the same environment as MkDocs:\n\n```\npip install MkDocsYamlSchemaPlugin\n```\n\nThen add the following entry to the MkDocs config file:\n\n```yml\nplugins:\n- yaml-schema:\n yaml_files: \n - file: \"workflow/schemas/config.schema.yaml\"\n tag: \"CONFIGSCHEMA\"\n - file: \"workflow/schemas/resources.schema.yaml\"\n tag: \"RESOURCESSCHEMA\"\n```\n\nIn your target file, add a tag to be replaced\n```\n#RESOURCESSCHEMA#\n```\n\n\n",
"bugtrack_url": null,
"license": "MIT license",
"summary": "MkDocs Plugin to parse yaml schemas.",
"version": "0.1.2",
"split_keywords": [
"mkdocs",
"plugin",
"yaml",
"schema"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d6dd7dc8ba76f86959b76172ffa8b7d4a26c0e7f34186de22a91916f9e587011",
"md5": "0738e68e4ae97bfe81068ac6f9741d89",
"sha256": "2e7f8df6e06e4376aba9926efc60d0c89775d219767db69a92d1150fd20234dc"
},
"downloads": -1,
"filename": "MkDocsYamlSchemaPlugin-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "0738e68e4ae97bfe81068ac6f9741d89",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8, <4",
"size": 33727,
"upload_time": "2023-04-19T12:51:39",
"upload_time_iso_8601": "2023-04-19T12:51:39.547165Z",
"url": "https://files.pythonhosted.org/packages/d6/dd/7dc8ba76f86959b76172ffa8b7d4a26c0e7f34186de22a91916f9e587011/MkDocsYamlSchemaPlugin-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-19 12:51:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "smeds",
"github_project": "mkdocs-yaml-schema-plugin",
"lcname": "mkdocsyamlschemaplugin"
}