docs(whatsapp): rewrite for Baileys bridge implementation#49
Open
docs(whatsapp): rewrite for Baileys bridge implementation#49
Conversation
…ementation - Replace placeholder whatsapp-web.js docs with actual Baileys bridge setup - Add QR code authentication flow, media support, typing indicators - Document bridge protocol (Bridge↔GoClaw JSON messages) - Add Docker Compose quick start and manual setup instructions - Add config reference with correct defaults (pairing, not open) - Add formatting table (Markdown→WhatsApp native conversion) - Add troubleshooting for common issues (#703: format mismatch) - Update INDEX.md comparison tables (media, auth method, complexity) - Update setup checklists across all 3 locales (en, vi, zh)
- Remove external service references from setup, config, and architecture - Simplify setup to 3 steps (create channel, scan QR, configure policies) - Update architecture diagram to show direct connection - Add migration section for users on the old setup - Add history_limit config, LID addressing section - Fix inline code formatting row in conversion table - Simplify setup checklist in INDEX.md - All 3 locales updated (en, vi, zh)
…, env vars - configuration.md: replace bridge_url with new config fields (require_mention, history_limit) - config-reference.md: expand WhatsApp table with full field list - environment-variables.md: replace BRIDGE_URL with ENABLED - troubleshooting/channels.md: rewrite WhatsApp section for native connection - All 3 locales updated (en, vi, zh)
…tion" wording Replace "Native (whatsmeow)" with "Direct connection" across all 3 locales (INDEX.md + whatsapp.md). Remove implementation-specific library details from user-facing docs — library names belong in code comments, not documentation.
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
Rewrites WhatsApp channel documentation to match the actual Baileys bridge implementation from nextlevelbuilder/goclaw#720.
pairingnotopen), newrequire_mentionfieldTest plan
internal/config/config_channels.go