Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Before the dependencies are installed make sure your local machine has the follo
* node: `v20.8.1`
* pnpm: `8.13.1`

**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:
**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:

```sh
asdf install
mise install
```

Now that the base requirements of the project have been satisfied, we can install the required dependencies to run the development server!
Expand Down
31 changes: 31 additions & 0 deletions docs/enterprise-portal/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Sourcegraph Enterprise Portal

Sourcegraph Enterprise Portal is a tool for viewing your enterprise subscription and managing user access to Sourcegraph operated services.

<QuickLinks>
<QuickLink title="Sourcegraph Enterprise Portal" href="https://enterprise-portal.sourcegraph.com" description="Open Enterprise Portal" icon='theming'/>
</QuickLinks>

## Accessing Sourcegraph Enterprise Portal

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.

![Sourcegraph Enterprise Portal subscription](https://storage.googleapis.com/sourcegraph-assets/Docs/enterprise-portal-manage.png)


## Subscription admin management

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.

![Sourcegraph Enterprise Portal admin management](https://storage.googleapis.com/sourcegraph-assets/Docs/enterprise-portal-admins.png)

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.


## Services

### Sourcegraph Analytics access

Subscription admins can view [Sourcegraph Analytics](/analytics) for the subscription.

![Sourcegraph Enterprise Portal analytics](https://storage.googleapis.com/sourcegraph-assets/Docs/enterprise-portal-analytics.png)
4 changes: 4 additions & 0 deletions src/data/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ export const navigation: NavigationItem[] = [
}
]
},
{
title: 'Sourcegraph Enterprise Portal',
href: '/enterprise-portal'
},
{
title: 'Sourcegraph Cloud',
href: '/cloud'
Expand Down