Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions docs/english/_sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,21 +137,5 @@
},
"tools/java-slack-sdk/ja-jp/reference"
]
},
{ "type": "html", "value": "<hr>" },
{
"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"
}
]
4 changes: 4 additions & 0 deletions docs/english/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down