forked from Gitlink/gitlink_help_center
Update docusaurus.config.js
This commit is contained in:
parent
85af403476
commit
9df19bd662
|
@ -56,7 +56,26 @@ module.exports = {
|
|||
type: 'doc',
|
||||
docId: 'intro',
|
||||
position: 'left',
|
||||
label: '帮助中心'
|
||||
label: '帮助中心',
|
||||
to:'/'
|
||||
},
|
||||
{
|
||||
title: '更多开源',
|
||||
position: 'right',
|
||||
items: [
|
||||
{
|
||||
label: 'GitHub',
|
||||
to: 'https://github.com/',
|
||||
},
|
||||
{
|
||||
label: 'Gitee',
|
||||
to: 'https://gitee.com/',
|
||||
},
|
||||
{
|
||||
label: 'Gitlab',
|
||||
to: 'https://about.gitlab.com',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
href: 'https://github.com/boxyhq',
|
||||
|
@ -113,23 +132,6 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '更多开源',
|
||||
items: [
|
||||
{
|
||||
label: 'GitHub',
|
||||
to: 'https://github.com/',
|
||||
},
|
||||
{
|
||||
label: 'Gitee',
|
||||
to: 'https://gitee.com/',
|
||||
},
|
||||
{
|
||||
label: 'Gitlab',
|
||||
to: 'https://about.gitlab.com',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '加入我们',
|
||||
items: [
|
||||
|
|
Loading…
Reference in New Issue