File tree Expand file tree Collapse file tree
Pages-Devtron-2.0/Navigation Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ export const URLS = {
138138 // AUTOMATION AND ENABLEMENT
139139 AUTOMATION_AND_ENABLEMENT : AUTOMATION_AND_ENABLEMENT_ROOT ,
140140 AUTOMATION_AND_ENABLEMENT_JOB : `${ AUTOMATION_AND_ENABLEMENT_ROOT } /job` ,
141- AUTOMATION_ENABLEMENT_RUNBOOKS : `${ AUTOMATION_AND_ENABLEMENT_ROOT } /runbooks` ,
142141 // DATA PROTECTION
143142 DATA_PROTECTION : DATA_PROTECTION_ROOT ,
144143 DATA_PROTECTION_OVERVIEW : `${ DATA_PROTECTION_ROOT } /overview` ,
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ export type NavigationItemID =
3131 | 'automation-and-enablement-alerting'
3232 | 'automation-and-enablement-incident-response'
3333 | 'automation-and-enablement-api-portal'
34- | 'automation-and-enablement-runbook-automation'
3534 | 'global-configuration-sso-login-services'
3635 | 'global-configuration-host-urls'
3736 | 'global-configuration-external-links'
Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ export const DOCUMENTATION = {
117117 GLOBAL_CONFIG_SSO_LOGIN_MICROSOFT : 'global-configurations/authorization/sso-login/microsoft' ,
118118 GLOBAL_CONFIG_PULL_IMAGE_DIGEST : 'global-configurations/pull-image-digest' ,
119119 GLOBAL_CONFIG_TAGS : 'getting-started/global-configurations/tags-policy' ,
120- SAMPLE_RUNBOOK_LINK : 'https://docs.devtron.ai/user-guide/ai-recommendations/runbook#add-runbook-spec' ,
121120
122121 // Application Management
123122 APP_MANAGEMENT : 'docs/user-guide/app-management' ,
@@ -143,9 +142,6 @@ export const DOCUMENTATION = {
143142 // Security Center
144143 SECURITY_CENTER : 'docs/user-guide/security-features' ,
145144
146- // AI Recommendations
147- AI_RECOMMENDATIONS : 'docs/user-guide/ai-recommendations' ,
148-
149145 // Automation & Enablement
150146 AUTOMATION_AND_ENABLEMENT : 'docs/user-guide/automation' ,
151147} as const
Original file line number Diff line number Diff line change @@ -258,7 +258,6 @@ import { ReactComponent as ICResourceWatcher } from '@IconsV2/ic-resource-watche
258258import { ReactComponent as ICRightPanelCollapse } from '@IconsV2/ic-right-panel-collapse.svg'
259259import { ReactComponent as ICRocketGear } from '@IconsV2/ic-rocket-gear.svg'
260260import { ReactComponent as ICRocketLaunch } from '@IconsV2/ic-rocket-launch.svg'
261- import { ReactComponent as ICRunbookColor } from '@IconsV2/ic-runbook-color.svg'
262261import { ReactComponent as ICSecurityFixable } from '@IconsV2/ic-security-fixable.svg'
263262import { ReactComponent as ICSecurityNotFixable } from '@IconsV2/ic-security-not-fixable.svg'
264263import { ReactComponent as ICSecurityPolicy } from '@IconsV2/ic-security-policy.svg'
@@ -587,7 +586,6 @@ export const iconMap = {
587586 'ic-right-panel-collapse' : ICRightPanelCollapse ,
588587 'ic-rocket-gear' : ICRocketGear ,
589588 'ic-rocket-launch' : ICRocketLaunch ,
590- 'ic-runbook-color' : ICRunbookColor ,
591589 'ic-security-fixable' : ICSecurityFixable ,
592590 'ic-security-not-fixable' : ICSecurityNotFixable ,
593591 'ic-security-policy' : ICSecurityPolicy ,
You can’t perform that action at this time.
0 commit comments