Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/Assets/IconV2/ic-line.svg

This file was deleted.

11 changes: 0 additions & 11 deletions src/Assets/IconV2/ic-runbook-color.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/Common/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down
1 change: 0 additions & 1 deletion src/Pages-Devtron-2.0/Navigation/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 0 additions & 4 deletions src/Shared/Components/DocLink/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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
4 changes: 0 additions & 4 deletions src/Shared/Components/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down