feat:增加RustFS介绍文档

This commit is contained in:
2025-12-09 19:59:45 +08:00
parent 33a328c852
commit 23413ce227
5 changed files with 222 additions and 1 deletions

View File

@@ -42,7 +42,8 @@ export default defineConfig({
items: [
{ text: 'MySQL知识点', link: '/Web-Backend/MySQL-Knowledge' },
{ text: 'Flyway简单使用', link: '/Web-Backend/Flyway' },
{ text: 'MyBatis简介和使用', link: '/Web-Backend/MyBatis' }
{ text: 'MyBatis简介和使用', link: '/Web-Backend/MyBatis' },
{ text: 'RustFS简介和使用', link: '/Web-Backend/RustFS' }
]
},
],
@@ -73,6 +74,7 @@ export default defineConfig({
{
text: 'FastAPI',
items: [
{ text: 'FastAPI基础教程', link: '/FastAPI/FastAPIGuide' },
{ text: '基于OAuth2的FastApi安全验证', link: '/FastAPI/OAuth2' }
]
}