Skip to content

helix.box->helixbox.ai #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
28 changes: 12 additions & 16 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
Expand Down Expand Up @@ -138,12 +138,12 @@ const config: Config = {
{ title: " ",
items: [
{
html:`<a href="https://helix.box" alt="Helixbox"><img src="/img/logo.png" alt="Helixbox" height="22" />
html:`<a href="https://helixbox.ai" alt="Helixbox"><img src="/img/logo.png" alt="Helixbox" height="22" />
</a>`, // title: "App",
// items: [
// {
// label: "Helixbox",
// to: "https://helix.box",
// to: "https://helixbox.ai",
// },
// ],
},
Expand All @@ -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/",
},
],
},
Expand All @@ -189,7 +185,7 @@ const config: Config = {
{
label: "Email",
icon:"fab fa-envelope",
href: "mailto:hello@helix.box",
href: "mailto:hello@helixbox.ai",
},

],
Expand All @@ -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",
},
],
},
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "helix.box-docs",
"name": "Helixbox-docs",
"version": "0.0.1",
"private": true,
"scripts": {
Expand All @@ -15,7 +15,7 @@
"typecheck": "tsc"
},
"authors": [
"hello@helix.box"
"hello@helixbox.ai"
],
"license": "MIT",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions static/js/ai.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
window.difyChatbotConfig = {
token: '50BF6mXsnaB2kVMY',
baseUrl: 'https://dify.helix.box/',
};
baseUrl: 'https://dify.helixbox.ai/',
};
Loading