Skip to content

Commit

Permalink
Merge pull request #37 from Suzukaze7/vitepress
Browse files Browse the repository at this point in the history
modify detail view and doc footer
  • Loading branch information
Mq-b authored Apr 2, 2024
2 parents 5f43f67 + a9baf68 commit 6312323
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,17 @@ export default defineConfig({
},
socialLinks: [{ icon: 'github', link: repo_url }],

search: { provider: 'local' },
search: {
provider: 'local',
options: {
detailedView: true,
}
},
outline: { label: '页面导航' },
docFooter: {
prev: '上一页',
next: '下一页'
},
returnToTopLabel: '回到顶端',
},
markdown: {
Expand Down

0 comments on commit 6312323

Please sign in to comment.