Skip to content
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

update docs links #320

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Y-Sweet is MIT-licensed, and was created by [Jamsocket](https://jamsocket.com).

## Docs

- [API docs](https://docs.y-sweet.dev/index.html)
- [Vanilla JS client](https://docs.y-sweet.dev/modules/_y_sweet_client.html)
- [React hooks](https://docs.y-sweet.dev/modules/_y_sweet_react.html)
- [Document management SDK](https://docs.y-sweet.dev/modules/_y_sweet_sdk.html)
- [Y-Sweet Cloud (managed service) docs](https://docs.jamsocket.com/y-sweet/quickstart)
- [API docs](https://docs.jamsocket.com/y-sweet)
- [TypeScript client](https://docs.jamsocket.com/y-sweet/reference/client)
- [React hooks](https://docs.jamsocket.com/y-sweet/reference/react)
- [Document management SDK](https://docs.jamsocket.com/y-sweet/reference/sdk)
- [Y-Sweet on Jamsocket (managed service) docs](https://docs.jamsocket.com/y-sweet/quickstart)
- [Self Hosting](https://github.com/jamsocket/y-sweet/blob/main/docs/running.md)

## Examples
Expand Down