Skip to content

Commit f34bfb9

Browse files
committed
docs: add Kubeflow Model Registry integration guide
Signed-off-by: Rishi Jat <rishijat098@gmail.com>
1 parent 2f8e3e2 commit f34bfb9

File tree

3 files changed

+475
-1
lines changed

3 files changed

+475
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export default defineConfig({
135135
{ text: 'Kubernetes - initContainer', link: '/docs/integrations/k8s-init-container/' },
136136
{ text: 'KServe', link: '/docs/integrations/kserve/' },
137137
{ text: 'Kubeflow Pipelines', link: '/docs/integrations/kubeflow/' },
138+
{ text: 'Kubeflow Model Registry', link: '/docs/integrations/kubeflow-model-registry/' },
138139
{ text: 'ModelPack', link: '/docs/integrations/modelpack/' },
139140
]
140141
},
@@ -263,4 +264,3 @@ function discordBannerPlugin(md: MarkdownIt) {
263264
// Render the component
264265
md.renderer.rules['discord-banner'] = () => '<DiscordBanner />'
265266
}
266-

docs/src/docs/integrations/integrations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The KitOps community has built some great integrations:
1919
- Deploying to any [Kubernetes distribution](../k8s-init-container.md)
2020
- Working with ML in [KServe](../kserve.md)
2121
- Building ML pipelines with [Kubeflow Pipeline components](../kubeflow.md)
22+
- Model versioning with [Kubeflow Model Registry](../kubeflow-model-registry.md)
2223

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

@@ -108,3 +109,4 @@ Thanks to its OCI-compatibility, KitOps works nearly any tool:
108109
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.
109110

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

0 commit comments

Comments
 (0)