@@ -19,41 +19,8 @@ <h1>OpenChoreo Documentation</h1>
1919 {% assign mod_index = forloop.index0 | modulo: 3 %}
2020 {% if mod_index == 0 %}
2121 < div class ="row ">
22- < div class ="col-sm-12 col-md-4 col-lg-4 ">
23- < div class ="cCard cFilledCard cDocs ">
24- < h4 > Overview</ h4 >
25- < ul >
26- < li > < a href ="/docs/overview/what-is-openchoreo/ "> What is OpenChoreo</ a > </ li >
27- < li > < a href ="/docs/overview/architecture/ "> Architecture</ a > </ li >
28- < li > < a href ="/docs/overview/roadmap/ "> Roadmap</ a > </ li >
29- </ ul >
30- </ div >
31- </ div >
32- < div class ="col-sm-12 col-md-4 col-lg-4 ">
33- < div class ="cCard cFilledCard cDocs ">
34- < h4 > Getting Started</ h4 >
35- < ul >
36- < li > < a href ="/docs/getting-started/quick-start-guide/ "> Quick Start Guide</ a > </ li >
37- < li > < a href ="/docs/getting-started/install-in-your-cluster/ "> Install in your Cluster</ a > </ li >
38- < li > < a href ="/docs/getting-started/deploy-your-first-component/ "> Deploy Your First Component</ a > </ li >
39- </ ul >
40- </ div >
41- </ div >
42- < div class ="col-sm-12 col-md-4 col-lg-4 ">
43- < div class ="cCard cFilledCard cDocs ">
44- < h4 > Learn from Examples</ h4 >
45- < ul >
46- < li > < a href ="/docs/learn-from-examples/examples-catalog/ "> Overview</ a > </ li >
47- < li > < a href ="https://github.com/openchoreo/openchoreo/tree/new-crds/new-design-sample/from-source/services/go-docker-greeter "> Go Service from Source</ a > </ li >
48- < li > < a href ="https://github.com/openchoreo/openchoreo/tree/new-crds/new-design-sample/from-image/secure-service-with-jwt "> Secure Service with JWT</ a > </ li >
49- < li > < a href ="https://github.com/openchoreo/openchoreo/tree/new-crds/new-design-sample/gcp-microservices-demo "> Microservices Demo</ a > </ li >
50- < li > < a href ="https://github.com/openchoreo/openchoreo/tree/new-crds/new-design-sample/platform-config/new-deployment-pipeline "> Multi-Environment Pipeline</ a > </ li >
51- </ ul >
52- </ div >
53- </ div >
5422 {% endif %}
5523
56-
5724 < div class ="col-sm-12 col-md-4 col-lg-4 ">
5825 < div class ="cCard cFilledCard cDocs ">
5926 < h4 > {{ section.title }}</ h4 >
@@ -63,48 +30,11 @@ <h4>{{ section.title }}</h4>
6330 {% endfor %}
6431 </ ul >
6532 </ div >
66- < div class ="row ">
67-
68- < div class ="col-sm-12 col-md-4 col-lg-4 ">
69- < div class ="cCard cFilledCard cDocs ">
70- < h4 > Core Concepts</ h4 >
71- < ul >
72- < li > < a href ="/docs/core-concepts/openchoreo-philosophy/ "> OpenChoreo Philosophy</ a > </ li >
73- < li > < a href ="/docs/core-concepts/concepts-and-abstractions/ "> Concepts and Abstractions</ a > </ li >
74- < li > < a href ="/docs/core-concepts/resource-relationship/ "> Resource Relationships</ a > </ li >
75- < li > < a href ="/docs/core-concepts/navigating-openchoreo/ "> Navigating OpenChoreo</ a > </ li >
76- </ ul >
77- </ div >
78- </ div >
79- < div class ="col-sm-12 col-md-4 col-lg-4 ">
80- < div class ="cCard cFilledCard cDocs ">
81- < h4 > Integrating with OpenChoreo</ h4 >
82- < ul >
83- < li > < a href ="/docs/integrating-with-openchoreo/ci-integration/ "> CI Integration</ a > </ li >
84- < li > < a href ="/docs/integrating-with-openchoreo/gitops/ "> GitOps Workflows</ a > </ li >
85- </ ul >
86- </ div >
87- </ div >
88- < div class ="col-sm-12 col-md-4 col-lg-4 ">
89- < div class ="cCard cFilledCard cDocs ">
90- < h4 > Reference</ h4 >
91- < ul >
92- < li > < a href ="/docs/reference/faq/ "> Frequently Asked Questions</ a > </ li >
93- < li > < a href ="/docs/reference/changelog/ "> Changelog</ a > </ li >
94- < li > < a href ="/docs/reference/configuration-schema/ "> Configuration Schema</ a > </ li >
95- < li > < a href ="/docs/reference/resource-limits/ "> Resource Limits & Quotas</ a > </ li >
96- </ ul >
97- </ div >
98- </ div >
9933 </ div >
10034
10135 {% assign mod_index_next = forloop.index | modulo: 3 %}
10236 {% if mod_index_next == 0 or forloop.last %}
10337 </ div >
104-
105-
106- </ div >
107- </ section >
10838 {% endif %}
10939 {% endfor %}
11040 </ div >
@@ -117,3 +47,4 @@ <h4>Reference</h4>
11747
11848
11949
50+
0 commit comments