docs: 重构 docs

pull/41/head
zjx0905 2023-04-11 16:10:23 +08:00
parent 85f99e3a5e
commit d9fbf121e5
24 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,13 @@ pnpm docs:dev
pnpm test:watch
```
我们使用 cz-git 以交互式完成 git commit。
```bash
git add .
pnpm cz
```
## 贡献
### 现有功能

View File

@ -4,6 +4,7 @@ import { defineConfig } from 'vitepress';
export default defineConfig({
title: 'axios-miniprogram',
description: '基于 Promise 的 HTTP 请求库,适用于各大小程序平台。',
srcDir: 'pages',
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [