Skip to content

Commit dc11f3d

Browse files
committed
chore: Remove runbook icon, routes, and documentation links.
1 parent 743c185 commit dc11f3d

5 files changed

Lines changed: 0 additions & 19 deletions

File tree

src/Assets/IconV2/ic-runbook-color.svg

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

src/Common/Constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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`,

src/Pages-Devtron-2.0/Navigation/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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'

src/Shared/Components/DocLink/constants.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

src/Shared/Components/Icon/Icon.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ import { ReactComponent as ICResourceWatcher } from '@IconsV2/ic-resource-watche
258258
import { ReactComponent as ICRightPanelCollapse } from '@IconsV2/ic-right-panel-collapse.svg'
259259
import { ReactComponent as ICRocketGear } from '@IconsV2/ic-rocket-gear.svg'
260260
import { ReactComponent as ICRocketLaunch } from '@IconsV2/ic-rocket-launch.svg'
261-
import { ReactComponent as ICRunbookColor } from '@IconsV2/ic-runbook-color.svg'
262261
import { ReactComponent as ICSecurityFixable } from '@IconsV2/ic-security-fixable.svg'
263262
import { ReactComponent as ICSecurityNotFixable } from '@IconsV2/ic-security-not-fixable.svg'
264263
import { 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,

0 commit comments

Comments
 (0)