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 30cdcb6 commit 3c725edCopy full SHA for 3c725ed
.vitepress/config.mts
@@ -13,11 +13,9 @@ export default defineConfig({
13
{ icon: 'twitter', link: 'https://twitter.com/rustfsofficial' },
14
{ icon: 'weibo', link: 'https://weibo.com/rustfs' },
15
],
16
- themeConfig: {
17
- editLink: {
+ 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