feat:增加RustFS介绍文档
This commit is contained in:
@@ -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' }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user