devportal icon indicating copy to clipboard operation
devportal copied to clipboard

Resources for users of the projects on the Aiven platform

trafficstars

🔒 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

  1. We recommend using a virtual environment:

    python3 -m venv venv
    
  2. Activate your virtual environment:

    source venv/bin/activate
    
  3. Install the dependencies:

    pip install -r requirements.txt
    
  4. Build a local preview:

    make livehtml
    

See the output on http://localhost:8000.