feat: 构建文档基础框架
This commit is contained in:
3
docs/how-to/database/mysql/install-on-ubuntu.md
Normal file
3
docs/how-to/database/mysql/install-on-ubuntu.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# MySQL 8.x 数据库安装配置 (Ubuntu 系统)
|
||||
|
||||
待完善
|
3
docs/how-to/database/mysql/install-on-windows.md
Normal file
3
docs/how-to/database/mysql/install-on-windows.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# MySQL 8.x 数据库安装配置 (Windows 系统)
|
||||
|
||||
待完善
|
10
docs/how-to/index.md
Normal file
10
docs/how-to/index.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# How to ... ? 如何做系列教程
|
||||
|
||||
请在左侧选择教程。
|
||||
|
||||
<contents :sidebar-item="sidebar['/how-to/']" />
|
||||
|
||||
<script setup>
|
||||
import contents from '/components/contents.vue'
|
||||
import { sidebar } from '/sidebar.mts';
|
||||
</script>
|
Reference in New Issue
Block a user