Skip to content

Commit 9eedd2d

Browse files
committed
Fixes typos, hides CI integration and simplifies overview section
1 parent 56be36d commit 9eedd2d

File tree

3 files changed

+15
-35
lines changed

3 files changed

+15
-35
lines changed

_data/docs_nav.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
url: /docs/core-concepts/navigating-openchoreo/
3535
- title: Integrating with OpenChoreo
3636
children:
37-
- title: CI Integration
38-
url: /docs/integrating-with-openchoreo/ci-integration/
37+
# - title: CI Integration
38+
# url: /docs/integrating-with-openchoreo/ci-integration/
3939
- title: GitOps
4040
url: /docs/integrating-with-openchoreo/gitops/
4141
- title: Reference

docs/core-concepts/navigating-openchoreo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ Developers use OpenChoreo's abstractions to focus on application logic while the
238238
deploymentPipelineRef: "standard-pipeline"
239239
```
240240
241-
2. **Define ComponentV2** - Create deployable units
241+
2. **Define Component** - Create deployable units
242242
```yaml
243243
apiVersion: choreo.dev/v1alpha1
244-
kind: ComponentV2
244+
kind: Component
245245
spec:
246246
componentOwner:
247247
projectRef: "payment-service"
@@ -264,8 +264,8 @@ Developers use OpenChoreo's abstractions to focus on application logic while the
264264
**Objective**: Transform source code into deployable artifacts
265265
266266
**Workflow Steps**:
267-
1. **Build Execution** - Automatic BuildV2 creation from ComponentV2
268-
- ComponentV2 specifications trigger BuildV2 resource creation
267+
1. **Build Execution** - Automatic Build creation from Component
268+
- Component specifications trigger Build resource creation
269269
- Argo Workflows execute builds on dedicated BuildPlanes
270270
- Support for Docker and Buildpack build strategies
271271
- Build status tracking and logging through Observer API

docs/overview/what-is-openchoreo.md

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -99,35 +99,15 @@ The platform team defines the rules (networking, security, observability, and op
9999
100100
## Architecture Philosophy
101101
102-
OpenChoreo is built on several key architectural principles:
103-
104-
### **Declarative Everything**
105-
All platform state is declared through YAML configurations, enabling:
106-
- Version control and audit trails
107-
- Reproducible environments
108-
- Automated reconciliation
109-
- GitOps workflows
110-
111-
### **Kubernetes Native**
112-
Built as a set of Kubernetes operators that:
113-
- Extend the Kubernetes API
114-
- Follow cloud-native patterns
115-
- Integrate with the CNCF ecosystem
116-
- Provide familiar operational models
117-
118-
### **Composable Platform**
119-
Modular architecture allows organizations to:
120-
- Adopt incrementally
121-
- Customize components
122-
- Integrate existing tools
123-
- Evolve platform capabilities
124-
125-
### **Open Source First**
126-
Community-driven development ensures:
127-
- Transparency and trust
128-
- Vendor neutrality
129-
- Extensibility and customization
130-
- Collaborative innovation
102+
OpenChoreo is built on key architectural principles that ensure reliability, flexibility, and ease of adoption.
103+
104+
**Declarative Everything**: All platform state is declared through YAML configurations, enabling version control, reproducible environments, automated reconciliation, and GitOps workflows.
105+
106+
**Kubernetes Native**: Built as Kubernetes operators that extend the API, follow cloud-native patterns, integrate with CNCF ecosystem, and provide familiar operational models.
107+
108+
**Composable Platform**: Modular architecture allows incremental adoption, component customization, existing tool integration, and platform capability evolution.
109+
110+
**Open Source First**: Community-driven development ensures transparency, vendor neutrality, extensibility, and collaborative innovation.
131111
132112
## Technology Stack
133113

0 commit comments

Comments
 (0)