Skip to content

Docs/js sdk improvement#246

Open
PrajwalDhuleCC wants to merge 4 commits intomainfrom
docs/js-sdk-improvement
Open

Docs/js sdk improvement#246
PrajwalDhuleCC wants to merge 4 commits intomainfrom
docs/js-sdk-improvement

Conversation

@PrajwalDhuleCC
Copy link
Contributor

Description

Related Issue(s)

Type of Change

  • Documentation correction/update
  • New documentation
  • Improvement to existing documentation
  • Typo fix
  • Other (please specify)

Checklist

  • I have read the CONTRIBUTING document
  • My branch name follows the naming convention
  • My changes follow the documentation style guide
  • I have checked for spelling and grammar errors
  • All links in my changes are valid and working
  • My changes are accurately described in this pull request

Additional Information

Screenshots (if applicable)

…tation

- Add authentication flow sequence diagram to clarify user login process
- Convert var declarations to const in code examples for modern JavaScript practices
- Add Best Practices section with accordions covering session checks, auth tokens, token expiry, and logout
- Add Troubleshooting section addressing common login errors and session persistence issues
- Add Glossary Quick Lookup table in key-concepts for quick reference of SDK terminology
- Improve code consistency across JavaScript, TypeScript, and Async/Await examples
- Enhance developer experience with clearer guidance on production-ready authentication patterns
…t practices and troubleshooting

- Add best practices accordion to additional-message-filtering.mdx with filter combination strategies and performance tips
- Add troubleshooting accordion to additional-message-filtering.mdx with common filtering issues and solutions
- Add best practices accordion to receive-message.mdx covering listener management and message fetching patterns
- Add troubleshooting accordion to receive-message.mdx addressing listener, pagination, and message count issues
- Add async/await tab example to send-message.mdx for modern JavaScript syntax
- Replace var declarations with const/let throughout send-message.mdx code examples for consistency
- Add best practices accordion to send-message.mdx with message type selection and error handling guidance
- Add troubleshooting accordion to send-message.mdx for common sending and media upload issues
- Improve code quality and developer experience across all JavaScript SDK documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments