diff --git a/docusaurus.config.js b/docusaurus.config.js
index bfcf9db..896f72b 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -36,7 +36,7 @@ const config = {
scripts: [
// String format.
- '/js/salesiq.js',
+ // '/js/salesiq.js',
],
presets: [
[
@@ -116,12 +116,6 @@ const config = {
sidebarId: 'steedos-platform',
label: 'Platform',
},
- {
- type: 'docSidebar',
- position: 'left',
- sidebarId: 'solutions',
- label: 'Solutions',
- },
{
type: 'docSidebar',
position: 'left',
@@ -134,6 +128,12 @@ const config = {
sidebarId: 'developer',
label: 'Developer',
},
+ {
+ type: 'docSidebar',
+ position: 'left',
+ sidebarId: 'solutions',
+ label: 'Solutions',
+ },
{
type: 'search',
position: 'right',
@@ -251,25 +251,12 @@ const config = {
label: '400-820-1612 (China)',
href: 'tel:400-820-1612',
},
- {
- label: 'Contact Us',
- href: 'https://sp0dtpsxxk.jiandaoyun.com/f/660a2de0b0a76aafa09bde68',
- },
- {
- label: 'Github Discussions',
- href: 'https://github.com/orgs/steedos/discussions',
- },
- {
- html: `
-
-
-
- `,
- },
],
},
],
- copyright: `Copyright © ${new Date().getFullYear()} Steedos Inc.`,
+ copyright: `
+ Copyright © ${new Date().getFullYear()} Steedos Inc.
中文 | English
+ `,
},
prism: {
theme: darkCodeTheme,
diff --git a/i18n/zh-CN/docusaurus-theme-classic/footer.json b/i18n/zh-CN/docusaurus-theme-classic/footer.json
index a97c0ce..bc3f63f 100644
--- a/i18n/zh-CN/docusaurus-theme-classic/footer.json
+++ b/i18n/zh-CN/docusaurus-theme-classic/footer.json
@@ -12,7 +12,7 @@
"description": "The label of footer link with label=Steedos Enterprise linking to https://www.steedos.com/pricing/platform"
},
"copyright": {
- "message": "Copyright © 2024 Steedos Inc.
(沪ICP备09089283号)",
+ "message": "Copyright © 2024 Steedos Inc.
(沪ICP备09089283号)
中文 | English",
"description": "The footer copyright"
},
"link.title.Getting Started": {
diff --git a/src/theme/Footer/index.js b/src/theme/Footer/index.js
index 86eb520..8bcc5c6 100644
--- a/src/theme/Footer/index.js
+++ b/src/theme/Footer/index.js
@@ -16,7 +16,11 @@ export default function FooterWrapper(props) {
+
+
>
);
}