Skip to content

Commit a05b2c7

Browse files
committed
docs(ecosystem): add ecosystem overview to v1.0.x docs
Signed-off-by: LakshanSS <lakshan230897@gmail.com>
1 parent 878293d commit a05b2c7

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Ecosystem
3+
description: Extend OpenChoreo with modules, integrations, agents, and more.
4+
sidebar_position: 1
5+
---
6+
7+
# OpenChoreo Ecosystem
8+
9+
The OpenChoreo Ecosystem provides community-driven extensions that seamlessly integrate with the platform to expand its capabilities. Browse the [Ecosystem Catalog](/ecosystem) to discover available extensions.
10+
11+
OpenChoreo is designed to be extensible. Rather than bundling every possible integration into the core platform, the ecosystem approach lets you choose the tools that fit your needs, stay current as extensions evolve independently, and contribute back to benefit from the community's work.
12+
13+
## Extension Types
14+
15+
| Type | Description |
16+
| ------------------- | --------------------------------------------------------------------------------------------------------------------- |
17+
| **Modules** | First-class platform extensions that plug into OpenChoreo's interfaces. |
18+
| **Integrations** | Integrate with external tools via tutorial-based configuration. |
19+
| **Agents** | AI-powered agents that analyze and perform operational tasks within OpenChoreo. |
20+
| **Skills** | Reusable capabilities that coding agents invoke. |
21+
| **Component Types** | Reusable templates that let platform engineers manage complexity while providing developers with a simpler interface. |
22+
| **Workflows** | Platform engineer-defined templates for component CI builds and other automation tasks. |
23+
24+
## Contributing
25+
26+
The ecosystem is open to contributions. Submit your extension to the appropriate repository:
27+
28+
- [openchoreo/community-modules](https://github.com/openchoreo/community-modules)
29+
- [openchoreo/skills](https://github.com/openchoreo/skills)
30+
31+
### Get Help
32+
33+
- [CNCF Slack (#openchoreo)](https://slack.cncf.io/)
34+
- [GitHub Discussions](https://github.com/openchoreo/openchoreo/discussions)

versioned_sidebars/version-v1.0.x-sidebars.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,11 @@
296296
"tutorials/component-alerts-and-incidents"
297297
]
298298
},
299+
{
300+
"type": "doc",
301+
"id": "ecosystem/overview",
302+
"label": "Ecosystem"
303+
},
299304
{
300305
"type": "category",
301306
"label": "Working with AI",

0 commit comments

Comments
 (0)