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 299f09b commit b916b7bCopy full SHA for b916b7b
docs/config.ts
@@ -9,7 +9,8 @@ export default defineAdditionalConfig({
9
nav: [
10
{ text: 'Home', link: 'https://rustfs.com' },
11
{ text: 'Installation', link: '/installation/linux' },
12
- { text: 'SDK', link: '/sdk' },
+ { text: 'MCP', link: '/developer/mcp/' },
13
+ { text: 'SDK', link: '/developer/sdk/' },
14
{ text: 'Demo', link: 'https://play.rustfs.com' },
15
{ text: 'Community', link: 'https://github.com/rustfs/rustfs/discussions' },
16
{ text: 'About', link: '/about' },
0 commit comments