Inteliver is an open-source image management framework that allows you to store, modify, and deliver optimized images.
This README provides instructions to set up and build the documentation for Inteliver using MkDocs.
-
Create a new Conda environment with Python 3.11:
conda create -n mkdocs python=3.11
-
Activate the environment:
conda activate mkdocs
-
Install MkDocs Material and MkDocs Macros Plugin:
pip install mkdocs-material mkdocs-macros-plugin
To serve the documentation locally:
mkdocs serve
To build the static website:
mkdocs build
This will create a site
directory with your static documentation website ready to be hosted.
- Use relative links for internal navigation.
Example: You can find out more examples at
[inteliver Examples](../examples/index.md)