From 2711deee81b51365f70216f472af1b84d7c2d1ef Mon Sep 17 00:00:00 2001 From: Haley Elmendorf Date: Thu, 11 Jun 2026 14:00:04 -0500 Subject: [PATCH 1/2] removing external links for unified nav --- docs/english/_sidebar.json | 16 ---------------- docs/english/index.md | 4 ++++ 2 files changed, 4 insertions(+), 16 deletions(-) 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..093fb82c5 100644 --- a/docs/english/index.md +++ b/docs/english/index.md @@ -34,3 +34,7 @@ If you get stuck, we're here to help. The following are the best ways to get ass 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. + +## Release notes + +Check out the [Python Slack SDK release notes](https://github.com/slackapi/python-slack-sdk/releases) for all the latest happenings. \ No newline at end of file From aa31a537ee49afefb46f5ab1648b091f963ab752 Mon Sep 17 00:00:00 2001 From: Haley Elmendorf Date: Fri, 12 Jun 2026 11:18:28 -0500 Subject: [PATCH 2/2] rearranging --- docs/english/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/english/index.md b/docs/english/index.md index 093fb82c5..3a3599d1a 100644 --- a/docs/english/index.md +++ b/docs/english/index.md @@ -29,12 +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`. -## Contributing {/* #contributing */} +## Release notes -These docs live within the [Python Slack SDK](https://github.com/slackapi/python-slack-sdk) repository and are open source. +Check out the [Python Slack SDK release notes](https://github.com/slackapi/python-slack-sdk/releases) for all the latest happenings. -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. +## Contributing {/* #contributing */} -## Release notes +These docs live within the [Python Slack SDK](https://github.com/slackapi/python-slack-sdk) repository and are open source. -Check out the [Python Slack SDK release notes](https://github.com/slackapi/python-slack-sdk/releases) for all the latest happenings. \ No newline at end of file +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