Skip to content

Commit baf828c

Browse files
committed
Add repo management docs
1 parent b8e1df4 commit baf828c

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

docs/pricing/enterprise-starter.mdx

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

33
<p className="subtitle">Learn about the Enterprise Starter plan tailored for individuals and teams wanting private code indexing and search to leverage the Sourcegraph platform better.</p>
44

5-
The Enterprise Starter plan offers a multi-tenant Sourcegraph instance designed for individuals and teams. It offers the core features of a traditional Sourcegraph instance but with a simplified management experience. This plan provides a fully managed version of Sourcegraph (AI + code search + omnibox, with privately indexed code) through a self-serve flow.
5+
The Enterprise Starter plan offers a multi-tenant Sourcegraph instance designed for individuals and teams. It provides the core features of a traditional Sourcegraph instance but with a simplified management experience. This plan provides a fully managed version of Sourcegraph (AI + code search + omnibox, with privately indexed code) through a self-serve flow.
66

77
## Team seats
88

@@ -44,7 +44,7 @@ Sourcegraph Enterprise Starter offers the following limits:
4444

4545
## Workspace settings
4646

47-
After creating a new workspace, you can switch views between your personal and workspace accounts. Once you are in your workspace, you can configure the **Workspace settings**. These include options for:
47+
After creating a new workspace, you can switch views between your personal and workspace accounts. You can configure different **Workspace settings**. These include options for:
4848

4949
- **General Settings**: Helps you configure how your workspace is described or accessed with options like workspace name, URL, and deleting the workspace
5050
- **Users**: Manage permissions, assign seats, or invite new users
@@ -54,6 +54,38 @@ After creating a new workspace, you can switch views between your personal and w
5454

5555
![workspace-settings](https://storage.googleapis.com/sourcegraph-assets/Docs/workspace-settings-125.jpg)
5656

57+
## Getting started with workspace
58+
59+
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.
60+
61+
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.
62+
63+
![member-authorization](https://storage.googleapis.com/sourcegraph-assets/Docs/member-authorization.jpg)
64+
65+
## Repository Management
66+
67+
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.
68+
69+
![repo-management](https://storage.googleapis.com/sourcegraph-assets/Docs/repo-management.jpg)
70+
71+
From here, you can:
72+
73+
- Use the public code search to add and index open source repos in your workspace
74+
- Add multiple organizations to index private repos
75+
76+
When you add a new organization, you must authorize access and permission for all repositories or selected ones. To index a repository from your organization,
77+
78+
- Click and select it from the repository list
79+
- Next, from the search bar, type the repo name you are looking for
80+
- Click it to add the repository to your workspace
81+
- The status of the repos will change to **TO BE ADDED** in the right sidebar with a **Save Changes** button
82+
- Next, the repo gets a **QUEUED** status, and it takes some time to process
83+
- Finally, it gets indexed with a **CLONED** status
84+
85+
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.
86+
87+
![repo-list](https://storage.googleapis.com/sourcegraph-assets/Docs/repo-list.jpg)
88+
5789
## Downgrading Enterprise Starter
5890

5991
To downgrade your Enterprise Starter, there are two options:

0 commit comments

Comments
 (0)