@@ -42,23 +42,24 @@ export const DOCUMENTATION = {
4242 CHART_STORE : 'usage/deploy-chart' ,
4343 CHART_STORE_METRICS_SERVER : 'dashboard//chart-store/discover?appStoreName=metrics-server' ,
4444 CUSTOM_VALUES : 'usage/deploy-chart/overview-of-charts#custom-values' ,
45+ CONFIGURING_WEBHOOK : 'usage/applications/creating-application/workflow/ci-pipeline#configuring-webhook' ,
4546 DEPLOYMENT : 'usage/applications/creating-application/deployment-template/deployment' ,
4647 DEPLOYMENT_TEMPLATE : 'usage/applications/creating-application/deployment-template' ,
4748 DEVTRON_UPGRADE : 'getting-started/upgrade' ,
48- CONFIGURING_WEBHOOK : 'usage/applications/creating-application/workflow/ci-pipeline#configuring-webhook' ,
49+ DOC_HOME_PAGE : DOCUMENTATION_HOME_PAGE ,
4950 ENTERPRISE_LICENSE : 'enterprise-license' ,
5051 EXECUTE_CUSTOM_SCRIPT :
5152 'usage/applications/creating-application/workflow/ci-pipeline/ci-build-pre-post-plugins#execute-custom-script' ,
5253 EXTERNAL_LINKS : 'getting-started/global-configurations/external-links' ,
5354 EXTERNAL_SECRET : 'usage/applications/creating-application/secrets#external-secrets' ,
5455 HOME_PAGE : 'https://devtron.ai' ,
55- DOC_HOME_PAGE : DOCUMENTATION_HOME_PAGE ,
56- KUBE_CONFIG : 'usage/resource-browser#running-kubectl-commands-locally' ,
5756 JOBS : 'usage/jobs' ,
58- TAINT : 'usage/resource-browser#taint-a-node ' ,
57+ KUBE_CONFIG : 'usage/resource-browser#running-kubectl-commands-locally ' ,
5958 RESOURCE_BROWSER : 'usage/resource-browser' ,
59+ TAINT : 'usage/resource-browser#taint-a-node' ,
6060
6161 // Global Configurations
62+ GLOBAL_CONFIGUDATIONS : 'getting-started/global-configurations' ,
6263 GLOBAL_CONFIG_API_TOKEN : 'getting-started/global-configurations/authorization/api-tokens' ,
6364 GLOBAL_CONFIG_BUILD_INFRA : 'global-configurations/build-infra' ,
6465 GLOBAL_CONFIG_CHART : 'getting-started/global-configurations/chart-repo' ,
@@ -117,6 +118,9 @@ export const DOCUMENTATION = {
117118 GLOBAL_CONFIG_PULL_IMAGE_DIGEST : 'global-configurations/pull-image-digest' ,
118119 GLOBAL_CONFIG_TAGS : 'getting-started/global-configurations/tags-policy' ,
119120
121+ // Application Management
122+ APP_MANAGEMENT : 'docs/user-guide/app-management' ,
123+
120124 // Software Release Management
121125 SOFTWARE_DISTRIBUTION_HUB : 'usage/software-distribution-hub' ,
122126 RELEASE_TRACKS : 'usage/software-distribution-hub/release-hub#creating-release-tracks-and-versions' ,
@@ -126,8 +130,21 @@ export const DOCUMENTATION = {
126130 TENANTS_INSTALLATION : 'usage/software-distribution-hub/tenants' ,
127131
128132 // Infrastructure Management
129- AUTOSCALER_DETECTION : 'user-guide/infra-management/infrastructure-overview#troubleshooting-autoscaler-detection' ,
133+ AUTOSCALER_DETECTION :
134+ 'docs/user-guide/infra-management/infrastructure-overview#troubleshooting-autoscaler-detection' ,
135+ INFRA_MANAGEMENT : 'docs/user-guide/infra-management' ,
130136
131137 // Cost Visibility
132- COST_CALCULATION : 'user-guide/finops/overview-cost-visibility#how-is-the-cost-calculated' ,
138+ COST_BREAKDOWN : 'docs/user-guide/finops' ,
139+ COST_CALCULATION : 'docs/user-guide/finops/overview-cost-visibility#how-is-the-cost-calculated' ,
140+ COST_VISIBILITY_OVERVIEW : 'docs/user-guide/finops/overview-cost-visibility' ,
141+
142+ // Security Center
143+ SECURITY_CENTER : 'docs/user-guide/security-features' ,
144+
145+ // AI Recommendations
146+ AI_RECOMMENDATIONS : 'docs/user-guide/ai-recommendations' ,
147+
148+ // Automation & Enablement
149+ AUTOMATION_AND_ENABLEMENT : 'docs/user-guide/automation' ,
133150} as const
0 commit comments