docs: updates for combined quickstart by haleychaas · Pull Request #1378 · slackapi/bolt-python
Conversation
Summary
Making a couple of updates to support having a combined Bolt JS and Python quickstart on the main docs quickstart page.
Testing
Category
-
slack_bolt.Appand/or its core components -
slack_bolt.async_app.AsyncAppand/or its core components - Adapters in
slack_bolt.adapter - Document pages under
/docs - Others
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
- I've read and understood the Contributing Guidelines and have done my best effort to follow them.
- I've read and agree to the Code of Conduct.
- I've run
./scripts/install_all_and_run_tests.shafter making the changes.
Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.00%. Comparing base (e21c4e8) to head (3b18dc1).
✅ All tests successful. No failed tests found.
Additional details and impacted files
@@ Coverage Diff @@ ## main #1378 +/- ## ======================================= Coverage 91.00% 91.00% ======================================= Files 222 222 Lines 7512 7512 ======================================= Hits 6836 6836 Misses 676 676
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
zimeg
changed the title
Docs: Updates for combined quickstart
docs: updates for combined quickstart
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@haleychaas Sweet! I think this reads better - please feel free to merge at the right time! 🚢 💨
|
|
||
| - Explore the different events your bot can listen to with the [`app.event()`](/tools/bolt-python/concepts/event-listening) method. All of the [events](/reference/events) are listed on the API docs site. | ||
| - Bolt allows you to call [Web API](/tools/bolt-python/concepts/web-api) methods with the client attached to your app. There are [over 200 methods](/reference/methods) on the API docs site. | ||
| - Explore the different events your bot can listen to with the [`app.event()`](/tools/bolt-python/concepts/event-listening) method. See the full events reference [here](/reference/events). |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔗 praise: This is nice wording and better linking, as always!