Files
unitforge/docs/README.md
William Valentin e44234805c 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
2025-09-15 02:26:23 -07:00

30 lines
1.1 KiB
Markdown

# UnitForge Documentation
## 📚 Documentation
| Document | Description |
|----------|-------------|
| [**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 |
## 🚀 Quick Start
**New users**: Start with the [Main README](../README.md)
**Contributors**: Follow the [Contributing Guide](../CONTRIBUTING.md)
**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/)
- [FastAPI documentation](https://fastapi.tiangolo.com/)
- [uv documentation](https://github.com/astral-sh/uv)