From f1cb0a0fc3e8b98b42a678b99cc0ee535489cec5 Mon Sep 17 00:00:00 2001 From: Dominique Charlebois Date: Wed, 12 May 2021 10:14:51 -0700 Subject: [PATCH 1/3] Update keyboard-shortcuts.md --- content/github/getting-started-with-github/keyboard-shortcuts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/github/getting-started-with-github/keyboard-shortcuts.md b/content/github/getting-started-with-github/keyboard-shortcuts.md index 57c1f8560089..0ab8671ff888 100644 --- a/content/github/getting-started-with-github/keyboard-shortcuts.md +++ b/content/github/getting-started-with-github/keyboard-shortcuts.md @@ -37,6 +37,7 @@ Below is a list of some of the available keyboard shortcuts. |g a | Go to the **Actions** tab. For more information, see "[About Actions](/actions/getting-started-with-github-actions/about-github-actions)."{% endif %} |g b | Go to the **Projects** tab. For more information, see "[About project boards](/articles/about-project-boards)." |g w | Go to the **Wiki** tab. For more information, see "[About wikis](/communities/documenting-your-project-with-wikis/about-wikis)." +|g g | Go to the **Discussions** tab. For more information, see "[Discussions wikis](/discussions/collaborating-with-your-community-using-discussions/about-discussions)." ### Source code editing From 4d699d21e8a2c81c71d0062b5f3b89904b96c1f9 Mon Sep 17 00:00:00 2001 From: Dominique Charlebois Date: Wed, 12 May 2021 11:03:31 -0700 Subject: [PATCH 2/3] Update link title --- .../github/getting-started-with-github/keyboard-shortcuts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github/getting-started-with-github/keyboard-shortcuts.md b/content/github/getting-started-with-github/keyboard-shortcuts.md index 0ab8671ff888..ae6b6c6f321a 100644 --- a/content/github/getting-started-with-github/keyboard-shortcuts.md +++ b/content/github/getting-started-with-github/keyboard-shortcuts.md @@ -37,7 +37,7 @@ Below is a list of some of the available keyboard shortcuts. |g a | Go to the **Actions** tab. For more information, see "[About Actions](/actions/getting-started-with-github-actions/about-github-actions)."{% endif %} |g b | Go to the **Projects** tab. For more information, see "[About project boards](/articles/about-project-boards)." |g w | Go to the **Wiki** tab. For more information, see "[About wikis](/communities/documenting-your-project-with-wikis/about-wikis)." -|g g | Go to the **Discussions** tab. For more information, see "[Discussions wikis](/discussions/collaborating-with-your-community-using-discussions/about-discussions)." +|g g | Go to the **Discussions** tab. For more information, see "[About discussions](/discussions/collaborating-with-your-community-using-discussions/about-discussions)." ### Source code editing From 353c7746cb76138e51afe2e0ccf24caa330fab09 Mon Sep 17 00:00:00 2001 From: Dominique Charlebois Date: Thu, 13 May 2021 00:27:02 +0000 Subject: [PATCH 3/3] Add versioning to discussions keyboard shortcut for repositories --- .../github/getting-started-with-github/keyboard-shortcuts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/github/getting-started-with-github/keyboard-shortcuts.md b/content/github/getting-started-with-github/keyboard-shortcuts.md index ae6b6c6f321a..0561e038e194 100644 --- a/content/github/getting-started-with-github/keyboard-shortcuts.md +++ b/content/github/getting-started-with-github/keyboard-shortcuts.md @@ -36,8 +36,8 @@ Below is a list of some of the available keyboard shortcuts. |g p | Go to the **Pull requests** tab. For more information, see "[About pull requests](/articles/about-pull-requests)."{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %} |g a | Go to the **Actions** tab. For more information, see "[About Actions](/actions/getting-started-with-github-actions/about-github-actions)."{% endif %} |g b | Go to the **Projects** tab. For more information, see "[About project boards](/articles/about-project-boards)." -|g w | Go to the **Wiki** tab. For more information, see "[About wikis](/communities/documenting-your-project-with-wikis/about-wikis)." -|g g | Go to the **Discussions** tab. For more information, see "[About discussions](/discussions/collaborating-with-your-community-using-discussions/about-discussions)." +|g w | Go to the **Wiki** tab. For more information, see "[About wikis](/communities/documenting-your-project-with-wikis/about-wikis)."{% if currentVersion == "free-pro-team@latest" %} +|g g | Go to the **Discussions** tab. For more information, see "[About discussions](/discussions/collaborating-with-your-community-using-discussions/about-discussions)."{% endif %} ### Source code editing