Enhance API with OIDC support, including login and callback endpoints. Update environment variables for OIDC configuration in .env.example. Add new features to the catalog service for listing software families, Minecraft versions, and deployment regions. Implement server management actions such as kill, delete, and update in the servers module. Integrate feature flags for maintenance mode in server operations. Update pnpm-lock.yaml with new dependencies and versions.
This commit is contained in:
28
apps/docs/README.md
Normal file
28
apps/docs/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# HexaHost GameCloud — static docs site
|
||||
|
||||
Minimal static documentation hub with links to the live API docs and key product pages.
|
||||
|
||||
## Serve locally
|
||||
|
||||
From the repository root:
|
||||
|
||||
```bash
|
||||
pnpm install
|
||||
pnpm --filter @hexahost/docs dev
|
||||
```
|
||||
|
||||
Or from this directory:
|
||||
|
||||
```bash
|
||||
pnpm install
|
||||
pnpm dev
|
||||
```
|
||||
|
||||
The site is served at http://localhost:4000.
|
||||
|
||||
## Prerequisites for linked resources
|
||||
|
||||
- **Web app** (`http://localhost:3000`) — run `pnpm --filter @hexahost/web dev`
|
||||
- **API Swagger** (`http://localhost:3001/api/v1/docs`) — run `pnpm --filter @hexahost/api dev`
|
||||
|
||||
Repository markdown under `docs/` is referenced by path; open those files in your editor or on GitHub.
|
||||
Reference in New Issue
Block a user