1
0
mirror of synced 2025-12-19 09:57:42 -05:00
This commit is contained in:
Hans
2023-07-12 16:04:30 +08:00
committed by GitHub
parent 9aa96a48b4
commit cde10c44d9
2 changed files with 2 additions and 2 deletions

View File

@@ -393,7 +393,7 @@ Some best practices for using links:
- Links should be meaningful and provide high value to the users journey—link out carefully.
- Move links that are helpful but not necessary to an articles further reading section.
- Do not repeat the same link more than once in the same article or under the same H2 header.
- Do not include the `apiVersion` query parameter in REST links unless you need to link to a specific calendar version of the REST docs. (This should be a rare occurance.)
- Do not include the `apiVersion` query parameter in REST links unless you need to link to a specific calendar version of the REST docs. (This should be a rare occurrence.)
For accessibility and readability, avoid inline or midsentence links.
- **Use:** `OAuth2 tokens can be acquired programmatically for applications that are not websites. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app)" and "[AUTOTITLE](/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps)."`

View File

@@ -1,6 +1,6 @@
# Troubleshooting <!-- omit in toc -->
- [Troubleshooting server tests that fail locally but pass in CI](#troublshooting-server-tests-that-fail-locally-but-pass-in-ci)
- [Troubleshooting server tests that fail locally but pass in CI](#troubleshooting-server-tests-that-fail-locally-but-pass-in-ci)
- [Troubleshooting stalled deployments and CI](#troubleshooting-stalled-deployments-and-ci)
- [Staging deployment stalled](#staging-deployment-stalled)
- [CI stalled or stuck](#ci-stalled-or-stuck)