Skip to content

Commit 7e6e069

Browse files
jclement136sabrowning1rachaelrenk
authored
Horizontal Enterprise Account Navigation [GA] (#54774)
Co-authored-by: Sam Browning <[email protected]> Co-authored-by: Rachael Rose Renk <[email protected]>
1 parent 7a98111 commit 7e6e069

File tree

15 files changed

+19
-14
lines changed

15 files changed

+19
-14
lines changed

content/admin/managing-your-enterprise-account/creating-an-enterprise-account.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following changes also apply to single organizations that are automatically
5454
* **Enterprise account name:** During the upgrade, the new enterprise account name will match your organization name or be as close as possible if taken. You can rename it after the upgrade.
5555
* **SAML SSO:** Existing SAML SSO will stay at the organization level after being added to the new enterprise account. You can configure SSO at the enterprise level post-upgrade, which will override the organization level. Existing PATs and SAML-authorized tokens will remain unchanged.
5656
* **Policies:** The new enterprise account starts with no policies, so existing organization policies won't be overridden.
57-
* **Spending limits:** Existing organization spending limits transfer to the new enterprise account. Post-upgrade, billing is handled at the enterprise level. To adjust spending limits, under "Settings" in the enterprise account sidebar, select **Billing**.
57+
* **Spending limits:** Existing organization spending limits transfer to the new enterprise account. Post-upgrade, billing is handled at the enterprise level. To adjust spending limits, at the top of the page, click {% octicon "credit-card" aria-hidden="true" %} **Billing & Licensing**.
5858
* **Coupons:** Existing coupons will carry over to the new enterprise account with no interruptions.
5959
* **Workflow permissions:** The new enterprise account will inherit your organization's workflow permissions. If the organization has a permissive setting ("Read and write"), the enterprise account will also default to permissive. Otherwise, it defaults to restrictive ("Read repository contents and packages"). For workflows with the id-token permission, the default changes to read-only due to a February 2023 update. Add an explicit permissions block in these workflows to grant the required permissions.
6060

content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/exporting-server-statistics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To learn more about {% data variables.product.prodname_github_connect %}, see [A
2424

2525
{% data reusables.enterprise-accounts.access-enterprise %}
2626

27-
1. On the left side of the page, in the enterprise account sidebar, click **GitHub Connect**.
27+
1. {% ifversion horizontal-nav %}At the top of the page, in the enterprise account sidebar, click {% octicon "plug" aria-hidden="true" %} **GitHub Connect**.{% else %}On the left side of the page, in the enterprise account sidebar, click {% octicon "plug" aria-hidden="true" %} **GitHub Connect**.{% endif %}
2828

2929
{% data reusables.server-statistics.csv-download %}
3030

content/billing/managing-billing-for-your-products/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can view the enterprise account's current license limits and usage.
6666

6767
{% endif %}
6868
{%- ifversion ghec -%}
69-
1. Optionally, to see a detailed breakdown of usage per organization{% ifversion secret-scanning-user-owned-repos %} and user namespace when using {% data variables.product.prodname_emus %}{% endif %}, in the enterprise account sidebar, click **Billing**.
69+
1. Optionally, to see a detailed breakdown of usage per organization{% ifversion secret-scanning-user-owned-repos %} and user namespace when using {% data variables.product.prodname_emus %}{% endif %}, click {% octicon "credit-card" aria-hidden="true" %} **Billing & Licensing**.
7070

7171
In the “{% data variables.product.prodname_GH_advanced_security %}” section, you can see a summary of your current license usage, as well as the number of committers and unique committers for each organization{% ifversion secret-scanning-user-owned-repos %} and user namespace when using {% data variables.product.prodname_emus %}{% endif %}. The organizations{% ifversion secret-scanning-user-owned-repos %} and user namespaces{% endif %} in the billing table are sorted by the highest number of unique committers in descending order.
7272
{% endif %}

content/billing/using-the-billing-platform/about-billing-for-your-enterprise.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To check if you have access:
6464

6565
{% data reusables.enterprise-accounts.access-enterprise %}
6666

67-
If you have access, there will be a **{% octicon "credit-card" aria-hidden="true" %} Billing & Licensing** option in the enterprise account sidebar.
67+
If you have access, there will be a **{% octicon "credit-card" aria-hidden="true" %} Billing & Licensing** option {% ifversion horizontal-nav %}at the top of the page.{% else %}in the enterprise account sidebar.{% endif %}
6868

6969
{% endif %}
7070

content/billing/using-the-new-billing-platform/roles-for-the-new-billing-platform.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The invited person will receive an invitation email asking them to become a bill
6363
{% data reusables.profile.org_settings %}
6464
1. If you are an organization owner, in the "Access" section of the sidebar, click **{% octicon "credit-card" aria-hidden="true" %} Billing and plans**.
6565
1. Click the link in the text box, **Enterprise account billing settings**, which will direct you to your organizations billing settings page.
66-
1. On the left side of the page, in the enterprise account sidebar, click **{% octicon "person" aria-hidden="true" %} People**.
66+
1. {% ifversion horizontal-nav %}At the top of the page, click {% octicon "person" aria-hidden="true" %} **People**{% else %}On the left side of the page, in the enterprise account sidebar, click {% octicon "person" aria-hidden="true" %} **People**{% endif %}.
6767
1. Under "People", click **Administrators**.
6868
1. Above the list of administrators, click **Invite admin**.
6969
1. Type the username, full name, or email address of the person you want to invite, then select the appropriate person from the results.

data/features/horizontal-nav.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Reference: #17228
2+
# Move Enterprise navigation from left sidebar to top of page
3+
versions:
4+
ghec: '*'
5+
ghes: '>3.16'
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. On the left side of the page, in the enterprise account sidebar, click **{% octicon "credit-card" aria-hidden="true" %} Billing & Licensing**.
1+
1. {% ifversion horizontal-nav %}At the top of the page, click **{% octicon "credit-card" aria-hidden="true" %} Billing & Licensing**.{% else %}On the left side of the page, in the enterprise account sidebar, click **{% octicon "credit-card" aria-hidden="true" %} Billing & Licensing**.{% endif %}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. On the left side of the page, in the enterprise account sidebar, click **{% octicon "shield" aria-hidden="true" %} Code Security**.
1+
1. {% ifversion horizontal-nav %}At the top of the page, click **{% octicon "shield" aria-hidden="true" %} Code Security**.{% else %}On the left side of the page, in the enterprise account sidebar, click **{% octicon "shield" aria-hidden="true" %} Code Security**.{% endif %}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. On the left side of the page, in the enterprise account sidebar, click **{% octicon "credit-card" aria-hidden="true" %} Billing & Licensing** (visible if you use the new billing platform). Alternatively, click **{% octicon "gear" aria-hidden="true" %} Settings** and then **Billing**.
1+
1. {% ifversion horizontal-nav %}At the top of the page, click **{% octicon "credit-card" aria-hidden="true" %} Billing & Licensing** (visible if you use the new billing platform). Alternatively, click **{% octicon "gear" aria-hidden="true" %} Settings** and then **Billing**.{% else %}On the left side of the page, in the enterprise account sidebar, click **{% octicon "credit-card" aria-hidden="true" %} Billing & Licensing** (visible if you use the new billing platform). Alternatively, click **{% octicon "gear" aria-hidden="true" %} Settings** and then **Billing**.{% endif %}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. On the left side of the page, in the enterprise account sidebar, click **{% octicon "checklist" aria-hidden="true" %} Compliance**.
1+
1. {% ifversion horizontal-nav %}At the top of the page, click **{% octicon "checklist" aria-hidden="true" %} Compliance**.{% else %}On the left side of the page, in the enterprise account sidebar, click **{% octicon "checklist" aria-hidden="true" %} Compliance**.{% endif %}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. In the enterprise account sidebar, click **{% octicon "plug" aria-hidden="true" %} {% data variables.product.prodname_github_connect %}**.
1+
1. {% ifversion horizontal-nav %}At the top of the page, click **{% octicon "plug" aria-hidden="true" %} {% data variables.product.prodname_github_connect %}**.{% else %}On the left side of the page, in the enterprise account sidebar, click **{% octicon "plug" aria-hidden="true" %} {% data variables.product.prodname_github_connect %}**.{% endif %}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. On the left side of the page, in the enterprise account sidebar, click **Identity provider**.
1+
1. {% ifversion horizontal-nav %}At the top of the page, click **Identity provider**.{% else %}On the left side of the page, in the enterprise account sidebar, click **Identity provider**.{% endif %}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. On the left side of the page, in the enterprise account sidebar, click **{% octicon "person" aria-hidden="true" %} People**.
1+
1. {% ifversion horizontal-nav %}At the top of the page, click **{% octicon "person" aria-hidden="true" %} People**.{% else %}On the left side of the page, in the enterprise account sidebar, click **{% octicon "person" aria-hidden="true" %} People**.{% endif %}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. On the left side of the page, in the enterprise account sidebar, click **{% octicon "law" aria-hidden="true" %} Policies**.
1+
1. {% ifversion horizontal-nav %}At the top of the page, click **{% octicon "law" aria-hidden="true" %} Policies**.{% else %}On the left side of the page, in the enterprise account sidebar, click **{% octicon "law" aria-hidden="true" %} Policies**.{% endif %}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. On the left side of the page, in the enterprise account sidebar, click **{% octicon "gear" aria-hidden="true" %} Settings**.
1+
1. {% ifversion horizontal-nav %}At the top of the page, click {% octicon "gear" aria-hidden="true" %} **Settings**{% else %}On the left side of the page, in the enterprise account sidebar, click {% octicon "gear" aria-hidden="true" %} **Settings**{% endif %}.

0 commit comments

Comments
 (0)