Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
Closed
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
4 changes: 4 additions & 0 deletions website/src/components/PricingTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ const DATA: PricingItemCategory[] = [
url: 'https://docs.sourcegraph.com/admin/repo/permissions',
plans: ENTERPRISE_PLAN,
},
{
name: 'Custom branding with your logo',
plans: ENTERPRISE_PLAN,
},
{
name: 'External database storage',
url: 'https://docs.sourcegraph.com/admin/external_database',
Expand Down
1 change: 1 addition & 0 deletions website/src/pages/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default ((props: any) => (
id: 'deployment',
},
{ name: 'Cloud-managed option', id: 'deployment' },
{ name: 'Custom branding with your logo', id: 'admin' },
{ name: 'Priority support', id: 'support' },
]}
plusEverythingIn="Core"
Expand Down