FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

API Docs: Update links to go to new docs site by haleychaas · Pull Request #1293 · slackapi/bolt-python · GitHub

API Docs: Update links to go to new docs site - #1293

Merged
haleychaas merged 2 commits into
mainfrom
update-docs-links
Apr 10, 2025
Merged

API Docs: Update links to go to new docs site#1293
haleychaas merged 2 commits into
mainfrom
update-docs-links

Conversation

haleychaas commented Apr 7, 2025
edited by lukegalbraithrussell
Loading

Copy link
Copy Markdown
Contributor

Summary

Updated all* links from api.slack.com to their docs.slack.dev counterpart.

*exceptions for block kit builder, /apps, and developer program links

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.

  • [x ] I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • [x ] I've read and agree to the Code of Conduct.
  • [x ] I've run ./scripts/install_all_and_run_tests.sh after making the changes.

codecov Bot commented Apr 7, 2025
edited
Loading

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.96%. Comparing base (25bfeb9) to head (22536eb).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1293   +/-   ##
=======================================
  Coverage   90.96%   90.96%           
=======================================
  Files         222      222           
  Lines        7501     7501           
=======================================
  Hits         6823     6823           
  Misses        678      678           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines 80 to 85
return dialog_submission(constraints["callback_id"], asyncio)
if action_type == "dialog_cancellation":
return dialog_cancellation(constraints["callback_id"], asyncio)
# https://api.slack.com/workflows/steps
# https://docs.slack.dev/legacy/legacy-steps-from-apps/
if action_type == "workflow_step_edit":
return workflow_step_edit(constraints["callback_id"], asyncio)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

so these reference pages will be overwritten on next release -- these are generated by devxp and just placed in here

haleychaas merged commit 1bb9689 into main Apr 10, 2025
haleychaas deleted the update-docs-links branch April 10, 2025 19:07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL