Skip to content

Commit 02cadf6

Browse files
committed
Update docusaurus.config.js
1 parent 57e81a5 commit 02cadf6

File tree

1 file changed

+5
-28
lines changed

1 file changed

+5
-28
lines changed

docusaurus.config.js

+5-28
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
66

77
/** @type {import('@docusaurus/types').Config} */
88
const config = {
9-
// title: "DATAFOR数据可视化与分析平台",
9+
// title: "Datafor",
1010
// tagline: "Dinosaurs are cool",
1111
// url: "https://datafor.com.cn",
1212
// baseUrl: "/",
@@ -32,7 +32,7 @@ const config = {
3232
// }
3333
// },
3434

35-
title: "DATAFOR数据可视化与分析平台帮助文档",
35+
title: "Datafor",
3636
tagline: "DATAFOR",
3737
url: "https://datafor123.github.io/",
3838
baseUrl: "/docs/",
@@ -116,34 +116,11 @@ const config = {
116116
style: "dark",
117117
links: [
118118
{
119-
title: "上海数位信息技术有限公司",
120-
items: [
121-
{
122-
label: "产品文档",
123-
to: "/"
124-
}
125-
]
126-
},
127-
{
128-
title: "联系我们",
129-
items: [
130-
{
131-
label: "联系我们",
132-
href: "/"
133-
}
134-
]
135-
},
136-
{
137-
title: "更多",
138-
items: [
139-
{
140-
label: "视频",
141-
to: "/"
142-
}
143-
]
119+
title: "Datafor Co., Ltd.",
120+
144121
}
145122
],
146-
copyright: `Copyright © ${new Date().getFullYear()} DATAFOR, Inc.`
123+
copyright: `Copyright © ${new Date().getFullYear()} Datafor Co., Ltd.`
147124
},
148125
prism: {
149126
theme: lightCodeTheme,

0 commit comments

Comments
 (0)