Skip to content

Commit ea34266

Browse files
authored
Add Enterprise Portal documentation (#1254)
Adds customer facing docs for Enterprise Portal detailing what the service is, how to access it, and what services are currently available through it. Closes CORE-1147 Closes CORE-1087
1 parent 32f44b8 commit ea34266

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Before the dependencies are installed make sure your local machine has the follo
2525
* node: `v20.8.1`
2626
* pnpm: `8.13.1`
2727

28-
**Note**: If you have `asdf` available you can install the above versions for only this repository by running the following command from your terminal in the root folder:
28+
**Note**: If you have `mise` available you can install the above versions for only this repository by running the following command from your terminal in the root folder:
2929

3030
```sh
31-
asdf install
31+
mise install
3232
```
3333

3434
Now that the base requirements of the project have been satisfied, we can install the required dependencies to run the development server!

docs/enterprise-portal/index.mdx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Sourcegraph Enterprise Portal
2+
3+
Sourcegraph Enterprise Portal is a tool for viewing your enterprise subscription and managing user access to Sourcegraph operated services.
4+
5+
<QuickLinks>
6+
<QuickLink title="Sourcegraph Enterprise Portal" href="https://enterprise-portal.sourcegraph.com" description="Open Enterprise Portal" icon='theming'/>
7+
</QuickLinks>
8+
9+
## Accessing Sourcegraph Enterprise Portal
10+
11+
A [Sourcegraph Account](/sourcegraph-accounts) is required to access Sourcegraph Enterprise Portal. To manage a subscription a user must be added as a **Subscription admin** for the subscription.
12+
13+
![Sourcegraph Enterprise Portal subscription](https://storage.googleapis.com/sourcegraph-assets/Docs/enterprise-portal-manage.png)
14+
15+
16+
## Subscription admin management
17+
18+
A subscription admin is a user with full access to the subscription in Enterprise Portal. Subscription admins can grant and revoke admin access to other users.
19+
20+
![Sourcegraph Enterprise Portal admin management](https://storage.googleapis.com/sourcegraph-assets/Docs/enterprise-portal-admins.png)
21+
22+
Users can be invited individually or in bulk. If there is no [Sourcegraph Account](/sourcegraph-accounts) associated with an invited user's email address an account will be created for them. Newly created users are sent an email with instructions to reset their password to access Enterprise Portal.
23+
24+
25+
## Services
26+
27+
### Sourcegraph Analytics access
28+
29+
Subscription admins can view [Sourcegraph Analytics](/analytics) for the subscription.
30+
31+
![Sourcegraph Enterprise Portal analytics](https://storage.googleapis.com/sourcegraph-assets/Docs/enterprise-portal-analytics.png)

src/data/navigation.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,10 @@ export const navigation: NavigationItem[] = [
498498
}
499499
]
500500
},
501+
{
502+
title: 'Sourcegraph Enterprise Portal',
503+
href: '/enterprise-portal'
504+
},
501505
{
502506
title: 'Sourcegraph Cloud',
503507
href: '/cloud'

0 commit comments

Comments
 (0)