diff --git a/src/content/docs/support-and-community/community/open-source-partnership.mdx b/src/content/docs/support-and-community/community/open-source-partnership.mdx deleted file mode 100644 index d704499e9..000000000 --- a/src/content/docs/support-and-community/community/open-source-partnership.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "{{WARP_AUTOMATION_PLATFORM}} Open Source Partnership" -description: >- - Warp supports high-impact open source projects with free agent credits - through the {{WARP_AUTOMATION_PLATFORM}} Open Source Partnership program. ---- -import { VARS } from '@data/vars'; - -Warp is committed to supporting the open source community. Through the {VARS.WARP_AUTOMATION_PLATFORM} Open Source Partnership program, we offer free agent usage credits to high-impact open source projects, helping maintainers and contributors accelerate their development workflows. - -## What you get - -* **Free {VARS.WARP_AUTOMATION_PLATFORM} credits** - Receive complimentary credits to run agents on your open source project -* **Agent access** - Use cloud agents to automate tasks like code review, bug triage, documentation, and more across your repositories -* **Ongoing support** - Warp partners with accepted projects to ensure they get the most value from agents - -## Who can apply - -The {VARS.WARP_AUTOMATION_PLATFORM} Open Source Partnership program is designed for actively maintained, high-impact open source projects. When reviewing applications, we consider factors like community size, project activity, and the potential impact of agents on your workflow. - -:::note -Have questions about the program? Reach out to us at [support@warp.dev](mailto:support@warp.dev). -::: - -## How to apply - -Tell us about your open source project by filling out the [application form](https://tally.so/r/LZWxqG). We'll review your submission and follow up with next steps. - -:::note -The {VARS.WARP_AUTOMATION_PLATFORM} Open Source Partnership program provides free agent credits for open source projects. This is separate from Warp's open source client — the Warp client is published under AGPL v3 at [`warpdotdev/warp`](https://github.com/warpdotdev/warp); see [Contributing to Warp](/support-and-community/community/contributing/). For sponsorship opportunities for your project, reach out to [partnerships@warp.dev](mailto:partnerships@warp.dev). -::: diff --git a/src/content/docs/support-and-community/index.mdx b/src/content/docs/support-and-community/index.mdx index fff6f15a9..dc218ba6a 100644 --- a/src/content/docs/support-and-community/index.mdx +++ b/src/content/docs/support-and-community/index.mdx @@ -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 @@ -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** diff --git a/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx b/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx index 2041007ea..e36276e77 100644 --- a/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx +++ b/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx @@ -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? diff --git a/src/sidebar.ts b/src/sidebar.ts index 9bcdf3828..f4ab3516b 100644 --- a/src/sidebar.ts +++ b/src/sidebar.ts @@ -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', ], }, ], diff --git a/vercel.json b/vercel.json index 33467c0d9..c8691eda4 100644 --- a/vercel.json +++ b/vercel.json @@ -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/",