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
search
plugin is built-in and automatically enabled ifmkdocs.yml
does not specify anyplugins
at all. But if it does, this built-in plugin must be enabled explicitly. - Support
iolanta
capabilities for this documentation site. - This enables mkdocs-macros-plugin which is required to utilize Iolanta capabilities on MkDocs pages, such as {{ render("render") }} 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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mkdocs_iolanta-0.1.7.tar.gz
(32.6 kB
view hashes)
Built Distribution
Close
Hashes for mkdocs_iolanta-0.1.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 034febce1d7898182fed475ddc8e06f7b07bb24e1ada109a523deebaee23d1f3 |
|
MD5 | 1008ab76b111ddcdbfa550b2223c8f36 |
|
BLAKE2b-256 | 9b7dd2d3faa0760e822d5b2c5e8831160992420e0df0009ab7e5427aeff4219b |