Important
This repository used to be the main documentation of Aiven.
The content has been migrated to https://github.com/aiven/aiven-docs.
-
We recommend using a virtual environment:
python3 -m venv venv
-
Activate your virtual environment:
source venv/bin/activate
-
Install the dependencies:
pip install -r requirements.txt
-
Build a local preview:
make livehtml
See the output on http://localhost:8000.