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 4611e4a commit 0a49c93Copy full SHA for 0a49c93
.vitepress/config.mts
@@ -7,8 +7,8 @@ const prod = !!process.env.VITEPRESS_PROD
7
8
// https://vitepress.dev/reference/site-config
9
export default defineConfig({
10
- title: 'RustFS',
11
- description: 'RustFS is a high-performance distributed object storage software built using Rust',
+ title: 'RustFS Documentation',
+ description: 'RustFS is an S3-compatible distributed object storage engine written in Rust.',
12
lang: 'en-US',
13
ignoreDeadLinks: true,
14
lastUpdated: true,
0 commit comments