From f8c2bddbe03954d9489099fd0c9748755b500bc9 Mon Sep 17 00:00:00 2001 From: Haley Elmendorf Date: Thu, 11 Jun 2026 13:47:52 -0500 Subject: [PATCH 1/2] removing external links for the unified nav --- docs/english/_sidebar.json | 19 ------------------- docs/english/index.md | 4 ++++ 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/docs/english/_sidebar.json b/docs/english/_sidebar.json index dabf8eceb..e848be395 100644 --- a/docs/english/_sidebar.json +++ b/docs/english/_sidebar.json @@ -213,24 +213,5 @@ ] } ] - }, - { - "type": "html", - "value": "
" - }, - { - "type": "link", - "label": "Release notes", - "href": "https://github.com/slackapi/bolt-js/releases" - }, - { - "type": "link", - "label": "Code on GitHub", - "href": "https://github.com/SlackAPI/bolt-js" - }, - { - "type": "link", - "label": "Contributors Guide", - "href": "https://github.com/SlackAPI/bolt-js/blob/main/.github/contributing.md" } ] diff --git a/docs/english/index.md b/docs/english/index.md index 31666d7e1..f0afb6983 100644 --- a/docs/english/index.md +++ b/docs/english/index.md @@ -19,3 +19,7 @@ These docs live within the [Bolt-JS](https://github.com/slackapi/bolt-js/) repos We welcome contributions from everyone! Please check out our [Contributor's Guide](https://github.com/slackapi/bolt-js/blob/main/.github/contributing.md) for how to contribute in a helpful and collaborative way. + +## Release notes + +Check out the [Bolt for JavaScript release notes](https://github.com/slackapi/bolt-js/releases) for all the latest happenings. \ No newline at end of file From d7c5bd6ba1253fa50b8977f9175867f7b434b964 Mon Sep 17 00:00:00 2001 From: Haley Elmendorf Date: Fri, 12 Jun 2026 11:20:41 -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 f0afb6983..01b3f2baf 100644 --- a/docs/english/index.md +++ b/docs/english/index.md @@ -13,13 +13,13 @@ If you otherwise get stuck, we're here to help. The following are the best ways * [Issue Tracker](http://github.com/slackapi/bolt-js/issues) for questions, bug reports, feature requests, and general discussion related to Bolt for JavaScript. 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 [Bolt for JavaScript release notes](https://github.com/slackapi/bolt-js/releases) for all the latest happenings. + ## Contributing These docs live within the [Bolt-JS](https://github.com/slackapi/bolt-js/) repository and are open source. We welcome contributions from everyone! Please check out our -[Contributor's Guide](https://github.com/slackapi/bolt-js/blob/main/.github/contributing.md) for how to contribute in a helpful and collaborative way. - -## Release notes - -Check out the [Bolt for JavaScript release notes](https://github.com/slackapi/bolt-js/releases) for all the latest happenings. \ No newline at end of file +[Contributor's Guide](https://github.com/slackapi/bolt-js/blob/main/.github/contributing.md) for how to contribute in a helpful and collaborative way. \ No newline at end of file