Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 646 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 646 Bytes

🔒 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.