docs: 重构 docs
parent
85f99e3a5e
commit
d9fbf121e5
|
@ -24,6 +24,13 @@ pnpm docs:dev
|
||||||
pnpm test:watch
|
pnpm test:watch
|
||||||
```
|
```
|
||||||
|
|
||||||
|
我们使用 cz-git 以交互式完成 git commit。
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git add .
|
||||||
|
pnpm cz
|
||||||
|
```
|
||||||
|
|
||||||
## 贡献
|
## 贡献
|
||||||
|
|
||||||
### 现有功能
|
### 现有功能
|
||||||
|
|
|
@ -4,6 +4,7 @@ import { defineConfig } from 'vitepress';
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
title: 'axios-miniprogram',
|
title: 'axios-miniprogram',
|
||||||
description: '基于 Promise 的 HTTP 请求库,适用于各大小程序平台。',
|
description: '基于 Promise 的 HTTP 请求库,适用于各大小程序平台。',
|
||||||
|
srcDir: 'pages',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
nav: [
|
nav: [
|
||||||
|
|
Loading…
Reference in New Issue