Skip to content

Commit

Permalink
Fix formatting of text with octicons - part 1 (github#35348)
Browse files Browse the repository at this point in the history
  • Loading branch information
akordowski authored Nov 19, 2024
1 parent b36fb9a commit f165cec
Show file tree
Hide file tree
Showing 27 changed files with 37 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you use Gravatar, and your Gravatar image is associated with the email you us
### Resetting your profile picture to the identicon

{% data reusables.user-settings.access_settings %}
1. Under "Profile Picture", select {% octicon "pencil" aria-hidden="true" %} **Edit**, then click **Remove photo** to revert to your identicon.
1. Under "Profile Picture", select **{% octicon "pencil" aria-hidden="true" %} Edit**, then click **Remove photo** to revert to your identicon.

If your email address is associated with a [Gravatar](https://en.gravatar.com/), you cannot revert to your identicon. Click **Revert to Gravatar** instead.

Expand Down Expand Up @@ -151,7 +151,7 @@ If you select the "Busy" option, when people @mention your username, assign you

![Screenshot of a draft comment. "@octocat" is written in the text field, and "The Octocat (busy)" is suggested.](/assets/images/help/profile/username-with-limited-availability-text.png)

1. In the top right corner of {% data variables.product.prodname_dotcom %}, select your profile photo, then click {% octicon "smiley" aria-hidden="true" %} **Set status** or, if you already have a status set, click your current status.
1. In the top right corner of {% data variables.product.prodname_dotcom %}, select your profile photo, then click **{% octicon "smiley" aria-hidden="true" %} Set status** or, if you already have a status set, click your current status.

{% ifversion global-nav-update %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You can also find a list of your recently visited repositories, teams, and proje
The feed is designed to help you discover relevant content from projects you follow, keep up with your friends and community members, and track recent activity in your communities.

You can use the {% octicon "filter" aria-hidden="true" %} **Filter** dropdown in the upper right corner to filter the feed to show only the exact event types you'd like to see. For example, you'll see updates when someone you follow:
You can use the **{% octicon "filter" aria-hidden="true" %} Filter** dropdown in the upper right corner to filter the feed to show only the exact event types you'd like to see. For example, you'll see updates when someone you follow:

* Stars a repository
* Follows another user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ After using an action from {% data variables.product.prodname_dotcom_the_website

{% data reusables.enterprise-accounts.access-enterprise-emu %}
{% data reusables.enterprise-accounts.settings-tab %}
1. Under {% octicon "gear" aria-hidden="true" %} **Settings**, click **Retired namespaces**.
1. Under **{% octicon "gear" aria-hidden="true" %} Settings**, click **Retired namespaces**.
1. To the right of the namespace that you want use in your enterprise, click **Unretire**.
1. Go to the relevant organization and create a new repository.

Expand Down
2 changes: 1 addition & 1 deletion content/actions/writing-workflows/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This guide assumes that:
* You have a repository on {% data variables.product.github %} where you can add files.
* You have access to {% data variables.product.prodname_actions %}.

> [!NOTE] If the {% octicon "play" aria-hidden="true" %} **Actions** tab is not displayed under the name of your repository on {% data variables.product.prodname_dotcom %}, it may be because Actions is disabled for the repository. For more information, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository)."
> [!NOTE] If the **{% octicon "play" aria-hidden="true" %} Actions** tab is not displayed under the name of your repository on {% data variables.product.prodname_dotcom %}, it may be because Actions is disabled for the repository. For more information, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository)."
## Creating your first workflow

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ You can enable the `same-origin` referrer policy to instruct modern browsers to
{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
1. Under {% octicon "gear" aria-hidden="true" %} **Settings**, click **Authentication security**.
1. Under **{% octicon "gear" aria-hidden="true" %} Settings**, click **Authentication security**.
1. Under "User Agent Referrer Policy", select **Enable same origin referrer policy for all organizations**.
1. Click **Save**.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Regardless of the chosen policy, {% data variables.product.pat_generic_caps_plur

{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
1. Under {% octicon "law" aria-hidden="true" %} **Policies**, click **{% data variables.product.pat_generic_caps_plural %}**. {% ifversion tabbed-pat-settings-ui %}
1. Under **{% octicon "law" aria-hidden="true" %} Policies**, click **{% data variables.product.pat_generic_caps_plural %}**. {% ifversion tabbed-pat-settings-ui %}
1. Select either the **Fine-grained tokens** or **Tokens (classic)** tab to enforce this policy based on the token type. {% endif %}
1. Under **{% data variables.product.pat_v2_caps_plural %}** or **Restrict {% data variables.product.pat_v1_plural %} from accessing your organizations**, select your access policy.
1. Click **Save**.
Expand Down Expand Up @@ -70,7 +70,7 @@ Enterprise owners can manage approval requirements for each {% data variables.pr
{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
1. Under {% octicon "law" aria-hidden="true" %} **Policies**, click **{% data variables.product.pat_generic_caps_plural %}**. {% ifversion tabbed-pat-settings-ui %}
1. Under **{% octicon "law" aria-hidden="true" %} Policies**, click **{% data variables.product.pat_generic_caps_plural %}**. {% ifversion tabbed-pat-settings-ui %}
1. Select the **Fine-grained tokens** tab. {% endif %}
1. Under **Require approval of {% data variables.product.pat_v2_plural %}**, select your approval policy:
1. Click **Save**.
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ A repository owner can only configure a hook if the site administrator selected
{% data reusables.profile.enterprise_access_profile %}
1. Navigate to the repository that you want to configure pre-receive hooks for.
{% data reusables.repositories.sidebar-settings %}
1. In the left sidebar, click {% octicon "webhook" aria-hidden="true" %} **Hooks**.
1. In the left sidebar, click **{% octicon "webhook" aria-hidden="true" %} Hooks**.
1. Next to the pre-receive hook that you want to configure, select the **Hook permissions** dropdown menu, then click whether to enable or disable the pre-receive hook.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can configure the web UI for {% data variables.product.product_name %} to di

{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
1. Under {% octicon "gear" aria-hidden="true" %} **Settings**, click **Profile**.
1. Under **{% octicon "gear" aria-hidden="true" %} Settings**, click **Profile**.
1. At the top of the page, under the navigation bar, click **Custom footer**.

![Screenshot of the "Profile" page for an enterprise account. A tab, labeled "Custom footer", is outlined in dark orange.](/assets/images/enterprise/custom-footer/custom-footer-section.png)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Restoring a repository will not restore release attachments or team permissions.
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.search-user-or-org %}
{% data reusables.enterprise_site_admin_settings.click-user-or-org %}
1. In the {% octicon "repo" aria-hidden="true" %} **Repositories** section, click the {% octicon "trash" aria-hidden="true" %} **Deleted repositories** link.
1. In the **{% octicon "repo" aria-hidden="true" %} Repositories** section, click the **{% octicon "trash" aria-hidden="true" %} Deleted repositories** link.
1. Find the repository you want to restore in the deleted repositories list, then to the right of the repository name click **Restore**.
1. To confirm you would like to restore the named repository, click **Restore**.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ Dormant users are not automatically suspended. Consider suspending dormant users
{% data reusables.enterprise-accounts.enterprise-accounts-compliance-tab %}
1. Scroll to "Reports".
1. Optionally, to generate a new report, next to "Dormant Users", click **New report**.
1. Under "Recent reports", next to the report you want to download, click {% octicon "download" aria-hidden="true" %} **Download**.
1. Under "Recent reports", next to the report you want to download, click **{% octicon "download" aria-hidden="true" %} Download**.
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ You can view a list of all dormant users {% ifversion ghes %} who have not been
{% data reusables.enterprise-accounts.access-enterprise %}
1. Under "Organizations", in the search bar, begin typing the organization's name until it appears in the search results.
1. Click the name of the organization.
1. Above the organization name, click {% octicon "person" aria-hidden="true" %} **People**.
1. Above the organization name, click **{% octicon "person" aria-hidden="true" %} People**.

![Screenshot of the tabs above an organization name. The "People" tab is highlighted with an orange outline.](/assets/images/help/enterprises/emu-organization-people-tab.png)
1. Above the list of members, click **Type**, then select the type of members you want to view.
Expand Down Expand Up @@ -225,7 +225,7 @@ You can view a list of members in your enterprise who don't have an email addres
{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.verified-domains-tab %}
1. Under "Notification preferences", click the {% octicon "eye" aria-hidden="true" %} **View enterprise members without an approved or verified domain email** link.
1. Under "Notification preferences", click the **{% octicon "eye" aria-hidden="true" %} View enterprise members without an approved or verified domain email** link.
{% endif %}

## Viewing whether members in your enterprise have 2FA enabled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ You can manually sync vulnerability data from {% data variables.product.prodname
Before you can view vulnerability data, you must enable {% data variables.product.prodname_dependabot_alerts %}. For more information, see "[AUTOTITLE](/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise)."

{% data reusables.enterprise_site_admin_settings.access-settings %}
1. In the left sidebar, under {% octicon "rocket" aria-hidden="true" %} **Site admin**, click **Vulnerabilities**.
1. In the left sidebar, under **{% octicon "rocket" aria-hidden="true" %} Site admin**, click **Vulnerabilities**.
1. To sync vulnerability data, click **Sync Vulnerabilities Now**.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Once {% data variables.product.prodname_github_connect %} is configured, you can

1. From an enterprise owner account on {% data variables.product.product_name %}, navigate to the repository you want to delete from the _actions_ organization (in this example `checkout`).
1. By default, site administrators are not owners of the bundled _actions_ organization. To get the access required to delete the `checkout` repository, you must use the site admin tools. Click {% octicon "rocket" aria-label="Site admin" %} in the upper-right corner of any page in that repository.
1. Click {% octicon "shield-lock" aria-hidden="true" %} **Security** to see an overview of the security for the repository.
1. Click **{% octicon "shield-lock" aria-hidden="true" %} Security** to see an overview of the security for the repository.

![Screenshot of the site admin details for a repository. The "Security" link is highlighted with an orange outline.](/assets/images/enterprise/site-admin-settings/access-repo-security-info.png)
1. Under "Privileged access", click **Unlock**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You must remove, transfer, or delete all organizations in the enterprise before
{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
1. If you are not trialing {% data variables.product.prodname_ghe_cloud %}, delete your enterprise account:
1. Under {% octicon "gear" aria-hidden="true" %} **Settings**, click **Profile**.
1. Under **{% octicon "gear" aria-hidden="true" %} Settings**, click **Profile**.
1. In the "Danger Zone" section, click **Delete this enterprise**.
1. In the text box, type the enterprise slug to confirm the deletion, then click **Delete this enterprise**.
1. If you are trialing {% data variables.product.prodname_ghe_cloud %}, cancel your trial, or delete the expired trial:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ The Activity dashboard provides weekly, monthly, and yearly graphs of the number
## Accessing the Activity dashboard

{% ifversion global-nav-update %}
1. In the top-left corner of any page, select {% octicon "three-bars" aria-label="Open global navigation menu" %}, then click {% octicon "telescope" aria-hidden="true" %} **Explore**.
1. In the top-left corner of any page, select {% octicon "three-bars" aria-label="Open global navigation menu" %}, then click **{% octicon "telescope" aria-hidden="true" %} Explore**.

![Screenshot of the navigation bar on {% data variables.product.product_name %}. The "Open global navigation menu" icon is outlined in dark orange.](/assets/images/help/navigation/global-navigation-menu-icon.png)
{% else %}
1. At the top of any page, click **Explore**.

![Screenshot of the navigation bar at the top of the web UI for GitHub Enterprise Server. The word "Explore" is highlighted with an orange outline.](/assets/images/enterprise/settings/ent-new-explore.png)
{% endif %}
1. In the upper-right corner of the page, click {% octicon "pulse" aria-hidden="true" %} **Activity**.
1. In the upper-right corner of the page, click **{% octicon "pulse" aria-hidden="true" %} Activity**.
1. To view activity over different periods, click **This week**, **This month**, or **This year**.

![Screenshot of the activity dashboard. A line graph compares the number of pull requests merged over this week and the previous week.](/assets/images/help/enterprises/activity-dashboard.png)
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ As an alternative to exporting log events, you can use the API to retrieve audit
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.audit-log-tab %}
1. Optionally, to only export filtered results, search by one or more supported qualifiers or log filters.
1. Select the {% octicon "download" aria-hidden="true" %} **Export** dropdown menu, and click a file format.
1. Select the **{% octicon "download" aria-hidden="true" %} Export** dropdown menu, and click a file format.

## Exporting Git events data

Expand All @@ -41,8 +41,8 @@ You can also export Git events data by date range. The data is exported as a com
{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.audit-log-tab %}
1. Select the {% octicon "download" aria-hidden="true" %} **Export Git Events** dropdown menu and choose a date range to export log events for.
1. Click {% octicon "file-zip" aria-hidden="true" %} **Download Results**.
1. Select the **{% octicon "download" aria-hidden="true" %} Export Git Events** dropdown menu and choose a date range to export log events for.
1. Click **{% octicon "file-zip" aria-hidden="true" %} Download Results**.
1. To extract the JSON data, uncompress the file using an archive utility client or command. For example:

```shell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can access {% data variables.product.company_short %}'s compliance reports i

{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.enterprise-accounts-compliance-tab %}
1. Under "Resources", to the right of the report you want to access, click {% octicon "download" aria-hidden="true" %} **Download** or {% octicon "link-external" aria-hidden="true" %} **View**.
1. Under "Resources", to the right of the report you want to access, click **{% octicon "download" aria-hidden="true" %} Download** or **{% octicon "link-external" aria-hidden="true" %} View**.

{% data reusables.security.compliance-report-screenshot %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ You can cancel a trial at any time. Once the trial has expired, you can delete t

{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
1. Under {% octicon "gear" aria-hidden="true" %} **Settings**, click **Profile**.
1. Under **{% octicon "gear" aria-hidden="true" %} Settings**, click **Profile**.
1. At the bottom of the page, in the "Danger zone" section, click **Cancel trial** or **Delete trial**.

## Further reading
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In addition to reviewing {% data variables.product.prodname_github_apps %} that
> In the following steps, you will be taken to the account settings for the organization or personal account where the {% data variables.product.prodname_github_app %} is installed. The settings will affect all repositories where the app is installed under that account, not just the repository where you navigated from.
1. Navigate to the main page of the organization or repository.
1. Click {% octicon "gear" aria-label="The Settings gear" %} **Settings**.
1. Click **{% octicon "gear" aria-label="The Settings gear" %} Settings**.
1. Under "Integrations," click **GitHub Apps**. A list of the {% data variables.product.prodname_github_apps %} that have been granted access to your repository will be displayed.

1. Next to the {% data variables.product.prodname_github_app %} you want to review or modify, click **Configure**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ Your SSO sessions will persist when you switch away from an account and return.
When you add a new account to the account switcher, both the account you are currently signed in to and the account you have added will become available in the account switcher. You will be signed in to the new account immediately.

1. In the upper-right corner of any page, click your profile photo to open the menu.
1. If you have previously added an account to the account switcher, click {% octicon "arrow-switch" aria-hidden="true" %} **Switch account** to open the menu.
1. In the menu, click {% octicon "person-add" aria-hidden="true" %} **Add account**.
1. If you have previously added an account to the account switcher, click **{% octicon "arrow-switch" aria-hidden="true" %} Switch account** to open the menu.
1. In the menu, click **{% octicon "person-add" aria-hidden="true" %} Add account**.
1. Sign in to the account you want to add to the account switcher.

## Switching between accounts

When you have added accounts to the account switcher, you can quickly change between them without always needing to reauthenticate.

> [!NOTE]
> The "{% octicon "arrow-switch" aria-hidden="true" %} Switch account" option will not be available if all sessions have expired. You can instead click on {% octicon "arrow-switch" aria-hidden="true" %} **See all accounts** in the menu to reauthenticate.
> The "{% octicon "arrow-switch" aria-hidden="true" %} Switch account" option will not be available if all sessions have expired. You can instead click on **{% octicon "arrow-switch" aria-hidden="true" %} See all accounts** in the menu to reauthenticate.
1. In the upper-right corner of any page, click your profile photo to open the menu.
1. In the menu, click {% octicon "arrow-switch" aria-hidden="true" %} **Switch account**.
1. In the menu, click **{% octicon "arrow-switch" aria-hidden="true" %} Switch account**.
1. In the submenu, click on the account that you want to switch to.

![Screenshot of the "Switch account" menu with three options, "octocat", "hubot", and "Add account".](/assets/images/help/profile/switch-accounts.png)
Expand Down
Loading

0 comments on commit f165cec

Please sign in to comment.