Skip to content

Commit 88158ff

Browse files
graceparkgithub-actions
and
github-actions
authored
Content and data updates for lowercase kebab image file names (#37698)
Co-authored-by: github-actions <github-actions@github.com>
1 parent dcda279 commit 88158ff

File tree

28 files changed

+18
-18
lines changed

28 files changed

+18
-18
lines changed
123 KB
Loading
Loading
136 KB
Loading
17.7 KB
Loading
50.5 KB
Loading
45.6 KB
Loading
117 KB
Loading
Loading
Loading
Loading
Loading
Loading
37.7 KB
Loading
10.4 KB
Loading

content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/configuring-scim-provisioning-for-enterprise-managed-users.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To configure provisioning for your {% data variables.enterprise.prodname_emu_ent
5454
4. Click **Generate token**.
5555
5. To copy the token to your clipboard, click {% octicon "copy" aria-label="Copy token" %}.
5656

57-
![Screenshot of the "{% data variables.product.pat_generic_caps_plural %}" page. Next to a blurred-out token, an icon of two overlapping squares is outlined in orange.](/assets/images/help/settings/personal_access_tokens.png)
57+
![Screenshot of the "{% data variables.product.pat_generic_caps_plural %}" page. Next to a blurred-out token, an icon of two overlapping squares is outlined in orange.](/assets/images/help/settings/personal-access-tokens.png)
5858
6. To save the token for use later, store the new token securely in a password manager.
5959

6060
## Configuring provisioning for {% data variables.product.prodname_emus %}

content/apps/creating-github-apps/authenticating-with-a-github-app/managing-private-keys-for-github-apps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To verify a private key:
4444

4545
1. Find the fingerprint for the private and public key pair you want to verify in the "Private keys" section of the settings page for your {% data variables.product.prodname_github_app %}. For more information, see "[Generating private keys](#generating-private-keys)".
4646

47-
![Screenshot of a private key in a {% data variables.product.prodname_github_app %} settings page. The fingerprint, the part of the private key after the colon, is outlined in dark orange.](/assets/images/github-apps/github_apps_private_key_fingerprint.png)
47+
![Screenshot of a private key in a {% data variables.product.prodname_github_app %} settings page. The fingerprint, the part of the private key after the colon, is outlined in dark orange.](/assets/images/github-apps/github-apps-private-key-fingerprint.png)
4848
1. Generate the fingerprint of your private key (PEM) locally by using the following command:
4949
```shell
5050
$ openssl rsa -in PATH_TO_PEM_FILE -pubout -outform DER | openssl sha256 -binary | openssl base64

content/apps/publishing-apps-to-github-marketplace/listing-an-app-on-github-marketplace/drafting-a-listing-for-your-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To create a {% data variables.product.prodname_marketplace %} listing:
4444

4545
{% endnote %}
4646

47-
![Screenshot of the sidebar on the "Developer Settings" page of {% data variables.product.prodname_dotcom %}. Options labeled "{% data variables.product.prodname_github_apps %}" and "{% data variables.product.prodname_oauth_apps %}" are outlined in dark orange.](/assets/images/settings/apps_choose_app.png)
47+
![Screenshot of the sidebar on the "Developer Settings" page of {% data variables.product.prodname_dotcom %}. Options labeled "{% data variables.product.prodname_github_apps %}" and "{% data variables.product.prodname_oauth_apps %}" are outlined in dark orange.](/assets/images/settings/apps-choose-app.png)
4848

4949
4. Select the app you'd like to add to {% data variables.product.prodname_marketplace %}.
5050
{% data reusables.user-settings.edit_marketplace_listing %}

content/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ If you selected an organization as the resource owner and the organization requi
142142
8. Click **Generate token**.
143143
1. Optionally, to copy the new token to your clipboard, click {% octicon "copy" aria-label="Copy token" %}.
144144

145-
![Screenshot of the "{% data variables.product.pat_generic_caps_plural %}" page. Next to a blurred-out token, an icon of two overlapping squares is outlined in orange.](/assets/images/help/settings/personal_access_tokens.png){% ifversion fpt or ghec %}
145+
![Screenshot of the "{% data variables.product.pat_generic_caps_plural %}" page. Next to a blurred-out token, an icon of two overlapping squares is outlined in orange.](/assets/images/help/settings/personal-access-tokens.png){% ifversion fpt or ghec %}
146146
1. To use your token to access resources owned by an organization that uses SAML single sign-on, authorize the token. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on){% ifversion fpt %}" in the {% data variables.product.prodname_ghe_cloud %} documentation.{% else %}."{% endif %}{% endif %}
147147

148148
## Deleting a {% data variables.product.pat_generic %}

content/organizations/managing-saml-single-sign-on-for-your-organization/downloading-your-organizations-saml-single-sign-on-recovery-codes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Recovery codes should not be shared or distributed. We recommend saving them wit
1919
{% data reusables.profile.org_settings %}
2020
{% data reusables.organizations.security %}
2121
5. Under "SAML single sign-on", in the note about recovery codes, click **Save your recovery codes**.
22-
![Screenshot of the "SAML single sign-on" section. A link, labeled "Save your recovery codes," is highlighted with an orange outline.](/assets/images/help/saml/saml_recovery_codes.png)
22+
![Screenshot of the "SAML single sign-on" section. A link, labeled "Save your recovery codes," is highlighted with an orange outline.](/assets/images/help/saml/saml-recovery-codes.png)
2323
6. To save your recovery codes, click **Download**, **Print**, or **Copy**.
2424

2525
{% note %}

content/rest/guides/best-practices-for-integrators.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ Note that even with a background job running, GitHub still expects your server t
3939

4040
Every webhook has its own "Recent Deliveries" section, which lists whether a deployment was successful or not.
4141

42-
![Screenshot of the "Recent Deliveries" tab on the "Manage webhook" page.](/assets/images/help/webhooks/webhooks_recent_deliveries.png)
42+
![Screenshot of the "Recent Deliveries" tab on the "Manage webhook" page.](/assets/images/help/webhooks/webhooks-recent-deliveries.png)
4343

4444
You should make use of proper HTTP status codes in order to inform users. You can use codes like `201` or `202` to acknowledge receipt of payload that won't be processed (for example, a payload delivered by a branch that's not the default). Reserve the `500` error code for catastrophic failures.
4545

4646
## Provide as much information as possible to the user
4747

4848
Users can dig into the server responses you send back to GitHub. Ensure that your messages are clear and informative.
4949

50-
![Screenshot of the "Response" tab of a webhook delivery, including the "Headers" and "Body" sections.](/assets/images/help/webhooks/payload_response_tab.png)
50+
![Screenshot of the "Response" tab of a webhook delivery, including the "Headers" and "Body" sections.](/assets/images/help/webhooks/payload-response-tab.png)
5151

5252
## Follow any redirects that the API sends you
5353

content/search-github/getting-started-with-searching-on-github/about-searching-on-github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ In addition to the search bar, you can search {% data variables.product.product_
7171

7272
The {% data variables.search.advanced_url %} provides a visual interface for constructing search queries. You can filter your searches by a variety of factors, such as the number of stars or number of forks a repository has. As you fill in the advanced search fields, your query will automatically be constructed in the top search bar.
7373

74-
![Screenshot of the Advanced search page. The top search bar is filled in with the query "kittens user:octocat" and, under the "Advanced options" section below, the "From these owners" text box contains the term "octocat" and is outlined in dark orange.](/assets/images/help/search/advanced_search.png)
74+
![Screenshot of the Advanced search page. The top search bar is filled in with the query "kittens user:octocat" and, under the "Advanced options" section below, the "From these owners" text box contains the term "octocat" and is outlined in dark orange.](/assets/images/help/search/advanced-search.png)
7575

7676
## Searching repositories on {% data variables.product.prodname_dotcom_the_website %} from your private enterprise environment
7777

content/site-policy/site-policy-deprecated/github-ae-data-protection-agreement.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Signature of GitHub, Inc. appears below.
352352

353353
Signing the Standard Contractual Clauses, Appendix 1 and Appendix 2 on behalf of the data importer
354354

355-
![Lynn Hashimoto's signature.](/assets/images/help/site-policy/lynn_hashimoto.png)
355+
![Lynn Hashimoto's signature.](/assets/images/help/site-policy/lynn-hashimoto.png)
356356

357357
Lynn Hashimoto, Head of Product & Regulatory Legal
358358

content/webhooks-and-events/webhooks/testing-webhooks.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Every webhook has its own "Recent Deliveries" section, which lists, at a glance
2424

2525
{% data variables.product.product_name %} keeps a log of each webhook delivery for {% ifversion fpt or ghec %} 30 {% else %} 8 {% endif %} days.
2626

27-
![Screenshot of the "Recent Deliveries" tab on the "Manage webhook" page.](/assets/images/help/webhooks/webhooks_recent_deliveries.png)
27+
![Screenshot of the "Recent Deliveries" tab on the "Manage webhook" page.](/assets/images/help/webhooks/webhooks-recent-deliveries.png)
2828

2929
## Digging into results
3030

@@ -37,12 +37,12 @@ both the HTTP Request and Response.
3737
The webhook delivery view provides information on which Headers were sent by GitHub.
3838
It also includes details about the JSON payload.
3939

40-
![Screenshot of the "Request" tab of a webhook delivery, including the "Headers" and "Payload" sections.](/assets/images/help/webhooks/payload_request_tab.png)
40+
![Screenshot of the "Request" tab of a webhook delivery, including the "Headers" and "Payload" sections.](/assets/images/help/webhooks/payload-request-tab.png)
4141

4242
### Response
4343

4444
The response tab lists how your server replied once it received the payload from
4545
GitHub. This includes the status code, the headers, and any additional data
4646
within the response body.
4747

48-
![Screenshot of the "Response" tab of a webhook delivery, including the "Headers" and "Body" sections.](/assets/images/help/webhooks/payload_response_tab.png)
48+
![Screenshot of the "Response" tab of a webhook delivery, including the "Headers" and "Body" sections.](/assets/images/help/webhooks/payload-response-tab.png)

data/reusables/apps/install-vs-authorize.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ When you **install** a {% data variables.product.prodname_github_app %} on your
33

44
For example, you might grant the {% data variables.product.prodname_github_app %} permission to read repository metadata and write issues, and you might grant the {% data variables.product.prodname_github_app %} access to all of your repositories.
55

6-
![Screenshot of the page to install a GitHub App. The app is requesting read access to metadata and write access to issues. The app can also request user authorization for read access to emails and write access to gists.](/assets/images/github-apps/install_app.png)
6+
![Screenshot of the page to install a GitHub App. The app is requesting read access to metadata and write access to issues. The app can also request user authorization for read access to emails and write access to gists.](/assets/images/github-apps/install-app.png)
77

88
When you **authorize** a {% data variables.product.prodname_github_app %}, you grant the app access to your {% data variables.product.prodname_dotcom %} account, based on the account permissions the app requested. During the authorization process, the app will indicate which resources the app can access on your account. When you authorize a {% data variables.product.prodname_github_app %}, you also grant the app permission to act on your behalf.
99

1010
For example, you might grant the {% data variables.product.prodname_github_app %} permission to read your email addresses and write gists.
1111

12-
![Screenshot of the page to authorize a GitHub App. The app is requesting read access to email and write access to gists.](/assets/images/github-apps/authorize_app.png)
12+
![Screenshot of the page to authorize a GitHub App. The app is requesting read access to email and write access to gists.](/assets/images/github-apps/authorize-app.png)
1313

1414
You can install a {% data variables.product.prodname_github_app %} without authorizing the app. Similarly, you can authorize the app without installing the app.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1. On {% data variables.product.prodname_dotcom %}, navigate to the main page of your personal account.
22
2. In the top right corner of {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom_the_website %}{% else %}{% data variables.product.product_name %}{% endif %}, click your profile photo, then click **Your profile**.
33

4-
![Screenshot of the dropdown menu under @octocat's profile picture. "Your profile" is outlined in dark orange.](/assets/images/help/profile/top_right_avatar.png)
4+
![Screenshot of the dropdown menu under @octocat's profile picture. "Your profile" is outlined in dark orange.](/assets/images/help/profile/top-right-avatar.png)
55
3. On your profile page, in the header, click the {% octicon "package" aria-hidden="true" %} **Packages** tab.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{% ifversion fpt or ghec %}1. In the top right corner of {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom_the_website %}{% else %}{% data variables.product.product_name %}{% endif %}, click your profile photo, then click **Your profile**.
22

3-
![Screenshot of the dropdown menu under @octocat's profile picture. "Your profile" is outlined in dark orange.](/assets/images/help/profile/top_right_avatar.png){% else %}
3+
![Screenshot of the dropdown menu under @octocat's profile picture. "Your profile" is outlined in dark orange.](/assets/images/help/profile/top-right-avatar.png){% else %}
44
1. In the top right corner of {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom_the_website %}{% else %}{% data variables.product.product_name %}{% endif %}, click your profile photo, then click **Your profile**.{% endif %}

data/reusables/user-settings/marketplace_apps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
{% endnote %}
99

10-
![Screenshot of the sidebar on the "Developer Settings" page of {% data variables.product.prodname_dotcom %}. Options labeled "{% data variables.product.prodname_github_apps %}" and "{% data variables.product.prodname_oauth_apps %}" are outlined in dark orange.](/assets/images/settings/apps_choose_app.png)
10+
![Screenshot of the sidebar on the "Developer Settings" page of {% data variables.product.prodname_dotcom %}. Options labeled "{% data variables.product.prodname_github_apps %}" and "{% data variables.product.prodname_oauth_apps %}" are outlined in dark orange.](/assets/images/settings/apps-choose-app.png)
1111

1212
{% endif %}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
1. In the "Primary email address" dropdown menu, select the email address you'd like to associate with your web-based Git operations.
22

3-
![Screenshot of the "Email" settings page. Under "Primary email address," a dropdown menu, labeled with Octocat's email address, is outlined in orange.](/assets/images/help/settings/email_primary.png)
3+
![Screenshot of the "Email" settings page. Under "Primary email address," a dropdown menu, labeled with Octocat's email address, is outlined in orange.](/assets/images/help/settings/email-primary.png)

0 commit comments

Comments
 (0)