File tree Expand file tree Collapse file tree 3 files changed +15
-24
lines changed
i18n/zh-CN/docusaurus-theme-classic Expand file tree Collapse file tree 3 files changed +15
-24
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const config = {
36
36
37
37
scripts : [
38
38
// String format.
39
- '/js/salesiq.js' ,
39
+ // '/js/salesiq.js',
40
40
] ,
41
41
presets : [
42
42
[
@@ -116,12 +116,6 @@ const config = {
116
116
sidebarId : 'steedos-platform' ,
117
117
label : 'Platform' ,
118
118
} ,
119
- {
120
- type : 'docSidebar' ,
121
- position : 'left' ,
122
- sidebarId : 'solutions' ,
123
- label : 'Solutions' ,
124
- } ,
125
119
{
126
120
type : 'docSidebar' ,
127
121
position : 'left' ,
@@ -134,6 +128,12 @@ const config = {
134
128
sidebarId : 'developer' ,
135
129
label : 'Developer' ,
136
130
} ,
131
+ {
132
+ type : 'docSidebar' ,
133
+ position : 'left' ,
134
+ sidebarId : 'solutions' ,
135
+ label : 'Solutions' ,
136
+ } ,
137
137
{
138
138
type : 'search' ,
139
139
position : 'right' ,
@@ -251,25 +251,12 @@ const config = {
251
251
label : '400-820-1612 (China)' ,
252
252
href : 'tel:400-820-1612' ,
253
253
} ,
254
- {
255
- label : 'Contact Us' ,
256
- href : 'https://sp0dtpsxxk.jiandaoyun.com/f/660a2de0b0a76aafa09bde68' ,
257
- } ,
258
- {
259
- label : 'Github Discussions' ,
260
- href : 'https://github.com/orgs/steedos/discussions' ,
261
- } ,
262
- {
263
- html : `
264
- <div>
265
- <img src="https://console.steedos.cn/api/files/images/64631db2c106fe003e69cbac" alt="微信扫码" width="120" height="120" />
266
- </div>
267
- ` ,
268
- } ,
269
254
] ,
270
255
} ,
271
256
] ,
272
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Steedos Inc.` ,
257
+ copyright : `
258
+ Copyright © ${ new Date ( ) . getFullYear ( ) } Steedos Inc. <br/><br/> <a href="https://docs.steedos.cn">中文</a> | <a href="https://docs.steedos.com">English</a>
259
+ ` ,
273
260
} ,
274
261
prism : {
275
262
theme : darkCodeTheme ,
Original file line number Diff line number Diff line change 12
12
"description" : " The label of footer link with label=Steedos Enterprise linking to https://www.steedos.com/pricing/platform"
13
13
},
14
14
"copyright" : {
15
- "message" : " Copyright © 2024 Steedos Inc. <br/> (沪ICP备09089283号)" ,
15
+ "message" : " Copyright © 2024 Steedos Inc. <br/> (沪ICP备09089283号)<br/><br/> <a href='https://docs.steedos.cn'>中文</a> | <a href='https://docs.steedos.com'>English</a> " ,
16
16
"description" : " The footer copyright"
17
17
},
18
18
"link.title.Getting Started" : {
Original file line number Diff line number Diff line change @@ -16,7 +16,11 @@ export default function FooterWrapper(props) {
16
16
</ picture >
17
17
</ div >
18
18
</ div >
19
+
19
20
< Footer { ...props } />
21
+ < div class = "footer py-4" >
22
+ < img class = "mx-auto" src = "https://www.steedos.com/img/QR_contact1.png" alt = "微信扫码" width = "587" height = "216" />
23
+ </ div >
20
24
</ >
21
25
) ;
22
26
}
You can’t perform that action at this time.
0 commit comments