Skip to content

Commit 1500433

Browse files
committed
Add minor edits
1 parent 9848161 commit 1500433

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
File renamed without changes.

docs/pricing/enterprise-starter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Enterprise Starter plan supports a variety of AI and search-based features l
2929

3030
| **AI features** | **Code Search** | **Management** | **Support** |
3131
| ---------------------------------------- | ------------------------------ | --------------------------------------------------------- | ------------------------- |
32-
| Unlimited autocomplete and chat messages | Indexed Code Search | Simplified admin experience with UI-based repo-management | Support with limited SLAs |
32+
| Code autocompletions and chat messages | Indexed Code Search | Simplified admin experience with UI-based repo-management | Support with limited SLAs |
3333
| Powerful LLM models for chat | Indexed Symbol Search | User management | - |
3434
| Omnibox intent detection | Searched based code-navigation | GitHub code host integration | - |
3535
| Cody integration | - | - | - |

docs/pricing/free.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<p className="subtitle">Learn about the Sourcegraph's Free plan and the features included.</p>
44

5-
Sourcegraph's Free plan is designed for hobbyists, and light usage is aimed at users with personal projects and small-scale applications. It offers an AI editor assistant with a generous set of features for individual users, like unlimited autocompletion and multiple LLM choices for chat.
5+
Sourcegraph's Free plan is designed for hobbyists, and light usage is aimed at users with personal projects and small-scale applications. It offers an AI editor assistant with a generous set of features for individual users, like autocompletion and multiple LLM choices for chat.
66

77
## Features
88

99
The Free plan includes the following features:
1010

1111
| **AI features** | **Compatibility** | **Deployment** | **Admin/Security** | **Support** |
1212
| ----------------------------------------------------------------------------- | --------------------------------------------------- | ------------------ | ------------------------------------------ | ---------------------- |
13-
| Unlimited autocompletions | VS Code, JetBrains IDEs, Visual Studio, and Eclipse | Multi-tenant Cloud | SSO/SAML with basic GitHub, GitLab, Google | Community support only |
13+
| Autocompletions | VS Code, JetBrains IDEs, Visual Studio, and Eclipse | Multi-tenant Cloud | SSO/SAML with basic GitHub, GitLab, Google | Community support only |
1414
| 200 chat messages and prompts per month | All popular coding languages | - | - | - |
1515
| Multiple LLM selection (Claude 3.5 Sonnet, Gemini 1.5 Pro and Flash, Mixtral) | Natural language search | - | - | - |
1616
| Support for local Ollama models | All major codehosts (GitHub, GitLab, Bitbucket) | - | - | - |
@@ -27,7 +27,7 @@ The Enterprise Starter plan provides extended usage limits and advanced features
2727
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
2828
| **Description** | - AI editor assistant for hobbyists or light usage | - AI and search for growing organizations hosted on our cloud |
2929
| **Price** | - $0/month <br /> - 1 user | - $19/user/month <br /> - Up to 50 devs |
30-
|**AI features** | - Unlimited autocomplete <br /> - 200 chat messages and prompts per month <br /> - Multiple LLM choices for chat <br /> - Connect to local Ollama models | - Unlimited autocomplete and chat <br /> - More powerful LLMs for chat (GPT-4o, Claude 3 Opus) <br /> - Intent detection and integrated search results |
30+
|**AI features** | - Autocompletions <br /> - 200 chat messages and prompts per month <br /> - Multiple LLM choices for chat <br /> - Connect to local Ollama models | - Code autocomplete and chat <br /> - More powerful LLMs for chat (GPT-4o, Claude 3 Opus) <br /> - Intent detection and integrated search results |
3131
| **Code Search features** | N/A | - Code Search <br /> - Symbol Search |
3232
| **Deployment types** | - Multi-tenant Coud | - Multi-tenant Cloud <br /> - Private Workspace <br /> - Privately indexed code (100 repos) |
3333
| **Compatibility** | - VS Code, JetBrains IDEs, Visual Studio, and Eclipse <br /> - All popular coding languages <br /> Natural language search <br /> - All major code hosts | - VS Code, JetBrains IDEs, Visual Studio, and Eclipse <br /> - All popular coding languages <br /> Natural language search <br /> - Code hosted on GitHub |

src/data/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ export const navigation: NavigationItem[] = [
313313
title: "Enterprise Starter",
314314
href: "/pricing/enterprise-starter",
315315
sections: [
316-
{ title: "Billing", href: "/pricing/billing" },
316+
{ title: "Billing", href: "/pricing/billing-faq" },
317317

318318
],
319319
},

0 commit comments

Comments
 (0)