# 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)