-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(docs): sdk usage #123
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for trusting-goodall-362511 canceled.
|
✅ Deploy Preview for mystifying-borg-373afd ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated Authentication and Chat SDK sections and partially updated Database as a reference.
I replaced codeblock titles (in the above pages) with Request
and Response
as a lot of these were copy-pasted or otherwise inaccurate.
Please take care of the following:
- jsx -> ts codeblocks
- remove
this
and catches, keep stuff concise - rename all codeblock titles to
Request
andResponse
- provide response codeblocks where relevant
- make sure request/response objects have valid signatures (please don't type these manually)
- remove any remaining references to adult movie content in the Database
… into sdk_sage # Conflicts: # documentation/versioned_docs/version-v0.15/modules/authentication/sdk_usage.mdx # documentation/versioned_docs/version-v0.15/modules/chat/sdk_usage.mdx # documentation/versioned_docs/version-v0.15/modules/database/sdk_usage.mdx
Docs related to sdk usages.
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
The PR fulfills these requirements:
main
branchfix #xxx
, where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information: