MkDocs plugin to integrate with Iolanta semantic web framework.
Project description
📖 mkdocs + 👁️ iolanta
Features
By integrating MkDocs static site builder with Iolanta knowledge management workspace, you can empower your static site with:
- Automatic page → page 🔗 links;
- Tables generated from YAML data;
- Project roadmaps;
- Architecture Decision Records.
- Something missing? Or anything doesn't work? Submit ➕ an issue!
Installation
Python ⩾ 3.10 required.
mkdocs-iolanta is on PyPI.
pip install mkdocs-iolanta
Configuration
Open your mkdocs.yml configuration file and configure its plugins section as follows:
plugins:
- search # (1)!
- …
- iolanta # (2)!
- macros: # (3)!
on_error_fail: true # (4)!
- …
- The
searchplugin is built-in and automatically enabled ifmkdocs.ymldoes not specify anypluginsat all. But if it does, this built-in plugin must be enabled explicitly. - Support
iolantacapabilities for this documentation site. - This enables mkdocs-macros-plugin which is required to utilize Iolanta capabilities on MkDocs pages, such as {% raw %}{{ render("render") }}{% endraw %} macro.
- This setting is highly recommended. If there is an error during rendering MkDocs macros, including those macros provided by Iolanta, the site build will throw an error — making the issue easier to notice both on local development and in CI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mkdocs_iolanta-0.1.16.tar.gz.
File metadata
- Download URL: mkdocs_iolanta-0.1.16.tar.gz
- Upload date:
- Size: 32.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.7 Linux/6.2.0-39-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1d7879b7d5248a53022db8d4db5f84565ba85d5cfdec7c474a9f1c249d5fb9a
|
|
| MD5 |
94f03a0c4744ff8f7cde2fe53cf93b1c
|
|
| BLAKE2b-256 |
3fe81b8bc49084737efc82a5b24ab225f0c99e7a9efc85d691372fbe9db69e46
|
File details
Details for the file mkdocs_iolanta-0.1.16-py3-none-any.whl.
File metadata
- Download URL: mkdocs_iolanta-0.1.16-py3-none-any.whl
- Upload date:
- Size: 38.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.7 Linux/6.2.0-39-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c1d2cfcf96fa9f8f3db9e81136e0debbc8290c37d36f9c9ece2194a76a317f3
|
|
| MD5 |
d565f8529e11d4fe14d6cd1733908212
|
|
| BLAKE2b-256 |
ecc2342d9701a284f566e45b759686d07235cb0c0acb3cb4417040ac9dddfacf
|