Skip to content

Commit b6cc7ad

Browse files
committed
✨feat(首页): 底栏增加知乎、B站链接
1 parent b5f84df commit b6cc7ad

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docusaurus.config.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,24 @@ module.exports = {
107107
},
108108
]
109109
},
110+
{
111+
title: null,
112+
items:[
113+
{
114+
label:'在知乎',
115+
to: 'bhttps://www.zhihu.com/people/codelab-83'
116+
},
117+
]
118+
},
119+
{
120+
title: null,
121+
items:[
122+
{
123+
label:'在B站',
124+
to: 'https://space.bilibili.com/607249092'
125+
},
126+
]
127+
},
110128
],
111129
/*
112130
logo: {

0 commit comments

Comments
 (0)