mkdocs-minecraft


Namemkdocs-minecraft JSON
Version 0.3.0 PyPI version JSON
download
home_page
SummaryA MkDocs Minecraft Recipes plugin
upload_time2023-12-23 19:27:55
maintainer
docs_urlNone
authorKatzen48 | Tobi
requires_python>=3.7
licenseMIT
keywords mkdocs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mkdocs-minecraft

This is a template for a MkDocs plugin.

## Setup

Install the plugin using pip:

`pip install mkdocs-minecraft`

Activate the plugin in `mkdocs.yml`:
```yaml
plugins:
  - search
  - minecraft
```

> **Note:** If you have no `plugins` entry in your config file yet, you'll likely also want to add the `search` plugin. MkDocs enables it by default if there is no `plugins` entry set, but now you have to enable it explicitly.

More information about plugins in the [MkDocs documentation][mkdocs-plugins].

## Config

* `param` - This does something

## Usage

## See Also

More information about templates [here][mkdocs-template].

More information about blocks [here][mkdocs-block].

[mkdocs-plugins]: http://www.mkdocs.org/user-guide/plugins/
[mkdocs-template]: https://www.mkdocs.org/user-guide/custom-themes/#template-variables
[mkdocs-block]: https://www.mkdocs.org/user-guide/styling-your-docs/#overriding-template-blocks

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "mkdocs-minecraft",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "mkdocs",
    "author": "Katzen48 | Tobi",
    "author_email": "Katzen48 | Tobi <admin@katzen48.de>",
    "download_url": "https://files.pythonhosted.org/packages/c9/bd/f2888fb7681c73b03782a5af470682597af6c13a522701e4cabfd415ea43/mkdocs-minecraft-0.3.0.tar.gz",
    "platform": null,
    "description": "# mkdocs-minecraft\n\nThis is a template for a MkDocs plugin.\n\n## Setup\n\nInstall the plugin using pip:\n\n`pip install mkdocs-minecraft`\n\nActivate the plugin in `mkdocs.yml`:\n```yaml\nplugins:\n  - search\n  - minecraft\n```\n\n> **Note:** If you have no `plugins` entry in your config file yet, you'll likely also want to add the `search` plugin. MkDocs enables it by default if there is no `plugins` entry set, but now you have to enable it explicitly.\n\nMore information about plugins in the [MkDocs documentation][mkdocs-plugins].\n\n## Config\n\n* `param` - This does something\n\n## Usage\n\n## See Also\n\nMore information about templates [here][mkdocs-template].\n\nMore information about blocks [here][mkdocs-block].\n\n[mkdocs-plugins]: http://www.mkdocs.org/user-guide/plugins/\n[mkdocs-template]: https://www.mkdocs.org/user-guide/custom-themes/#template-variables\n[mkdocs-block]: https://www.mkdocs.org/user-guide/styling-your-docs/#overriding-template-blocks\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A MkDocs Minecraft Recipes plugin",
    "version": "0.3.0",
    "project_urls": null,
    "split_keywords": [
        "mkdocs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f67c4bdb257b0cf007535600b78f7cf3009bdf4cc6ac7d57c14e9db302b06f2d",
                "md5": "98c819861105ce3195426c2c9ff3b2c7",
                "sha256": "81ec4d8a92eb14e1e9ce8244ee54825690baa489d1b187d1bf1c8b34a3ac3cce"
            },
            "downloads": -1,
            "filename": "mkdocs_minecraft-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "98c819861105ce3195426c2c9ff3b2c7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 13036715,
            "upload_time": "2023-12-23T19:27:52",
            "upload_time_iso_8601": "2023-12-23T19:27:52.627538Z",
            "url": "https://files.pythonhosted.org/packages/f6/7c/4bdb257b0cf007535600b78f7cf3009bdf4cc6ac7d57c14e9db302b06f2d/mkdocs_minecraft-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9bdf2888fb7681c73b03782a5af470682597af6c13a522701e4cabfd415ea43",
                "md5": "fdd2c5a3e4df613c6b19c077d2ecde52",
                "sha256": "92310a4d77e7395616579dcb985879934f2912fd2c07ff8dd67712e2b28c9090"
            },
            "downloads": -1,
            "filename": "mkdocs-minecraft-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fdd2c5a3e4df613c6b19c077d2ecde52",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11982432,
            "upload_time": "2023-12-23T19:27:55",
            "upload_time_iso_8601": "2023-12-23T19:27:55.474025Z",
            "url": "https://files.pythonhosted.org/packages/c9/bd/f2888fb7681c73b03782a5af470682597af6c13a522701e4cabfd415ea43/mkdocs-minecraft-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-23 19:27:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mkdocs-minecraft"
}
        
Elapsed time: 0.53089s