From bce2a2264dd03819b8df00ab57e958f43c23e9dd Mon Sep 17 00:00:00 2001 From: Haley Elmendorf Date: Thu, 11 Jun 2026 15:56:48 -0500 Subject: [PATCH 1/2] removing external links for unified nav Co-Authored-By: Claude --- docs/english/_sidebar.json | 17 +---------------- docs/english/index.md | 4 ++++ 2 files changed, 5 insertions(+), 16 deletions(-) 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..8a42af74b 100644 --- a/docs/english/index.md +++ b/docs/english/index.md @@ -59,3 +59,7 @@ These docs live within the [Node Slack SDK](https://github.com/slackapi/node-sla We welcome contributions from everyone! Please check out our [Contributor's Guide](https://github.com/slackapi/node-slack-sdk/blob/main/.github/contributing.md) for how to contribute in a helpful and collaborative way. + +## Release notes + +Check out the [Node Slack SDK release notes](https://github.com/slackapi/node-slack-sdk/releases) for all the latest happenings. \ No newline at end of file From c147b8752b9fe878714b9d707d196e52edd77ebb Mon Sep 17 00:00:00 2001 From: Haley Elmendorf Date: Fri, 12 Jun 2026 11:21:42 -0500 Subject: [PATCH 2/2] rearranging --- docs/english/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/english/index.md b/docs/english/index.md index 8a42af74b..72f2c1736 100644 --- a/docs/english/index.md +++ b/docs/english/index.md @@ -53,13 +53,13 @@ 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. We welcome contributions from everyone! Please check out our [Contributor's Guide](https://github.com/slackapi/node-slack-sdk/blob/main/.github/contributing.md) for how to contribute in a helpful and collaborative way. - -## Release notes - -Check out the [Node Slack SDK release notes](https://github.com/slackapi/node-slack-sdk/releases) for all the latest happenings. \ No newline at end of file