File tree 1 file changed +5
-28
lines changed
1 file changed +5
-28
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const darkCodeTheme = require("prism-react-renderer/themes/dracula");
6
6
7
7
/** @type {import('@docusaurus/types').Config } */
8
8
const config = {
9
- // title: "DATAFOR数据可视化与分析平台 ",
9
+ // title: "Datafor ",
10
10
// tagline: "Dinosaurs are cool",
11
11
// url: "https://datafor.com.cn",
12
12
// baseUrl: "/",
@@ -32,7 +32,7 @@ const config = {
32
32
// }
33
33
// },
34
34
35
- title : "DATAFOR数据可视化与分析平台帮助文档 " ,
35
+ title : "Datafor " ,
36
36
tagline : "DATAFOR" ,
37
37
url : "https://datafor123.github.io/" ,
38
38
baseUrl : "/docs/" ,
@@ -116,34 +116,11 @@ const config = {
116
116
style : "dark" ,
117
117
links : [
118
118
{
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
+
144
121
}
145
122
] ,
146
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } DATAFOR, Inc .`
123
+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Datafor Co., Ltd .`
147
124
} ,
148
125
prism : {
149
126
theme : lightCodeTheme ,
You can’t perform that action at this time.
0 commit comments