From 72d0e3d990e98f254b99174a3a0dfd063d02314f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesus=20Manuel=20Pi=C3=B1eiro=20Cid?= Date: Fri, 13 Jun 2025 08:48:27 +0200 Subject: [PATCH 1/2] docs: update main link --- code/lib/constants.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/lib/constants.ts b/code/lib/constants.ts index 5376b83..9ef8374 100644 --- a/code/lib/constants.ts +++ b/code/lib/constants.ts @@ -3,10 +3,7 @@ // SPDX-License-Identifier: Apache-2.0 export const GITHUB_URL = "https://github.com/InditexTech/weavejs"; -// export const DOCUMENTATION_URL = -// "https://stunning-enigma-169l5kv.pages.github.io"; -export const DOCUMENTATION_URL = - "https://stunning-enigma-169l5kv.pages.github.io"; +export const DOCUMENTATION_URL = "https://inditextech.github.io/weavejs"; export const SIDEBAR_ELEMENTS = { images: "images", From e8c3a2ac51984f7ec5ef9dd91bc5f39323fe2ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesus=20Manuel=20Pi=C3=B1eiro=20Cid?= Date: Fri, 13 Jun 2025 08:51:49 +0200 Subject: [PATCH 2/2] chore: fix lint issue --- code/components/room/room.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/components/room/room.tsx b/code/components/room/room.tsx index 0052510..287c377 100644 --- a/code/components/room/room.tsx +++ b/code/components/room/room.tsx @@ -83,7 +83,7 @@ export const Room = () => { } return ""; - }, [loadedParams, loadingFetchConnectionUrl, status, roomLoaded]); + }, [loadedParams, loadingFetchConnectionUrl, status]); const storeProvider = useGetAzureWebPubSubProvider({ loadedParams,