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 @@ -202,21 +202,5 @@
"items": ["tools/bolt-python/ja-jp/legacy/steps-from-apps"]
}
]
},
{ "type": "html", "value": "<hr>" },
{
"type": "link",
"label": "Release notes",
"href": "https://github.com/slackapi/bolt-python/releases"
},
{
"type": "link",
"label": "Code on GitHub",
"href": "https://github.com/SlackAPI/bolt-python"
},
{
"type": "link",
"label": "Contributors Guide",
"href": "https://github.com/SlackAPI/bolt-python/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 @@ -13,6 +13,10 @@ If you otherwise get stuck, we're here to help. The following are the best ways
* [Issue Tracker](http://github.com/slackapi/bolt-python/issues) for questions, bug reports, feature requests, and general discussion related to Bolt for Python. 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 Python release notes](https://github.com/slackapi/bolt-python/releases) for all the latest happenings.

## Contributing

These docs live within the [Bolt-Python](https://github.com/slackapi/bolt-python/) repository and are open source.
Expand Down