We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4461796 commit 30cdcb6Copy full SHA for 30cdcb6
.vitepress/config.mts
@@ -13,6 +13,11 @@ export default defineConfig({
13
{ icon: 'twitter', link: 'https://twitter.com/rustfsofficial' },
14
{ icon: 'weibo', link: 'https://weibo.com/rustfs' },
15
],
16
+ themeConfig: {
17
+ editLink: {
18
+ pattern: 'https://github.com/rustfs/docs.rustfs.com/edit/main/docs/:path'
19
+ }
20
+ },
21
search: {
22
provider: 'local',
23
options: {
0 commit comments