diff --git a/docusaurus.config.ts b/docusaurus.config.ts index b166d8f..5e77bd6 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -9,7 +9,7 @@ const config: Config = { favicon: "img/favicon.ico", // Set the production url of your site here - url: "https://docs.helix.box", + url: "https://docs.helixbox.ai", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/", @@ -138,12 +138,12 @@ const config: Config = { { title: " ", items: [ { - html:`Helixbox + html:`Helixbox `, // title: "App", // items: [ // { // label: "Helixbox", - // to: "https://helix.box", + // to: "https://helixbox.ai", // }, // ], }, @@ -157,19 +157,15 @@ const config: Config = { items: [ { label: "Helixbox", - to: "https://helix.box/", + to: "https://helixbox.ai/", }, { label: "Bridge", - to: "https://bridge.helix.box/", + to: "https://bridge.helixbox.ai/", }, { label: "XToken BaaS", - to: "https://xtoken.helix.box/", - }, - { - label: "Liquidity Solver", - to: "https://helix.box/liquidity-solver", + to: "https://xtoken.helixbox.ai/", }, ], }, @@ -189,7 +185,7 @@ const config: Config = { { label: "Email", icon:"fab fa-envelope", - href: "mailto:hello@helix.box", + href: "mailto:hello@helixbox.ai", }, ], @@ -199,19 +195,19 @@ const config: Config = { items: [ { label: "Privacy Policy", - to: "https://helix.box/docs/Privacy_Policy.html", + to: "https://helixbox.ai/docs/Privacy_Policy.html", }, { label: "Terms of Use", - to: "https://helix.box/docs/Terms_of_Use.html", + to: "https://helixbox.ai/docs/Terms_of_Use.html", }, { label: "Cookies Policy", - to: "https://helix.box/docs/Cookies_Policy.html", + to: "https://helixbox.ai/docs/Cookies_Policy.html", }, { label: "3rd Party Services", - to: "https://helix.box/docs/3rd_Party_Services.html", + to: "https://helixbox.ai/docs/3rd_Party_Services.html", }, ], }, @@ -235,7 +231,7 @@ const config: Config = { async: false, }, { - src: 'https://dify.helix.box/embed.min.js', + src: 'https://dify.helixbox.ai/embed.min.js', async: true, id:"50BF6mXsnaB2kVMY" }, diff --git a/package.json b/package.json index eb7386f..266b231 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "helix.box-docs", + "name": "Helixbox-docs", "version": "0.0.1", "private": true, "scripts": { @@ -15,7 +15,7 @@ "typecheck": "tsc" }, "authors": [ - "hello@helix.box" + "hello@helixbox.ai" ], "license": "MIT", "dependencies": { diff --git a/static/js/ai.js b/static/js/ai.js index 4ddec0e..ec4160c 100644 --- a/static/js/ai.js +++ b/static/js/ai.js @@ -1,4 +1,4 @@ window.difyChatbotConfig = { token: '50BF6mXsnaB2kVMY', - baseUrl: 'https://dify.helix.box/', -}; \ No newline at end of file + baseUrl: 'https://dify.helixbox.ai/', +};