diff --git a/docs/english/_sidebar.json b/docs/english/_sidebar.json
index 89bff8255..c34912752 100644
--- a/docs/english/_sidebar.json
+++ b/docs/english/_sidebar.json
@@ -50,20 +50,5 @@
]
},
{ "type": "html", "value": "
" },
- "tools/node-slack-sdk/support-schedule",
- {
- "type": "link",
- "label": "Release notes",
- "href": "https://github.com/slackapi/node-slack-sdk/releases"
- },
- {
- "type": "link",
- "label": "Code on GitHub",
- "href": "https://github.com/slackapi/node-slack-sdk"
- },
- {
- "type": "link",
- "label": "Contributors Guide",
- "href": "https://github.com/slackapi/node-slack-sdk/blob/main/.github/contributing.md"
- }
+ "tools/node-slack-sdk/support-schedule"
]
diff --git a/docs/english/index.md b/docs/english/index.md
index 70ea20634..72f2c1736 100644
--- a/docs/english/index.md
+++ b/docs/english/index.md
@@ -53,6 +53,10 @@ If you otherwise get stuck, we're here to help. The following are the best ways
* [Issue Tracker](http://github.com/slackapi/node-slack-sdk/issues) for questions, bug reports, feature requests, and general discussion related to the Node Slack SDK. Try searching for an existing issue before creating a new one.
* [Email](mailto:support@slack.com) our developer support team: `support@slack.com`.
+## Release notes
+
+Check out the [Node Slack SDK release notes](https://github.com/slackapi/node-slack-sdk/releases) for all the latest happenings.
+
## Contributing
These docs live within the [Node Slack SDK](https://github.com/slackapi/node-slack-sdk) repository and are open source.