docs: simplify README and move details to docs (#102)

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2025-03-17 13:40:12 +01:00
committed by GitHub
parent 422c402bab
commit fd8e40a008
8 changed files with 439 additions and 396 deletions

12
docs/deployment.md Normal file
View File

@@ -0,0 +1,12 @@
# Deployment
## Kubernetes and OpenShift
### Knative
The following manifest will launch Docling Serve using Knative to expose the application
with an external ingress endpoint.
```yaml
# TODO
```