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
This commit is contained in:
William Valentin
2025-09-15 02:26:23 -07:00
parent 03fa856199
commit e44234805c

View File

@@ -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/)