Skip to content

Commit 936ef7c

Browse files
committed
auto commit
1 parent 51d9dbc commit 936ef7c

5 files changed

Lines changed: 687 additions & 3 deletions

File tree

docs/.vuepress/config.js

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default defineUserConfig({
1313
{
1414
text: '主页',
1515
link: 'https://o256.github.io/',
16+
target: '_self',
1617
},
1718
{
1819
text: 'Redis',
@@ -24,16 +25,20 @@ export default defineUserConfig({
2425
},
2526
{
2627
text: '作文',
27-
link: '/essay/grade3/content/plants.md',
28+
link: '/essay/',
2829
},
2930
{
3031
text: 'Markdown',
31-
link: '/markdown/cheatsheet.md',
32+
link: '/markdown/',
3233
},
3334
{
3435
text: 'Lua',
35-
link: '/lua/reference.md',
36+
link: '/lua/',
3637
},
38+
{
39+
text: '收藏',
40+
link: '/collection/',
41+
}
3742
],
3843

3944
sidebar: {
@@ -111,6 +116,12 @@ export default defineUserConfig({
111116
],
112117
},
113118
],
119+
'/collection/': [
120+
{
121+
text: '如何更好地提问',
122+
link: '/collection/HowToAskQuestionsTheSmartWay.md',
123+
},
124+
],
114125
},
115126
}),
116127

0 commit comments

Comments
 (0)