Reviewed-on: #5 Reviewed-by: gitea_admin <admin@forteapps.net>
This commit was merged in pull request #5.
This commit is contained in:
@@ -1038,6 +1038,29 @@ resources:
|
||||
- `kubectl create job --from=cronjob/renovate renovate-test -n renovate` — manual trigger
|
||||
- `kubectl logs -n renovate job/renovate-test` — check logs
|
||||
|
||||
### Gitea Pages
|
||||
|
||||
**Purpose**: Hosts the MkDocs documentation site for this repository.
|
||||
|
||||
**How It Works**:
|
||||
- A Gitea Actions workflow (`.gitea/workflows/docs.yaml`) builds MkDocs on push to `main`
|
||||
- The built site is force-pushed to the `gitea-pages` branch
|
||||
- Gitea serves the static site from that branch
|
||||
|
||||
**URL**: `https://git.forteapps.net/Forte/launchpad/pages/`
|
||||
|
||||
**Configuration**:
|
||||
- Gitea server config: `ENABLE_GITEA_PAGES: true` (in gitea-values.yaml)
|
||||
- MkDocs config: `mkdocs.yml` (repo root)
|
||||
- Source files: `docs/` directory
|
||||
- Theme: Material for MkDocs
|
||||
|
||||
**Trigger Paths**:
|
||||
- `docs/**`
|
||||
- `mkdocs.yml`
|
||||
- `Dockerfile.docs`
|
||||
- `nginx.conf`
|
||||
|
||||
---
|
||||
|
||||
## Kyverno Policies
|
||||
|
||||
Reference in New Issue
Block a user