fix(connectors): remove broken links, add beta warnings for Telegram/WhatsApp#3297
Open
pabloalonso wants to merge 5 commits into2024.3from
Open
fix(connectors): remove broken links, add beta warnings for Telegram/WhatsApp#3297pabloalonso wants to merge 5 commits into2024.3from
pabloalonso wants to merge 5 commits into2024.3from
Conversation
…ted URLs Remove the "Importing the connector into Bonita Studio" section from 4 connector docs (aws-s3, msteams, sharepoint, yousign) as this installation pattern is not used by existing connectors and references a non-existent marketplace URL. Wrap auth-protected URLs (admin.google.com, business.facebook.com) with + to display them as plain text, preventing the link checker from failing on URLs that require authentication. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Both connector pages were missing the standard beta WARNING admonition block that all other beta connectors have. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Both connectors are in beta but were listed under the GA "Bonita official connectors" section instead of the "Bonita official connectors [BETA]" section. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
📝 Contribution SummaryTo merge this Pull Request, you need to check your updates with the following URL. 🔗 Updated pagesNote The following pages were updated, please ensure that the display is correct: |
Contributor
|
😭 Deploy PR Preview 5d67f22 failed. Build logs 🤖 By surge-preview |
| === Getting a WhatsApp Business Token | ||
|
|
||
| 1. Go to https://business.facebook.com[Meta Business Manager] | ||
| 1. Go to +https://business.facebook.com+[Meta Business Manager] |
Contributor
benjaminParisel
requested changes
Apr 10, 2026
tbouffard
reviewed
Apr 10, 2026
Co-authored-by: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com>
Co-authored-by: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com>
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
marketplace.bonitasoft.comadmin.google.com,business.facebook.com) with+so they display as plain text without triggering the link checkerconnectors-index.adocSupersedes #3295 (had merge conflicts from unrelated commits in the branch).
Context
CI link checker failing: https://github.com/bonitasoft/bonita-documentation-site/actions/runs/24119624844/job/70379575589
Test plan
🤖 Generated with Claude Code