Consolidate documentation - remove duplicate README-S2I.md

- Delete README-S2I.md (unnecessary duplicate)
- Keep all documentation in main README.md
- Update reference to point to S2I section in main README
- Maintain single source of truth for documentation
- Reduce repository clutter and maintenance overhead
This commit is contained in:
2025-10-04 09:12:56 -03:00
parent 5ceb421a3c
commit ec4dfbb2ef
2 changed files with 1 additions and 296 deletions

View File

@@ -346,7 +346,7 @@ oc new-app python:3.11~https://github.com/andersonid/openshift-resource-governan
--name=oru-analyzer --env=PYTHON_VERSION=3.11
```
For detailed S2I documentation, see [README-S2I.md](README-S2I.md).
For detailed S2I deployment information, see the S2I section above.
### Tests
```bash