Skip to content

Commit a47a4bc

Browse files
sameerajayasomaMirage20
authored andcommitted
Fix list issue in the architecture page
1 parent 79a5e1c commit a47a4bc

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

docs/overview/architecture.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Each plane in OpenChoreo operates as a distinct functional unit, with its own li
2929
The brain of OpenChoreo. It watches developer- and platform-defined CRDs, validates and processes them, and coordinates activities across other planes. It translates intent such as "deploy this component" or "connect these services" into concrete infrastructure actions.
3030

3131
Responsibilities include:
32-
Validating CRD instances and resolving references (e.g., Connections between Components)
33-
Applying policy and environment-specific rules
34-
Coordinating CI jobs, deployments, and observability configurations
35-
Reconciling desired state with actual state across all planes
36-
Tracking the state of Components across environments and Data Planes
32+
- Validating CRD instances and resolving references (e.g., Connections between Components)
33+
- Applying policy and environment-specific rules
34+
- Coordinating CI jobs, deployments, and observability configurations
35+
- Reconciling desired state with actual state across all planes
36+
- Tracking the state of Components across environments and Data Planes
3737

3838
The Control Plane is extensible, allowing integration with different backends for image building, observability tooling, environment provisioning, and more.
3939

docs/overview/what-is-openchoreo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {versions} from '../_constants.mdx';
1010
# What is OpenChoreo?
1111
OpenChoreo is a comprehensive, open-source Internal Developer Platform (IDP) designed for platform engineering (PE) teams who want to streamline developer workflows and deliver Internal Developer Portals without having to build everything from scratch.
1212

13-
OpenChoreo orchestrates many CNCF and other projects to provide a comprehensive framework for PE teams to build the platform they want.
13+
OpenChoreo orchestrates many CNCF and other projects to give platform teams a strong head start, you can use it as-is, or tailor it to fit your own internal developer platform vision.
1414

1515
## Why OpenChoreo?
1616

versioned_docs/version-v0.3.x/overview/architecture.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OpenChoreo is architected as a modular, Kubernetes-native control plane that int
1313
The Control Plane acts as the orchestrator, transforming high-level platform and developer intent into actionable workloads deployed across Data Planes, while wiring them into the Observability Plane for visibility.
1414

1515
The diagram below illustrates how these components interact.
16-
xz
16+
1717
![](../resources/openchoreo_components.svg)
1818

1919
Each plane in OpenChoreo operates as a distinct functional unit, with its own lifecycle, scaling behavior, and security boundaries. Together, these planes and supporting interfaces form the core components of the platform:
@@ -29,11 +29,11 @@ Each plane in OpenChoreo operates as a distinct functional unit, with its own li
2929
The brain of OpenChoreo. It watches developer- and platform-defined CRDs, validates and processes them, and coordinates activities across other planes. It translates intent such as "deploy this component" or "connect these services" into concrete infrastructure actions.
3030

3131
Responsibilities include:
32-
Validating CRD instances and resolving references (e.g., Connections between Components)
33-
Applying policy and environment-specific rules
34-
Coordinating CI jobs, deployments, and observability configurations
35-
Reconciling desired state with actual state across all planes
36-
Tracking the state of Components across environments and Data Planes
32+
- Validating CRD instances and resolving references (e.g., Connections between Components)
33+
- Applying policy and environment-specific rules
34+
- Coordinating CI jobs, deployments, and observability configurations
35+
- Reconciling desired state with actual state across all planes
36+
- Tracking the state of Components across environments and Data Planes
3737

3838
The Control Plane is extensible, allowing integration with different backends for image building, observability tooling, environment provisioning, and more.
3939

versioned_docs/version-v0.3.x/overview/what-is-openchoreo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {versions} from '../_constants.mdx';
1010
# What is OpenChoreo?
1111
OpenChoreo is a comprehensive, open-source Internal Developer Platform (IDP) designed for platform engineering (PE) teams who want to streamline developer workflows and deliver Internal Developer Portals without having to build everything from scratch.
1212

13-
OpenChoreo orchestrates many CNCF and other projects to provide a comprehensive framework for PE teams to build the platform they want.
13+
OpenChoreo orchestrates many CNCF and other projects to give platform teams a strong head start, you can use it as-is, or tailor it to fit your own internal developer platform vision.
1414

1515
## Why OpenChoreo?
1616

0 commit comments

Comments
 (0)