From e44234805c5a48992b8b59f5086a7c0ccf14e8da Mon Sep 17 00:00:00 2001 From: William Valentin Date: Mon, 15 Sep 2025 02:26:23 -0700 Subject: [PATCH] docs: Update documentation index with CI/CD references - Add CI/CD Secrets Setup guide to docs index - Add CI/CD Workflows documentation reference - Add quick start section for CI/CD setup - Clean up temporary files --- docs/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/README.md b/docs/README.md index 74d7bf6..479b046 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,6 +7,8 @@ | [**Main README**](../README.md) | Project overview, installation, and usage | | [**Contributing Guide**](../CONTRIBUTING.md) | Development setup and workflow | | [**Environment Configuration**](ENVIRONMENT.md) | Environment variable reference | +| [**CI/CD Secrets Setup**](CI-CD-SECRETS.md) | CI/CD secrets configuration guide | +| [**CI/CD Workflows**](../.gitea/workflows/README.md) | Gitea Actions workflows documentation | | [**Docker Setup**](../docker/README.md) | Container development | | [**Scripts & Utilities**](../scripts/README.md) | Development tools | @@ -18,6 +20,8 @@ **Configuration**: See [Environment Variables](ENVIRONMENT.md) +**CI/CD Setup**: Configure secrets with [CI/CD Secrets Guide](CI-CD-SECRETS.md) + ## 🔗 External References - [systemd documentation](https://systemd.io/)