betty.documentation module

Provide the Documentation API.

final class betty.documentation.DocumentationServer

Bases: Server

Serve the documentation site.

__init__(cache_directory: StrPath, *, user: User)
property public_url: str

The server’s public URL.

async start() None

Start the server.

async stop() None

Stop the server.