API reference and SDK documentation for Waldur cloud management platform
This repository contains the source code for the Waldur API documentation. It is built using MkDocs and Material for MkDocs.
- Python 3.12+
- uv
Install the dependencies:
uv syncStart the development server:
uv run mkdocs serveThe documentation will be available at http://127.0.0.1:8000/.
To build the documentation, run:
uv run mkdocs buildThe built site will be in the site directory.