feat:重构导航栏侧边栏
This commit is contained in:
@@ -8,29 +8,16 @@ description: Web后端开发技术文档,包含数据库、框架、中间件
|
||||
|
||||
后端开发技术栈的学习笔记和总结。
|
||||
|
||||
### 🍃 SpringBoot
|
||||
SpringBoot 框架学习系列:
|
||||
<script setup>
|
||||
import { routers } from '../.vitepress/theme/router'
|
||||
import { withBase } from 'vitepress'
|
||||
</script>
|
||||
|
||||
- [Spring IOC简介](/Web-Backend/SpringBoot/SpringIOC)
|
||||
- [SpringBoot启动流程](/Web-Backend/SpringBoot/SpringBoot-Start-Process)
|
||||
- [Spring MVC简介](/Web-Backend/SpringBoot/SpringMVC)
|
||||
- [SpringBoot Starter原理](/Web-Backend/SpringBoot/SpringBootStarter)
|
||||
- [SpringBoot Bean简介](/Web-Backend/SpringBoot/SpringBootBean)
|
||||
- [SpringBoot3原生镜像](/Web-Backend/SpringBoot/SpringBoot3-GraalVM)
|
||||
- [SpingBoot技巧](/Web-Backend/SpringBoot/SpingBoot-Skills)
|
||||
- [SpringBoot Common](/Web-Backend/SpringBoot/SpringBoot-Common)
|
||||
|
||||
### 🐍 FastAPI
|
||||
Python FastAPI 框架学习:
|
||||
|
||||
- [FastAPI基础教程](/Web-Backend/FastAPI/FastAPI-Guide)
|
||||
- [基于OAuth2的FastApi安全验证](/Web-Backend/FastAPI/OAuth2)
|
||||
|
||||
### 🔄 其他
|
||||
|
||||
- [MySQL知识点](/Web-Backend/Others/MySQL-Knowledge)
|
||||
- [Flyway简单使用](/Web-Backend/Others/Flyway)
|
||||
- [MyBatis简介和使用](/Web-Backend/Others/MyBatis)
|
||||
- [RustFS简介和使用](/Web-Backend/Others/RustFS)
|
||||
- [AList简介和使用](/Web-Backend/Others/AList)
|
||||
- [网络编程简介](/Web-Backend/Others/Netword-Program)
|
||||
<div v-for="category in routers[1].items" :key="category.text">
|
||||
<h3>{{ category.text }}</h3>
|
||||
<ul>
|
||||
<li v-for="item in category.items" :key="item.text">
|
||||
<a :href="withBase(item.link)">{{ item.text }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user