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
17 changes: 1 addition & 16 deletions docs/english/_sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,5 @@
]
},
{ "type": "html", "value": "<hr>" },
"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"
]
4 changes: 4 additions & 0 deletions docs/english/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ 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.
Expand Down
Loading