1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Hack week 2025: Fix alt text in migration, pages, and pull requests folders under content (#53960)

Co-authored-by: Vanessa <vgrl@github.com>
This commit is contained in:
Felicity Chapman
2025-01-17 09:12:13 +00:00
committed by GitHub
parent d3837c887b
commit 76da5c69be
9 changed files with 12 additions and 12 deletions

View File

@@ -100,7 +100,7 @@ Before you can add your local repository to {% data variables.product.prodname_d
1. At the top of your repository on {% data variables.product.github %}'s Quick Setup page, click {% octicon "copy" aria-label="Copy to clipboard" %} to copy the remote repository URL. 1. At the top of your repository on {% data variables.product.github %}'s Quick Setup page, click {% octicon "copy" aria-label="Copy to clipboard" %} to copy the remote repository URL.
![Screenshot of the "Quick Setup" header in a repository. Next to the remote URL, an icon of two overlapping squares is highlighted with an orange outline.](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png) ![Screenshot of the "Quick Setup" header in a repository. Next to the remote URL, an icon of two overlapping squares is outlined in orange.](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png)
{% data reusables.command_line.open_the_multi_os_terminal %} {% data reusables.command_line.open_the_multi_os_terminal %}
1. Change the current working directory to your local project. 1. Change the current working directory to your local project.
@@ -133,7 +133,7 @@ Before you can add your local repository to {% data variables.product.prodname_d
1. At the top of your repository on {% data variables.product.github %}'s Quick Setup page, click {% octicon "copy" aria-label="Copy to clipboard" %} to copy the remote repository URL. 1. At the top of your repository on {% data variables.product.github %}'s Quick Setup page, click {% octicon "copy" aria-label="Copy to clipboard" %} to copy the remote repository URL.
![Screenshot of the "Quick Setup" header in a repository. Next to the remote URL, an icon of two overlapping squares is highlighted with an orange outline.](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png) ![Screenshot of the "Quick Setup" header in a repository. Next to the remote URL, an icon of two overlapping squares is outlined in orange.](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png)
{% data reusables.command_line.open_the_multi_os_terminal %} {% data reusables.command_line.open_the_multi_os_terminal %}
1. Change the current working directory to your local project. 1. Change the current working directory to your local project.
@@ -166,7 +166,7 @@ Before you can add your local repository to {% data variables.product.prodname_d
1. At the top of your repository on {% data variables.product.github %}'s Quick Setup page, click {% octicon "copy" aria-label="Copy to clipboard" %} to copy the remote repository URL. 1. At the top of your repository on {% data variables.product.github %}'s Quick Setup page, click {% octicon "copy" aria-label="Copy to clipboard" %} to copy the remote repository URL.
![Screenshot of the "Quick Setup" header in a repository. Next to the remote URL, an icon of two overlapping squares is highlighted with an orange outline.](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png) ![Screenshot of the "Quick Setup" header in a repository. Next to the remote URL, an icon of two overlapping squares is outlined in orange.](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png)
{% data reusables.command_line.open_the_multi_os_terminal %} {% data reusables.command_line.open_the_multi_os_terminal %}
1. Change the current working directory to your local project. 1. Change the current working directory to your local project.

View File

@@ -32,10 +32,10 @@ An organization's news feed shows other people's activity on repositories owned
{% ifversion global-nav-update %} {% ifversion global-nav-update %}
![Screenshot of a user's dashboard page. In the top-left corner, a dropdown menu, labeled with "octocat" and a downwards arrow, is outlined in dark orange.](/assets/images/help/organizations/account-context-switcher-global-nav-update.png) ![Screenshot of a user's dashboard page. In the top-left corner, a dropdown menu, labeled with "octocat" and a downwards arrow, is outlined in orange.](/assets/images/help/organizations/account-context-switcher-global-nav-update.png)
{% else %} {% else %}
![Screenshot of a user's dashboard page. In the top-left corner, a dropdown menu, labeled with "octocat" and a downwards arrow, is outlined in dark orange.](/assets/images/help/organizations/account-context-switcher.png) ![Screenshot of a user's dashboard page. In the top-left corner, a dropdown menu, labeled with "octocat" and a downwards arrow, is outlined in orange.](/assets/images/help/organizations/account-context-switcher.png)
{% endif %} {% endif %}

View File

@@ -161,7 +161,7 @@ If you get an error about a custom domain being taken, you may need to remove th
{% data reusables.pages.sidebar-pages %} {% data reusables.pages.sidebar-pages %}
1. Under "Custom domain," click **Remove**. 1. Under "Custom domain," click **Remove**.
![Screenshot of a settings box to save or remove a custom domain on {% data variables.product.prodname_pages %} . To the right of a text box reading "example.com" is a button labeled "Remove" in red type.](/assets/images/help/pages/remove-custom-domain.png) ![Screenshot of a custom domain. To the right of a text box reading "example.com", and a "Save" button, is a button labeled "Remove" in red type.](/assets/images/help/pages/remove-custom-domain.png)
## Securing your custom domain ## Securing your custom domain

View File

@@ -40,6 +40,6 @@ To use a shorter and more memorable domain for your privately published site, yo
1. Under "{% data variables.product.prodname_pages %}", select the **{% data variables.product.prodname_pages %} visibility** dropdown menu, then select a visibility. 1. Under "{% data variables.product.prodname_pages %}", select the **{% data variables.product.prodname_pages %} visibility** dropdown menu, then select a visibility.
1. To see your published site, under "{% data variables.product.prodname_pages %}", click **{% octicon "link-external" aria-hidden="true" %} Visit site**. 1. To see your published site, under "{% data variables.product.prodname_pages %}", click **{% octicon "link-external" aria-hidden="true" %} Visit site**.
![Screenshot of a confirmation message for {% data variables.product.prodname_pages %} listing the site's URL. To the right of a long blue URL, a button labeled "Visit site" is outlined in dark orange.](/assets/images/help/pages/click-private-pages-url-to-preview.png) ![Screenshot of a confirmation message for {% data variables.product.prodname_pages %} listing the site's URL. On the right, the "Visit site" button is outlined in orange.](/assets/images/help/pages/click-private-pages-url-to-preview.png)
{% data reusables.pages.twenty-minutes-to-publish %} {% data reusables.pages.twenty-minutes-to-publish %}

View File

@@ -26,7 +26,7 @@ Unpublishing a site does not permanently delete the site. For information on del
{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.navigate-to-repo %}
1. Under **{% data variables.product.prodname_pages %}**, next to the **Your site is live at** message, click {% octicon "kebab-horizontal" aria-label="the horizontal kebab icon" %}. 1. Under **{% data variables.product.prodname_pages %}**, next to the **Your site is live at** message, click {% octicon "kebab-horizontal" aria-label="the horizontal kebab icon" %}.
1. In the menu that appears, select **Unpublish site**. 1. In the menu that appears, select **Unpublish site**.
![Screenshot of {% data variables.product.prodname_pages %} settings showing the URL of a live Pages site. Under the horizontal kebab icon to the right, the "Unpublish site" dropdown option is outlined in dark orange.](/assets/images/help/pages/unpublish-site.png) ![Screenshot of {% data variables.product.prodname_pages %} settings with the URL of a live site. On the right under a kebab icon, the "Unpublish site" option is outlined in orange.](/assets/images/help/pages/unpublish-site.png)
## Re-enabling a site that has been unpublished ## Re-enabling a site that has been unpublished

View File

@@ -92,7 +92,7 @@ You can view the merge queue for a base branch in various places on {% data vari
* The merge queue view shows the pull requests that are currently in the queue, with your pull requests clearly marked. * The merge queue view shows the pull requests that are currently in the queue, with your pull requests clearly marked.
![Screenshot of the merge queue.](/assets/images/help/pull_requests/merge-queue-view.png) ![Screenshot of the merge queue for a repository.](/assets/images/help/pull_requests/merge-queue-view.png)
## Understanding why your pull request was removed from the merge queue ## Understanding why your pull request was removed from the merge queue

View File

@@ -38,7 +38,7 @@ From the pull request page you can update your pull request's branch using a tra
* Click the update branch drop down menu, click **Update with rebase**, and then click **Rebase branch** to update by rebasing on the base branch. * Click the update branch drop down menu, click **Update with rebase**, and then click **Rebase branch** to update by rebasing on the base branch.
![Screenshot of the merge section for a pull request. The dropdown menu is expanded, showing "Update with merge commit" and "Update with rebase" options.](/assets/images/help/pull_requests/pull-request-update-branch-rebase-option.png) ![Screenshot of the merge section of a pull request. The dropdown menu is expanded, showing "Update with merge commit" and "Update with rebase" options.](/assets/images/help/pull_requests/pull-request-update-branch-rebase-option.png)
## Further reading ## Further reading

View File

@@ -27,7 +27,7 @@ This changes the status of the review to a review comment. When you dismiss a re
1. Next. to the review you'd like to dismiss, select the {% octicon "kebab-horizontal" aria-label="Show options" %} dropdown menu, then click **Dismiss review**. 1. Next. to the review you'd like to dismiss, select the {% octicon "kebab-horizontal" aria-label="Show options" %} dropdown menu, then click **Dismiss review**.
![Screenshot of the merge box for a pull request. A dropdown menu, labeled with the kebab icon, is expanded, and the "Dismiss review" option is outlined in dark orange.](/assets/images/help/pull_requests/merge_box/pull-request-dismiss-review.png) ![Screenshot of the merge box of a pull request. The Show options menu (kebab icon), is expanded, and the "Dismiss review" option is outlined in orange.](/assets/images/help/pull_requests/merge_box/pull-request-dismiss-review.png)
1. Type your reason for dismissing the review, then click **Dismiss review**. 1. Type your reason for dismissing the review, then click **Dismiss review**.

View File

@@ -37,7 +37,7 @@ You can set commit permissions when you first create a pull request from a fork.
1. In the list of pull requests, navigate to the pull request that you'd like to allow commits on. 1. In the list of pull requests, navigate to the pull request that you'd like to allow commits on.
{% data reusables.repositories.allow-maintainers-user-forks %} {% data reusables.repositories.allow-maintainers-user-forks %}
![Screenshot of a pull request. On the right bottom side, a blue, enabled checkbox, labeled "Allow edits and access to secrets by maintainers", is highlighted with an orange outline.](/assets/images/help/pull_requests/allow-edits-and-access-by-maintainers.png) ![Screenshot of a pull request. On the bottom right, the "Allow edits and access to secrets by maintainers" checkbox is enabled and outlined in orange.](/assets/images/help/pull_requests/allow-edits-and-access-by-maintainers.png)
## Further reading ## Further reading