1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

feat: 构建文档基础框架

This commit is contained in:
2025-02-21 00:13:26 +08:00
parent ec9656071f
commit 8820544319
10 changed files with 159 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
# MySQL 8.x 数据库安装配置 (Ubuntu 系统)
待完善

View File

@@ -0,0 +1,3 @@
# MySQL 8.x 数据库安装配置 (Windows 系统)
待完善

10
docs/how-to/index.md Normal file
View 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>