We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7e4ba commit e6e72baCopy full SHA for e6e72ba
.vitepress/config.mts
@@ -8,14 +8,12 @@ export default defineConfig({
8
siteTitle: false,
9
logo: { src: '/images/logo.svg', height: 24 },
10
logoLink: { link: 'https://rustfs.com', target: '_blank' },
11
+ editLink: { pattern: 'https://github.com/rustfs/docs.rustfs.com/edit/main/docs/:path'},
12
socialLinks: [
13
{ icon: 'github', link: 'https://github.com/rustfs/rustfs' },
14
{ icon: 'twitter', link: 'https://twitter.com/rustfsofficial' },
15
{ icon: 'weibo', link: 'https://weibo.com/rustfs' },
16
],
- editLink: {
17
- pattern: 'https://github.com/rustfs/docs.rustfs.com/edit/main/docs/:path'
18
- },
19
search: {
20
provider: 'local',
21
options: {
0 commit comments