Skip to content

Commit 1d9faac

Browse files
andreyvelichclaude
andauthored
community: Create Kubeflow Ecosystem Page (#4384)
* Create Kubeflow Ecosystem Page Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> * website: fix broken KServe links after move to ecosystem Update remaining /docs/components/kserve/* references to /docs/ecosystem/kserve/* so the netlify-plugin-checklinks build step stops failing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> --------- Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b1864b8 commit 1d9faac

30 files changed

Lines changed: 54 additions & 58 deletions

content/en/_index.html

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -229,28 +229,6 @@ <h3 class="section-head text-center">
229229
</div>
230230
<br />
231231
<div class="card-deck">
232-
<div class="card">
233-
<a href="https://kserve.github.io/website/" target="_blank" rel="noopener" >
234-
<img
235-
src="/docs/images/logos/kserve.png"
236-
class="card-img-top"
237-
draggable="false"
238-
style="padding: 1rem; height: 250px"
239-
alt="KServe Logo"
240-
/>
241-
</a>
242-
<div class="card-body bg-primary-dark">
243-
<div class="card-title">Kubeflow KServe</div>
244-
<p class="card-text">
245-
<a href="/docs/components/kserve/introduction/" target="_blank" rel="noopener">KServe</a> is a standardized distributed generative and predictive AI inference platform for scalable, multi-framework deployment on Kubernetes.
246-
</p>
247-
<div class="card-footer-github"><a href="https://github.com/kserve/kserve" target="_blank" class="kf-github-btn" title="Github Stars">
248-
<i class="fab fa-github"></i>
249-
<i class="far fa-star"></i>
250-
<span id="star-count-kserve">2.6k</span>
251-
</a></div>
252-
</div>
253-
</div>
254232
<div class="card">
255233
<a href="/docs/components/hub/overview/" target="_blank" rel="noopener" >
256234
<img

content/en/_redirects

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,3 +392,7 @@ docs/started/requirements/ /docs/started/getting-started/
392392
/docs/components/model-registry/reference/python-client/ /docs/components/hub/reference/python-client/
393393
/docs/components/model-registry/reference/rest-api/ /docs/components/hub/reference/rest-api/
394394
/docs/components/model-registry/reference/ui-rest-api/ /docs/components/hub/reference/ui-rest-api/
395+
396+
# Introducing Kubeflow Ecosystem
397+
/docs/components/kserve/ /docs/kubeflow-ecosystem/kserve/
398+
/docs/external-add-ons/* /docs/kubeflow-ecosystem/:splat

content/en/docs/components/central-dash/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following sections are available when [Katib](/docs/components/katib/) is in
5555

5656
### KServe
5757

58-
The following sections are available when [KServe](/docs/components/kserve/) is installed:
58+
The following sections are available when [KServe](/docs/ecosystem/kserve/) is installed:
5959

6060
- **KServe Endpoints**: manage deployed KServe model endpoints
6161

content/en/docs/components/kserve/_index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
+++
2+
title = "Kubeflow Ecosystem"
3+
description = "Externally developed projects that are part of Kubeflow Ecosystem"
4+
weight = 50
5+
+++
6+
7+
{{% alert title="Ownership" color="info" %}}
8+
These projects are <strong>not governed by</strong> by the Kubeflow community, they are developed
9+
and supported by their respective maintainers.
10+
{{% /alert %}}
11+
12+
Kubeflow has always fostered a strong community-driven culture and actively supports projects
13+
that build on, integrate with, or complement Kubeflow sub-projects. As part of this effort,
14+
the Kubeflow community established the Kubeflow Ecosystem to highlight projects that are valuable
15+
to the broader community and demonstrate maturity, sustainability, and excellence within their respective domains.
16+
17+
If you are interested in joining the Kubeflow Ecosystem, please refer to
18+
[the contribution guidelines](https://github.com/kubeflow/community/tree/master/how-to/join-kubeflow-ecosystem.md)
File renamed without changes.
File renamed without changes.

content/en/docs/external-add-ons/elyra/images/elyra-pipeline-screenshot.png renamed to content/en/docs/ecosystem/elyra/images/elyra-pipeline-screenshot.png

File renamed without changes.

content/en/docs/external-add-ons/elyra/introduction.md renamed to content/en/docs/ecosystem/elyra/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Elyra is a _JupyterLab extension_ that provides a _visual pipeline editor_ to en
1111

1212
The following screenshot shows an example of a Pipeline created with Elyra:
1313

14-
<img src="/docs/external-add-ons/elyra/images/elyra-pipeline-screenshot.png"
14+
<img src="/docs/ecosystem/elyra/images/elyra-pipeline-screenshot.png"
1515
alt="An example of a Pipeline created with Elyra"
1616
class="mt-3 mb-3 border rounded">
1717
</img>

0 commit comments

Comments
 (0)