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

This file was deleted.

2 changes: 0 additions & 2 deletions src/content/docs/support-and-community/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ description: >-
Contact Warp support, join the community, and find help for bugs, billing,
and enterprise issues.
---
import { VARS } from '@data/vars';

## Contact support

Expand Down Expand Up @@ -55,7 +54,6 @@ We host [live events](https://luma.com/warpdotdev) year-round — product demos,

* [**Warp Preview**](/support-and-community/community/warp-preview-and-alpha-program/) — Try experimental features before anyone else. Your feedback directly shapes what ships.
* [**Refer a Friend**](/support-and-community/community/refer-a-friend/) — Send Warp to a developer you think would love it. Earn themes, swag, and gift cards.
* [**{VARS.WARP_AUTOMATION_PLATFORM} Open Source Partnership**](/support-and-community/community/open-source-partnership/) — Free agent credits for high-impact open source projects.

:::note
**Ambassador program**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,9 @@ If you need access to advanced collaboration features or higher limits, you may

### Are there any Warp discounts for students, non-profits, or open-source teams?

Warp doesn’t currently offer discounts for students or non-profits. We recommend exploring the Free plan, which includes all core terminal features and is a great starting point for individual or community use.
Warp doesn’t currently offer discounts or program credits for students or non-profits. We recommend exploring the Free plan, which includes all core terminal features and is a great starting point for individual or community use.

For open source teams, two paths are available:

* The [{VARS.WARP_AUTOMATION_PLATFORM} Open Source Partnership](/support-and-community/community/open-source-partnership/) program offers free agent credits to high-impact open source projects.
* Warp's client itself is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE-AGPL), so you can build, run, and contribute to it directly. See [Contributing to Warp](/support-and-community/community/contributing/) for the flow.
Warp's client itself is open source under [AGPL v3](https://github.com/warpdotdev/warp/blob/master/LICENSE-AGPL), so open source teams can build, run, and contribute to it directly. See [Contributing to Warp](/support-and-community/community/contributing/) for the flow.

### Where is Warp Drive data for my team stored?

Expand Down
1 change: 0 additions & 1 deletion src/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,6 @@ export const sidebarTopics: StarlightSidebarTopicsUserConfig = [
'support-and-community/community/contributing',
'support-and-community/community/warp-preview-and-alpha-program',
{ slug: 'support-and-community/community/refer-a-friend', label: 'Refer a Friend & Earn Rewards' },
'support-and-community/community/open-source-partnership',
],
},
],
Expand Down
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3017,6 +3017,11 @@
"destination": "/getting-started/keyboard-shortcuts/",
"statusCode": 308
},
{
"source": "/support-and-community/community/open-source-partnership(/?)",
"destination": "/support-and-community/community/contributing/",
"statusCode": 308
},
{
"source": "/support-and-community/community/refer-a-friend#referral-program-terms-and-conditions",
"destination": "/support-and-community/community/refer-a-friend/",
Expand Down
Loading