diff --git a/src/Assets/IconV2/ic-line.svg b/src/Assets/IconV2/ic-line.svg
deleted file mode 100644
index caacdc6a9..000000000
--- a/src/Assets/IconV2/ic-line.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/src/Assets/IconV2/ic-runbook-color.svg b/src/Assets/IconV2/ic-runbook-color.svg
deleted file mode 100644
index c19e9d175..000000000
--- a/src/Assets/IconV2/ic-runbook-color.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-
diff --git a/src/Common/Constants.ts b/src/Common/Constants.ts
index d1ae960e8..31c0b4adf 100644
--- a/src/Common/Constants.ts
+++ b/src/Common/Constants.ts
@@ -138,7 +138,6 @@ export const URLS = {
// AUTOMATION AND ENABLEMENT
AUTOMATION_AND_ENABLEMENT: AUTOMATION_AND_ENABLEMENT_ROOT,
AUTOMATION_AND_ENABLEMENT_JOB: `${AUTOMATION_AND_ENABLEMENT_ROOT}/job`,
- AUTOMATION_ENABLEMENT_RUNBOOKS: `${AUTOMATION_AND_ENABLEMENT_ROOT}/runbooks`,
// DATA PROTECTION
DATA_PROTECTION: DATA_PROTECTION_ROOT,
DATA_PROTECTION_OVERVIEW: `${DATA_PROTECTION_ROOT}/overview`,
diff --git a/src/Pages-Devtron-2.0/Navigation/types.ts b/src/Pages-Devtron-2.0/Navigation/types.ts
index fb8fb1f65..4f569e487 100644
--- a/src/Pages-Devtron-2.0/Navigation/types.ts
+++ b/src/Pages-Devtron-2.0/Navigation/types.ts
@@ -31,7 +31,6 @@ export type NavigationItemID =
| 'automation-and-enablement-alerting'
| 'automation-and-enablement-incident-response'
| 'automation-and-enablement-api-portal'
- | 'automation-and-enablement-runbook-automation'
| 'global-configuration-sso-login-services'
| 'global-configuration-host-urls'
| 'global-configuration-external-links'
diff --git a/src/Shared/Components/DocLink/constants.ts b/src/Shared/Components/DocLink/constants.ts
index d23187aca..22ca51192 100644
--- a/src/Shared/Components/DocLink/constants.ts
+++ b/src/Shared/Components/DocLink/constants.ts
@@ -117,7 +117,6 @@ export const DOCUMENTATION = {
GLOBAL_CONFIG_SSO_LOGIN_MICROSOFT: 'global-configurations/authorization/sso-login/microsoft',
GLOBAL_CONFIG_PULL_IMAGE_DIGEST: 'global-configurations/pull-image-digest',
GLOBAL_CONFIG_TAGS: 'getting-started/global-configurations/tags-policy',
- SAMPLE_RUNBOOK_LINK: 'https://docs.devtron.ai/user-guide/ai-recommendations/runbook#add-runbook-spec',
// Application Management
APP_MANAGEMENT: 'docs/user-guide/app-management',
@@ -143,9 +142,6 @@ export const DOCUMENTATION = {
// Security Center
SECURITY_CENTER: 'docs/user-guide/security-features',
- // AI Recommendations
- AI_RECOMMENDATIONS: 'docs/user-guide/ai-recommendations',
-
// Automation & Enablement
AUTOMATION_AND_ENABLEMENT: 'docs/user-guide/automation',
} as const
diff --git a/src/Shared/Components/Icon/Icon.tsx b/src/Shared/Components/Icon/Icon.tsx
index 5c2fedf6b..feee23e01 100644
--- a/src/Shared/Components/Icon/Icon.tsx
+++ b/src/Shared/Components/Icon/Icon.tsx
@@ -200,7 +200,6 @@ import { ReactComponent as ICLdap } from '@IconsV2/ic-ldap.svg'
import { ReactComponent as ICLego } from '@IconsV2/ic-lego.svg'
import { ReactComponent as ICLightning } from '@IconsV2/ic-lightning.svg'
import { ReactComponent as ICLightningFill } from '@IconsV2/ic-lightning-fill.svg'
-import { ReactComponent as ICLine } from '@IconsV2/ic-line.svg'
import { ReactComponent as ICLink } from '@IconsV2/ic-link.svg'
import { ReactComponent as ICLinkedBuildColor } from '@IconsV2/ic-linked-build-color.svg'
import { ReactComponent as ICListBullets } from '@IconsV2/ic-list-bullets.svg'
@@ -258,7 +257,6 @@ import { ReactComponent as ICResourceWatcher } from '@IconsV2/ic-resource-watche
import { ReactComponent as ICRightPanelCollapse } from '@IconsV2/ic-right-panel-collapse.svg'
import { ReactComponent as ICRocketGear } from '@IconsV2/ic-rocket-gear.svg'
import { ReactComponent as ICRocketLaunch } from '@IconsV2/ic-rocket-launch.svg'
-import { ReactComponent as ICRunbookColor } from '@IconsV2/ic-runbook-color.svg'
import { ReactComponent as ICSecurityFixable } from '@IconsV2/ic-security-fixable.svg'
import { ReactComponent as ICSecurityNotFixable } from '@IconsV2/ic-security-not-fixable.svg'
import { ReactComponent as ICSecurityPolicy } from '@IconsV2/ic-security-policy.svg'
@@ -529,7 +527,6 @@ export const iconMap = {
'ic-lego': ICLego,
'ic-lightning-fill': ICLightningFill,
'ic-lightning': ICLightning,
- 'ic-line': ICLine,
'ic-link': ICLink,
'ic-linked-build-color': ICLinkedBuildColor,
'ic-list-bullets': ICListBullets,
@@ -587,7 +584,6 @@ export const iconMap = {
'ic-right-panel-collapse': ICRightPanelCollapse,
'ic-rocket-gear': ICRocketGear,
'ic-rocket-launch': ICRocketLaunch,
- 'ic-runbook-color': ICRunbookColor,
'ic-security-fixable': ICSecurityFixable,
'ic-security-not-fixable': ICSecurityNotFixable,
'ic-security-policy': ICSecurityPolicy,