Documentation site for P-Stream, built with Astro and Starlight.
pnpm install
pnpm devpnpm buildBuild and run with Docker:
docker build -t pstream-docs .
docker run -p 8080:8080 pstream-docsOr use Docker Compose:
docker compose upThe container image is also available at ghcr.io/jenish094/pstream-docs.
| Variable | Default | Description |
|---|---|---|
SITE_URL |
https://jenish094.github.io |
The base site URL for the build |
BASE_PATH |
/pstream-docs |
The base path for the site |
PORT |
8080 |
Port for the Docker container |