diff --git a/src/components/search/index.tsx b/src/components/search/index.tsx index 0ef143b54584e..2fed908d2d15c 100644 --- a/src/components/search/index.tsx +++ b/src/components/search/index.tsx @@ -43,12 +43,7 @@ const randomUserToken = (() => { // this type is not exported from the global-search package type SentryGlobalSearchConfig = ConstructorParameters[0]; -const developerDocsSites: SentryGlobalSearchConfig = [ - 'develop', - 'zendesk_sentry_articles', - 'docs', - 'blog', -]; +const developerDocsSites: SentryGlobalSearchConfig = ['develop', 'docs', 'blog']; const userDocsSites: SentryGlobalSearchConfig = [ { @@ -57,7 +52,6 @@ const userDocsSites: SentryGlobalSearchConfig = [ platformBias: true, legacyBias: true, }, - 'zendesk_sentry_articles', 'develop', 'blog', ];