Skip to content
Open
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
8 changes: 1 addition & 7 deletions src/components/search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,7 @@ const randomUserToken = (() => {
// this type is not exported from the global-search package
type SentryGlobalSearchConfig = ConstructorParameters<typeof SentryGlobalSearch>[0];

const developerDocsSites: SentryGlobalSearchConfig = [
'develop',
'zendesk_sentry_articles',
'docs',
'blog',
];
Comment thread
cursor[bot] marked this conversation as resolved.
const developerDocsSites: SentryGlobalSearchConfig = ['develop', 'docs', 'blog'];

const userDocsSites: SentryGlobalSearchConfig = [
{
Expand All @@ -57,7 +52,6 @@ const userDocsSites: SentryGlobalSearchConfig = [
platformBias: true,
legacyBias: true,
},
'zendesk_sentry_articles',
'develop',
'blog',
];
Expand Down
Loading