Skip to content

Commit b704fa0

Browse files
committed
Update left nav for pe view
1 parent 3a85227 commit b704fa0

File tree

4 files changed

+83
-5
lines changed

4 files changed

+83
-5
lines changed

en/pe-docs/docs/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#### Overview

en/pe-docs/docs/pe-menu-1.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

en/pe-docs/mkdocs.yml

Lines changed: 81 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,87 @@ strict: false
7373
# Navigation
7474
nav:
7575
- Home: index.md
76-
- PE Menu 1: pe-menu-1.md
76+
- Introduction:
77+
- Overview: overview.md
78+
- Key Concepts: ""
79+
- Getting Started:
80+
- Prerequisites: ""
81+
- Quickstart Guide: ""
82+
- Onboarding Checklist: ""
83+
- Create: ""
84+
- DevOps and CICD:
85+
- Continuous Integration:
86+
- Configure Git/BitBucket/Gitlab: ""
87+
- Build using inbuilt CI Pipeline: ""
88+
- Bring your own Container Registry: ""
89+
- Continuous Deployment:
90+
- Manage Environments: ""
91+
- Deploying an Application: ""
92+
- Rollback and Recovery: ""
93+
- Manage Configurations: ""
94+
- Kubernetes Configurations:
95+
- View Runtime Details: ""
96+
- Configure Container Resources, Commands, and Arguments: ""
97+
- Set Up Health Checks: ""
98+
- Autoscale:
99+
- Autoscale Component Replicas: ""
100+
- Autoscale Components with Scale-to-Zero: ""
101+
- Configure Storage: ""
102+
- Monitoring:
103+
- Cost Analysis: ""
104+
- Logging View Logs:
105+
- Build Pipeline Logs: ""
106+
- Runtime Logs: ""
107+
- Audit Logs: ""
108+
- Application Insights:
109+
- Insights Overview: ""
110+
- Generate Custom Reports: ""
111+
- Alerts: ""
112+
- Integrate Choreo with Moesif: ""
113+
- Administer:
114+
- Control Access in the Choreo Console: ""
115+
- Configure a Custom Domain for Your Organization: ""
116+
- Configure Enterprise Login: ""
117+
- Create API Subscription Plans: ""
118+
- Review Workflow Approval Requests: ""
119+
- Configure a User Store with the Built-In Identity Provider: ""
120+
- Developer Portal:
121+
- Customize the Developer Portal: ""
122+
- Configure Self-Sign-Up: ""
123+
- Manage Members of an Organization: ""
124+
- API Management:
125+
- Configure Identity Providers for Accessing APIs:
126+
- Configure Asgardeo as an External IdP: ""
127+
- Configure Azure as an External IdP: ""
128+
- Developer Portal:
129+
- Customize the Developer Portal: ""
130+
- Configure Self-Sign-Up: ""
131+
- Governance:
132+
- Workflow approvals:
133+
- Configure Approvals for Choreo Workflows: ""
134+
- Review Workflow Approval Requests: ""
135+
- API Governance: ""
136+
- Choreo-Managed Databases and Caches:
137+
- Overview: ""
138+
- PostgreSQL: ""
139+
- MySQL: ""
140+
- Choreo-Managed Cache: ""
141+
- Add Choreo-Managed Databases and Caches to the Marketplace: ""
142+
- Integrate and Manage External Services:
143+
- Integrate and Manage Third-Party Services: ""
144+
- Integrate and Manage Generative AI Services: ""
145+
- Networking:
146+
- VPN: ""
147+
- Egress Control: ""
148+
- Delivery Insights:
149+
- Configure DORA Metrics: ""
150+
- View DORA Metrics: ""
151+
- Choreo CLI: ""
152+
- Advanced Topics:
153+
- Work with the Choreo Insights API:
154+
- Access the Choreo Insights API: ""
155+
- Choreo Insights API: ""
156+
77157
# Extensions
78158
# Extensions
79159
markdown_extensions:

en/theme/material/templates/pe-home-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ <h1 style="font-weight: 700; font-size: 43px; line-height: 48px; padding-top: 2.
202202
<div style="height: 5rem;"></div>
203203
<div class="row md_home_link_container_row">
204204
<div class="cText">
205-
<a href="pe-menu-1">PE Menu 1</a>
205+
<a href="overview">Introduction</a>
206206
</div>
207207
</div>
208208
</div>

0 commit comments

Comments
 (0)