Skip to content

Commit 84cc21b

Browse files
committed
Tue Dec 28 17:28:03 CST 2021
1 parent 336187c commit 84cc21b

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

docusaurus.config.js

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,39 +39,46 @@ module.exports = {
3939
{
4040
title: '文档',
4141
items: [
42+
{ label: '产品文档',
43+
href: 'https://www.finclip.com/mop/document/',
44+
},
4245
{
4346
label: '运维文档',
4447
to: '/docs/introduction',
4548
},
4649
],
4750
},
4851
{
49-
title: '社区',
52+
title: '开发资源',
5053
items: [
51-
{
52-
label: 'GitHub',
53-
href: 'https://github.com/finogeeks',
54+
{
55+
label: '资源下载中心',
56+
href: 'https://www.finclip.com/downloads'
5457
},
5558
{
56-
label: '开发者社区',
57-
href: 'https://developer.finogeeks.com/',
59+
label: '小程序应用市场',
60+
href: 'https://www.finclip.com/market',
5861
},
5962
{
60-
label: '小程序生态圈',
61-
href: 'https://finclip.com/#/ecosystem',
63+
label: 'GitHub',
64+
href: 'https://github.com/finogeeks',
6265
},
6366
],
6467
},
6568
{
6669
title: '更多',
6770
items: [
6871
{
69-
label: '博客',
72+
label: 'FinClip官网',
73+
href: 'https://www.finclip.com/',
74+
},
75+
{
76+
label: '运维博客',
7077
to: '/blog',
7178
},
7279
{
73-
label: 'GitHub',
74-
href: 'https://github.com/finogeeks',
80+
label: '产品博客',
81+
href: 'https://www.finclip.com/blog/',
7582
},
7683
],
7784
},

0 commit comments

Comments
 (0)