Fix versioning and procedures for GitHub Enterprise licensing views (#16083)
This commit is contained in:
@@ -27,6 +27,8 @@ For more information about member access and management, see "[Managing users in
|
||||
|
||||
For more information about managing enterprise accounts using the GraphQL API, see "[Enterprise accounts](/v4/guides/managing-enterprise-accounts)."
|
||||
|
||||
{% if currentVersion == "free-pro-team@latest" %}
|
||||
|
||||
### Managing organizations linked to your enterprise account
|
||||
|
||||
Organizations are shared accounts where groups of people can collaborate across many projects at once. Owners can manage member access to the organization's data and projects with sophisticated security and administrative features. For more information, see "[About organizations](/articles/about-organizations)."
|
||||
@@ -35,6 +37,8 @@ Enterprise owners can create organizations and link them to the enterprise. Afte
|
||||
|
||||
For more information, see "[Managing organizations in your enterprise account](/articles/managing-organizations-in-your-enterprise-account)" and "[Setting policies for organizations in your enterprise account](/articles/setting-policies-for-organizations-in-your-enterprise-account)."
|
||||
|
||||
{% endif %}
|
||||
|
||||
### Managing {% data variables.product.prodname_ghe_server %} licenses linked to your enterprise account
|
||||
|
||||
{% data reusables.enterprise-accounts.admin-managing-licenses %}
|
||||
|
||||
@@ -6,6 +6,7 @@ redirect_from:
|
||||
- /categories/setting-up-and-managing-your-enterprise-account
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
enterprise-server: '*'
|
||||
---
|
||||
|
||||
|
||||
|
||||
@@ -6,6 +6,5 @@ redirect_from:
|
||||
- /articles/managing-organizations-in-your-enterprise-account
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
enterprise-server: '*'
|
||||
---
|
||||
|
||||
|
||||
@@ -6,5 +6,6 @@ redirect_from:
|
||||
- /articles/managing-your-enterprise-account
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
enterprise-server: '*'
|
||||
---
|
||||
|
||||
|
||||
@@ -6,6 +6,5 @@ redirect_from:
|
||||
- /articles/setting-policies-for-organizations-in-your-enterprise-account
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
enterprise-server: '*'
|
||||
---
|
||||
|
||||
|
||||
@@ -18,7 +18,8 @@ Enterprise accounts are currently available to {% data variables.product.prodnam
|
||||
|
||||
{% data reusables.enterprise-accounts.access-enterprise %}
|
||||
{% data reusables.enterprise-accounts.settings-tab %}
|
||||
{% data reusables.enterprise-accounts.enterprise-licensing-tab %}
|
||||
4. Under "User licenses", view your total licenses, number of consumed licenses, and your subscription expiration date.
|
||||

|
||||
5. To view details of the user licenses currently in use, click **View details**.
|
||||
{% data reusables.enterprise-accounts.license-tab %}
|
||||
4. Under "User {% if currentVersion == "free-pro-team@latest" %}Licenses{% else %}licenses{% endif %}", view your total licenses, number of consumed licenses, and your subscription expiration date.
|
||||
{% if currentVersion == "free-pro-team@latest" %}{% else %}
|
||||
{% endif %}
|
||||
5. To view details of the user licenses currently in use, click **View {% if currentVersion == "free-pro-team@latest" %}details{% else %}users{% endif %}**.
|
||||
|
||||
Reference in New Issue
Block a user