Skip to content
Merged
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
25 changes: 16 additions & 9 deletions docs/pricing/plans/enterprise-starter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ The Enterprise Starter plan supports a variety of search-based features like:
| ------------------------------ | --------------------------------------------------------- | ------------------------- |
| Indexed Code Search | Simplified admin experience with UI‑based repo‑management | Support with limited SLAs |
| Indexed Symbol Search | User management | - |
| Searched‑based code‑navigation | GitHub code host integration | - |
| Searched‑based code‑navigation | Code host integrations (GitHub, GitLab.com, Bitbucket Cloud) | - |

## Limits

Sourcegraph Enterprise Starter offers the following limits:

- Max 50 users per workspace
- Max 500 users per workspace
- Max 100 repos per workspace
- Starts with 5 GB of storage
- 1 GB storage per seat added
- 10 GB max total storage
- Starts with 25 GB of storage
- 5 GB storage per seat added
- 50 GB max total storage

## Workspace settings

Expand All @@ -57,17 +57,24 @@ After creating a new workspace, you can switch views between your personal and w

## Getting started with workspace

A workspace admin can invite new members to their workspace using their team member's email address. Once the team member accepts the invitation, they will be added to the workspace and assigned the member role. Next, the member is asked to connect and authorize the code host (GitHub) to access the private repositories indexed in your Sourcegraph account.
A workspace admin can invite new members to their workspace using their team member's email address. Once the team member accepts the invitation, they will be added to the workspace and assigned the member role.

If you skip this step, the member won't be able to access any of the private repositories they have access to. However, they can still use the public search via the Sourcegraph code search bar.
If the workspace includes GitHub repositories, the member will be asked to connect and authorize GitHub to access those private repositories. This authorization step is only required for GitHub repositories. For GitLab.com and Bitbucket Cloud repositories, no additional authorization is needed.

Without GitHub authorization, members cannot access private GitHub repositories but can access all other repositories (GitLab.com, Bitbucket Cloud) and use the public search via the Sourcegraph code search bar.

![member-authorization](https://storage.googleapis.com/sourcegraph-assets/Docs/member-authorization.jpg)

## Repository Management

From the Repository Management settings, workspace admins can configure various settings for connecting code hosts and indexing repositories in their workspace. You can index up to 100 repos per workspace.

![repo-management](https://storage.googleapis.com/sourcegraph-assets/Docs/repo-management.jpg)
**Repository permissions**:

- **GitHub** provides repository-level permissions that are reflected in Sourcegraph.
- **GitLab.com** and **Bitbucket Cloud** repositories are accessible to all workspace members regardless of the member's permissions on the external code host.

![repo-management](https://storage.googleapis.com/sourcegraph-assets/Docs/repo-management-new.png)

From here, you can:

Expand All @@ -85,4 +92,4 @@ When you add a new organization, you must authorize access and permission for al

As you add more repos, you get logs for the number of repos added, storage used, and their status. To remove any repo from your workspace, click the repo name that changes the repo status **TO BE REMOVED**. Click the **Save Changes** button to confirm it.

![repo-list](https://storage.googleapis.com/sourcegraph-assets/Docs/repo-list.jpg)
![repo-list](https://storage.googleapis.com/sourcegraph-assets/Docs/sidebar-new.png)