◐ Shell
clean mode source ↗

docs: updates for combined quickstart by haleychaas · Pull Request #1378 · slackapi/bolt-python

Conversation

@haleychaas

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.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/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.sh after making the changes.

@codecov

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.00%. Comparing base (e21c4e8) to head (3b18dc1).
⚠️ Report is 1 commits behind head on main.
✅ 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.

technically-tracy

@zimeg zimeg changed the title Docs: Updates for combined quickstart docs: updates for combined quickstart

Sep 30, 2025

@zimeg zimeg added the docs

Improvements or additions to documentation

label

Sep 30, 2025

zimeg

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!

Labels

docs

Improvements or additions to documentation