Skip to content

Commit 471deb0

Browse files
Merge pull request #998 from devtron-labs/chore/remove-runbooks-recos
chore: Remove runbook icon, routes, and documentation links.
2 parents 743c185 + b0f8e89 commit 471deb0

6 files changed

Lines changed: 0 additions & 24 deletions

File tree

src/Assets/IconV2/ic-line.svg

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

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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ import { ReactComponent as ICLdap } from '@IconsV2/ic-ldap.svg'
200200
import { ReactComponent as ICLego } from '@IconsV2/ic-lego.svg'
201201
import { ReactComponent as ICLightning } from '@IconsV2/ic-lightning.svg'
202202
import { ReactComponent as ICLightningFill } from '@IconsV2/ic-lightning-fill.svg'
203-
import { ReactComponent as ICLine } from '@IconsV2/ic-line.svg'
204203
import { ReactComponent as ICLink } from '@IconsV2/ic-link.svg'
205204
import { ReactComponent as ICLinkedBuildColor } from '@IconsV2/ic-linked-build-color.svg'
206205
import { ReactComponent as ICListBullets } from '@IconsV2/ic-list-bullets.svg'
@@ -258,7 +257,6 @@ import { ReactComponent as ICResourceWatcher } from '@IconsV2/ic-resource-watche
258257
import { ReactComponent as ICRightPanelCollapse } from '@IconsV2/ic-right-panel-collapse.svg'
259258
import { ReactComponent as ICRocketGear } from '@IconsV2/ic-rocket-gear.svg'
260259
import { ReactComponent as ICRocketLaunch } from '@IconsV2/ic-rocket-launch.svg'
261-
import { ReactComponent as ICRunbookColor } from '@IconsV2/ic-runbook-color.svg'
262260
import { ReactComponent as ICSecurityFixable } from '@IconsV2/ic-security-fixable.svg'
263261
import { ReactComponent as ICSecurityNotFixable } from '@IconsV2/ic-security-not-fixable.svg'
264262
import { ReactComponent as ICSecurityPolicy } from '@IconsV2/ic-security-policy.svg'
@@ -529,7 +527,6 @@ export const iconMap = {
529527
'ic-lego': ICLego,
530528
'ic-lightning-fill': ICLightningFill,
531529
'ic-lightning': ICLightning,
532-
'ic-line': ICLine,
533530
'ic-link': ICLink,
534531
'ic-linked-build-color': ICLinkedBuildColor,
535532
'ic-list-bullets': ICListBullets,
@@ -587,7 +584,6 @@ export const iconMap = {
587584
'ic-right-panel-collapse': ICRightPanelCollapse,
588585
'ic-rocket-gear': ICRocketGear,
589586
'ic-rocket-launch': ICRocketLaunch,
590-
'ic-runbook-color': ICRunbookColor,
591587
'ic-security-fixable': ICSecurityFixable,
592588
'ic-security-not-fixable': ICSecurityNotFixable,
593589
'ic-security-policy': ICSecurityPolicy,

0 commit comments

Comments
 (0)