Skip to content

Commit 3889c28

Browse files
committed
helix.box->helixbox.ai
1 parent 341c8d3 commit 3889c28

File tree

3 files changed

+16
-20
lines changed

3 files changed

+16
-20
lines changed

docusaurus.config.ts

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config: Config = {
99
favicon: "img/favicon.ico",
1010

1111
// Set the production url of your site here
12-
url: "https://docs.helix.box",
12+
url: "https://docs.helixbox.ai",
1313
// Set the /<baseUrl>/ pathname under which your site is served
1414
// For GitHub pages deployment, it is often '/<projectName>/'
1515
baseUrl: "/",
@@ -138,12 +138,12 @@ const config: Config = {
138138
{ title: " ",
139139
items: [
140140
{
141-
html:`<a href="https://helix.box" alt="Helixbox"><img src="/img/logo.png" alt="Helixbox" height="22" />
141+
html:`<a href="https://helixbox.ai" alt="Helixbox"><img src="/img/logo.png" alt="Helixbox" height="22" />
142142
</a>`, // title: "App",
143143
// items: [
144144
// {
145145
// label: "Helixbox",
146-
// to: "https://helix.box",
146+
// to: "https://helixbox.ai",
147147
// },
148148
// ],
149149
},
@@ -157,19 +157,15 @@ const config: Config = {
157157
items: [
158158
{
159159
label: "Helixbox",
160-
to: "https://helix.box/",
160+
to: "https://helixbox.ai/",
161161
},
162162
{
163163
label: "Bridge",
164-
to: "https://bridge.helix.box/",
164+
to: "https://bridge.helixbox.ai/",
165165
},
166166
{
167167
label: "XToken BaaS",
168-
to: "https://xtoken.helix.box/",
169-
},
170-
{
171-
label: "Liquidity Solver",
172-
to: "https://helix.box/liquidity-solver",
168+
to: "https://xtoken.helixbox.ai/",
173169
},
174170
],
175171
},
@@ -189,7 +185,7 @@ const config: Config = {
189185
{
190186
label: "Email",
191187
icon:"fab fa-envelope",
192-
href: "mailto:hello@helix.box",
188+
href: "mailto:hello@helixbox.ai",
193189
},
194190

195191
],
@@ -199,19 +195,19 @@ const config: Config = {
199195
items: [
200196
{
201197
label: "Privacy Policy",
202-
to: "https://helix.box/docs/Privacy_Policy.html",
198+
to: "https://helixbox.ai/docs/Privacy_Policy.html",
203199
},
204200
{
205201
label: "Terms of Use",
206-
to: "https://helix.box/docs/Terms_of_Use.html",
202+
to: "https://helixbox.ai/docs/Terms_of_Use.html",
207203
},
208204
{
209205
label: "Cookies Policy",
210-
to: "https://helix.box/docs/Cookies_Policy.html",
206+
to: "https://helixbox.ai/docs/Cookies_Policy.html",
211207
},
212208
{
213209
label: "3rd Party Services",
214-
to: "https://helix.box/docs/3rd_Party_Services.html",
210+
to: "https://helixbox.ai/docs/3rd_Party_Services.html",
215211
},
216212
],
217213
},
@@ -235,7 +231,7 @@ const config: Config = {
235231
async: false,
236232
},
237233
{
238-
src: 'https://dify.helix.box/embed.min.js',
234+
src: 'https://dify.helixbox.ai/embed.min.js',
239235
async: true,
240236
id:"50BF6mXsnaB2kVMY"
241237
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "helix.box-docs",
2+
"name": "Helixbox-docs",
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
@@ -15,7 +15,7 @@
1515
"typecheck": "tsc"
1616
},
1717
"authors": [
18-
"hello@helix.box"
18+
"hello@helixbox.ai"
1919
],
2020
"license": "MIT",
2121
"dependencies": {

static/js/ai.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
window.difyChatbotConfig = {
22
token: '50BF6mXsnaB2kVMY',
3-
baseUrl: 'https://dify.helix.box/',
4-
};
3+
baseUrl: 'https://dify.helixbox.ai/',
4+
};

0 commit comments

Comments
 (0)