From ac43adb4b862f7e03e5a0d47d51d09ee7edea421 Mon Sep 17 00:00:00 2001 From: Haley Elmendorf Date: Fri, 12 Jun 2026 11:27:09 -0500 Subject: [PATCH] removing external links for unified nav Co-Authored-By: Claude --- 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 0a47fac14..ffc998d48 100644 --- a/docs/english/_sidebar.json +++ b/docs/english/_sidebar.json @@ -137,21 +137,5 @@ }, "tools/java-slack-sdk/ja-jp/reference" ] - }, - { "type": "html", "value": "
" }, - { - "type": "link", - "label": "Release notes", - "href": "https://github.com/SlackAPI/java-slack-sdk/releases" - }, - { - "type": "link", - "label": "Code on GitHub", - "href": "https://github.com/SlackAPI/java-slack-sdk" - }, - { - "type": "link", - "label": "Contributors Guide", - "href": "https://github.com/slackapi/java-slack-sdk/blob/main/.github/contributing.md" } ] diff --git a/docs/english/index.md b/docs/english/index.md index c81d13742..519eac71d 100644 --- a/docs/english/index.md +++ b/docs/english/index.md @@ -24,6 +24,10 @@ If you get stuck, we're here to help. The following are the best ways to get ass * Visit the [Slack Developer Community](https://slackcommunity.com/) for getting help or for bonding with your fellow Slack developers. * [Email](mailto:support@slack.com) our developer support team: `support@slack.com`. +## Release notes + +Check out the [Java Slack SDK release notes](https://github.com/SlackAPI/java-slack-sdk/releases) for all the latest happenings. + ## Contributing These docs live within the [Java Slack SDK](https://github.com/slackapi/java-slack-sdk/) repository and are open source.