Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export default defineConfig({
{ text: 'Kubernetes - initContainer', link: '/docs/integrations/k8s-init-container/' },
{ text: 'KServe', link: '/docs/integrations/kserve/' },
{ text: 'Kubeflow Pipelines', link: '/docs/integrations/kubeflow/' },
{ text: 'Kubeflow Model Registry', link: '/docs/integrations/kubeflow-model-registry/' },
{ text: 'ModelPack', link: '/docs/integrations/modelpack/' },
]
},
Expand Down
2 changes: 2 additions & 0 deletions docs/src/docs/integrations/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The KitOps community has built some great integrations:
- Deploying to any [Kubernetes distribution](../k8s-init-container.md)
- Working with ML in [KServe](../kserve.md)
- Building ML pipelines with [Kubeflow Pipeline components](../kubeflow.md)
- Model versioning with [Kubeflow Model Registry](../kubeflow-model-registry.md)

## 🗄️ KitOps Compliant OCI Registries (A-Z)

Expand Down Expand Up @@ -108,3 +109,4 @@ Thanks to its OCI-compatibility, KitOps works nearly any tool:
If you've used KitOps with a product or project we've missed, please [open an issue](https://github.com/jozu-ai/kitops/issues/new/choose) in our GitHub repository.

For help please join our [Discord community](https://discord.gg/Tapeh8agYy).

Loading
Loading