File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,12 @@ export default defineConfig({
88 'https://user-images.githubusercontent.com/9554297/83762004-a0761b00-a6a9-11ea-83b4-9c8ff721d4b8.png' ,
99 outputPath : 'docs-dist' ,
1010 mode : 'site' ,
11+ navs : [
12+ null , // null 值代表保留约定式生成的导航,只做增量配置
13+ {
14+ title : 'GitHub' ,
15+ path : 'https://github.com/querycap/webappkit' ,
16+ } ,
17+ ] ,
1118 // more config: https://d.umijs.org/config
1219} ) ;
Original file line number Diff line number Diff line change 88features :
99 - icon : https://gw.alipayobjects.com/zos/bmw-prod/881dc458-f20b-407b-947a-95104b5ec82b/k79dm8ih_w144_h144.png
1010 title : 开箱即用
11- desc : Balabala
11+ desc : 无需编写webpack配置
1212 - icon : https://gw.alipayobjects.com/zos/bmw-prod/d60657df-0822-4631-9d7c-e7a869c2f21c/k79dmz3q_w126_h126.png
13- title : 快速开发
14- desc : Balabala
13+ title : 自动化
14+ desc : CI、CD流程自动化,自动生成后端接口类型
1515 - icon : https://gw.alipayobjects.com/zos/bmw-prod/d1ee0c6f-5aed-4a45-a507-339a4bfe076c/k7bjsocq_w144_h144.png
16- title : 组件开发
17- desc : Balabala
16+ title : All in Typescript
17+ desc : 可读性强,更少出错
1818footer : Open-source MIT Licensed | Copyright © 2020<br />Powered by [dumi](https://d.umijs.org)
1919---
2020
21- ## Hello querycap.github.io!
21+ ### Web 前端开发文档
Original file line number Diff line number Diff line change 77 path : /guide
88---
99
10+ [ ![ Build Status] ( https://img.shields.io/travis/querycap/devkit.svg?style=flat-square )] ( https://travis-ci.org/querycap/devkit )
11+ [ ![ codecov] ( https://codecov.io/gh/querycap/devkit/branch/master/graph/badge.svg )] ( https://codecov.io/gh/querycap/devkit )
12+
1013## 环境准备
1114
1215- node:15.x (建议安装 nvm)
1316- yarn:2.x (升级指南)
1417- pnpm: 6 (升级指南)
1518- npm 源:https://registry.npmjs.org 或 https://registry.yarnpkg.com , 禁止使用淘宝源
16-
17- # DevKit
18-
19- [ ![ Build Status] ( https://img.shields.io/travis/querycap/devkit.svg?style=flat-square )] ( https://travis-ci.org/querycap/devkit )
20- [ ![ codecov] ( https://codecov.io/gh/querycap/devkit/branch/master/graph/badge.svg )] ( https://codecov.io/gh/querycap/devkit )
21-
22- ## Environment
23-
24- - Node 14+
2519- TypeScript Only
2620- No IE
2721
You can’t perform that action at this time.
0 commit comments