Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ metadata to individual comments in the same way as thread metadata.
This release introduces group mentions (e.g. `@engineering`) across all packages
and first-class support for tenants. Learn more about
[group mentions](https://liveblocks.io/docs/ready-made-features/comments/users-and-mentions)
and [tenants](http://liveblocks.io/docs/authentication/tenants) in the docs.
and [tenants](https://liveblocks.io/docs/authentication/organizations) in the docs.

### `@liveblocks/client`

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG_PUBLIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ ctnicholas, mmavko
- Updated other information on the
[users and mentions](https://liveblocks.io/docs/ready-made-features/comments/users-and-mentions)
page.
- Updated [Tenants](https://liveblocks.io/docs/authentication/tenants) page with
- Updated [Organizations](https://liveblocks.io/docs/authentication/organizations) page with
new information.
- Add information on
[AI web search](https://liveblocks.io/docs/ready-made-features/ai-copilots/knowledge#Web-search)
Expand Down Expand Up @@ -1742,7 +1742,7 @@ jrowny, ctnicholas
This release introduces group mentions (e.g. `@engineering`) across all packages
and first-class support for tenants. Learn more about
[group mentions](https://liveblocks.io/docs/ready-made-features/comments/users-and-mentions)
and [tenants](http://liveblocks.io/docs/authentication/tenants) in the docs.
and [tenants](https://liveblocks.io/docs/authentication/organizations) in the docs.

### `@liveblocks/client`

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ shouldn't appear in the navigation.

```json
{
"title": "API v1 Endpoints",
"title": "Notifications / Webhooks",
"hidden": true,
"path": "/api-reference/rest-api-endpoints-v1"
"path": "/get-started/nextjs-notifications-webhooks"
}
```

Expand Down
6 changes: 3 additions & 3 deletions docs/references/v2.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5651,7 +5651,7 @@
"tags": ["Notifications"],
"deprecated": true,
"x-badge": "Deprecated",
"description": "**Deprecated.** Renamed to [`/subscription-settings`](get-room-subscription-settings). Read more in our [migration guide](https://liveblocks.io/docs/platform/upgrading/2.24).\n\nThis endpoint returns a user’s subscription settings for a specific room. Corresponds to [`liveblocks.getRoomNotificationSettings`](https://liveblocks.io/docs/api-reference/liveblocks-node#get-rooms-roomId-users-userId-notification-settings).",
"description": "**Deprecated.** Renamed to [`/subscription-settings`](#get-room-subscription-settings). Read more in our [migration guide](https://liveblocks.io/docs/upgrading/2.24).\n\nThis endpoint returns a user’s subscription settings for a specific room. Corresponds to [`liveblocks.getRoomNotificationSettings`](https://liveblocks.io/docs/api-reference/liveblocks-node#get-rooms-roomId-users-userId-notification-settings).",
"parameters": [
{
"schema": {
Expand Down Expand Up @@ -5702,7 +5702,7 @@
"tags": ["Notifications"],
"deprecated": true,
"x-badge": "Deprecated",
"description": "**Deprecated.** Renamed to [`/subscription-settings`](update-room-subscription-settings). Read more in our [migration guide](https://liveblocks.io/docs/platform/upgrading/2.24).\n\nThis endpoint updates a user’s notification settings for a specific room. Corresponds to [`liveblocks.updateRoomNotificationSettings`](https://liveblocks.io/docs/api-reference/liveblocks-node#post-rooms-roomId-users-userId-notification-settings).",
"description": "**Deprecated.** Renamed to [`/subscription-settings`](#update-room-subscription-settings). Read more in our [migration guide](https://liveblocks.io/docs/upgrading/2.24).\n\nThis endpoint updates a user’s notification settings for a specific room. Corresponds to [`liveblocks.updateRoomNotificationSettings`](https://liveblocks.io/docs/api-reference/liveblocks-node#post-rooms-roomId-users-userId-notification-settings).",
"parameters": [
{
"schema": {
Expand Down Expand Up @@ -5766,7 +5766,7 @@
"tags": ["Notifications"],
"deprecated": true,
"x-badge": "Deprecated",
"description": "**Deprecated.** Renamed to [`/subscription-settings`](delete-room-subscription-settings). Read more in our [migration guide](https://liveblocks.io/docs/platform/upgrading/2.24).\n\nThis endpoint deletes a user’s notification settings for a specific room. Corresponds to [`liveblocks.deleteRoomNotificationSettings`](https://liveblocks.io/docs/api-reference/liveblocks-node#delete-rooms-roomId-users-userId-notification-settings).",
"description": "**Deprecated.** Renamed to [`/subscription-settings`](#delete-room-subscription-settings). Read more in our [migration guide](https://liveblocks.io/docs/upgrading/2.24).\n\nThis endpoint deletes a user’s notification settings for a specific room. Corresponds to [`liveblocks.deleteRoomNotificationSettings`](https://liveblocks.io/docs/api-reference/liveblocks-node#delete-rooms-roomId-users-userId-notification-settings).",
"parameters": [
{
"schema": {
Expand Down
129 changes: 125 additions & 4 deletions examples/nextjs-linear-like-issue-tracker/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading