Devportal
Resources for users of the projects on the Aiven platform
Install / Use
/learn @aiven/DevportalREADME
🔒 Former Aiven Documentation
[!IMPORTANT]
This repository used to be the main documentation of Aiven.The content has been migrated to https://github.com/aiven/aiven-docs.
Building the 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.
