diff --git a/docs/english/_sidebar.json b/docs/english/_sidebar.json
index 6e5aa7358..c3a30b6a8 100644
--- a/docs/english/_sidebar.json
+++ b/docs/english/_sidebar.json
@@ -46,21 +46,5 @@
"type": "link",
"label": "Reference",
"href": "https://docs.slack.dev/tools/python-slack-sdk/reference/index.html"
- },
- { "type": "html", "value": "
" },
- {
- "type": "link",
- "label": "Release notes",
- "href": "https://github.com/slackapi/python-slack-sdk/releases"
- },
- {
- "type": "link",
- "label": "Code on GitHub",
- "href": "https://github.com/SlackAPI/python-slack-sdk"
- },
- {
- "type": "link",
- "label": "Contributors Guide",
- "href": "https://github.com/SlackAPI/python-slack-sdk/blob/main/.github/contributing.md"
}
]
diff --git a/docs/english/index.md b/docs/english/index.md
index fce1205a6..3a3599d1a 100644
--- a/docs/english/index.md
+++ b/docs/english/index.md
@@ -29,8 +29,12 @@ If you get stuck, we're here to help. The following are the best ways to get ass
* [Issue Tracker](http://github.com/slackapi/python-slack-sdk/issues) for questions, bug reports, feature requests, and general discussion related to the Python 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 [Python Slack SDK release notes](https://github.com/slackapi/python-slack-sdk/releases) for all the latest happenings.
+
## Contributing {/* #contributing */}
These docs live within the [Python Slack SDK](https://github.com/slackapi/python-slack-sdk) repository and are open source.
-We welcome contributions from everyone! Please check out our [Contributor's Guide](https://github.com/slackapi/python-slack-sdk/blob/main/.github/contributing.md) for how to contribute in a helpful and collaborative way.
+We welcome contributions from everyone! Please check out our [Contributor's Guide](https://github.com/slackapi/python-slack-sdk/blob/main/.github/contributing.md) for how to contribute in a helpful and collaborative way.
\ No newline at end of file