Skip to content

Commit ea13fdd

Browse files
authored
Update theme.config.tsx
1 parent d33a0a5 commit ea13fdd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/theme.config.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ import { DocsThemeConfig } from 'nextra-theme-docs'
44
const config: DocsThemeConfig = {
55
head: (
66
<>
7-
<title>JumpServer 技术白皮书</title>
7+
<title>MaxKB 技术白皮书</title>
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<link rel="icon" href="/whitepaper/logo.png" />
9+
<link rel="icon" href="/whitepaper/MaxKB-03.png" />
1010
</>
1111
),
1212
logo: (
1313
<>
1414
<img
15-
src="/whitepaper/logo.png"
16-
alt="JumpServer 技术白皮书"
15+
src="/whitepaper/MaxKB-03.png"
16+
alt="MaxKB 技术白皮书"
1717
style={{ height: 24, marginRight: 8 }}
1818
/>
19-
<span style={{ fontWeight: 600 }}>JumpServer 技术白皮书</span>
19+
<span style={{ fontWeight: 600 }}>MaxKB 技术白皮书</span>
2020
</>
2121
),
2222
footer: {
@@ -39,7 +39,7 @@ const config: DocsThemeConfig = {
3939
component: ({ className }) => (
4040
<a
4141
className={className}
42-
href="https://github.com/jumpserver/whitepaper"
42+
href="https://github.com/1Panel-dev/MaxKB-Whitepaper"
4343
target="_blank"
4444
rel="noreferrer"
4545
>
@@ -49,7 +49,7 @@ const config: DocsThemeConfig = {
4949
},
5050
feedback: {
5151
content: '有问题?点此反馈 →',
52-
useLink: () => 'https://github.com/jumpserver/whitepaper/issues'
52+
useLink: () => 'https://github.com/1Panel-dev/MaxKB-Whitepaper/issues'
5353
},
5454
themeSwitch: {
5555
useOptions: {

0 commit comments

Comments
 (0)