We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a924477 commit 72d0e3dCopy full SHA for 72d0e3d
code/lib/constants.ts
@@ -3,10 +3,7 @@
3
// SPDX-License-Identifier: Apache-2.0
4
5
export const GITHUB_URL = "https://github.com/InditexTech/weavejs";
6
-// export const DOCUMENTATION_URL =
7
-// "https://stunning-enigma-169l5kv.pages.github.io";
8
-export const DOCUMENTATION_URL =
9
- "https://stunning-enigma-169l5kv.pages.github.io";
+export const DOCUMENTATION_URL = "https://inditextech.github.io/weavejs";
10
11
export const SIDEBAR_ELEMENTS = {
12
images: "images",
0 commit comments