docs: reorganize documentation into docs/ directory
Build and Push Docker Image / build-and-push (push) Successful in 1h1m27s

- Move CONTAINER_REGISTRY.md and DATABASE_MODE.md to docs/
- Add comprehensive DEPLOYMENT.md with full deployment instructions
- Update README.md with documentation section linking to docs/
- Keep README.md at root for GitHub visibility

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-03-12 23:51:32 -04:00
parent d4ba13846a
commit 490850d7a6
4 changed files with 446 additions and 0 deletions
+8
View File
@@ -246,6 +246,14 @@ pytest tests/ --cov=SPARC --cov-report=term-missing
Types: `feat`, `fix`, `docs`, `test`, `refactor`, `chore`
## Documentation
Additional documentation is available in the `docs/` directory:
- **[Deployment Guide](docs/DEPLOYMENT.md)** - Complete deployment instructions for Docker, database setup, and production configuration
- **[Database Mode](docs/DATABASE_MODE.md)** - Database storage for prompts, responses, and analytics
- **[Container Registry](docs/CONTAINER_REGISTRY.md)** - CI/CD and container registry setup with Gitea Actions
## License
For open source projects, say how it is licensed.