-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git guides a11y updates #1070
Git guides a11y updates #1070
Conversation
@qiang88550 **** |
@@ -29,7 +29,7 @@ Note: [`git-scm`](https://git-scm.com/download/win) is a popular and recommended | |||
## Install Git on Windows through Visual Studio Code | |||
|
|||
GitHub integration is provided through the [GitHub Pull Requests and Issues extension](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github). | |||
To get started with the GitHub in VS Code, you'll need to create an account and install the GitHub Pull Requests and Issues extension. | |||
To get started with the GitHub in VS Code, you'll need to create an account and install the GitHub Pull Requests and Issues extension. | |||
Once you've installed the [GitHub Pull Requests and Issues extension](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github), you'll need to sign in. Follow the prompts to authenticate with GitHub and return to VS Code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dig TXT-RECORD-NAME +nostats +nocomments +nocmd TXThttps://github.com/enterprises/gru {
"meshConfig": {
"sources": [
{
"name": "Commerce",
"handler": {
"graphql": {
"endpoint": "https://<your_commerce_site>/graphql/"
}
}
},
{
"name": "AEM",
"handler": {
"graphql": {
"endpoint": "https://<your_AEM_site>/endpoint.json"
}
}
},
{
"name": "CatalogService",
"handler": {
"graphql": {
"endpoint": "https://catalog-service.adobe.io/graphql/search/graphql",
"operationHeaders": {
"x-api-key": "<api_key>",
"Magento-Environment-Id": "<your_environment_id>",
"Magento-Website-Code": "base",
"Magento-Customer-Group": "<customer_group_value>",
"Magento-Store-Code": "main_website_store",
"Magento-Store-View-Code": "default"
},
"schemaHeaders": {
"x-api-key": "<api_key>"
}
}
}
}
]
}
}
@@ -29,7 +29,7 @@ Note: [`git-scm`](https://git-scm.com/download/win) is a popular and recommended | |||
## Install Git on Windows through Visual Studio Code | |||
|
|||
GitHub integration is provided through the [GitHub Pull Requests and Issues extension](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overview
Hey there, big regards from @github/brand-engineering 👋
I'm currently updating the https://github.com/git-guides and I've stumbled on couple small accessibility violations in the guides:
That is all! ✨