Skip to content

Commit 8b1e78b

Browse files
committed
feat: add 404 page for template
1 parent 488afe0 commit 8b1e78b

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction
22

3-
You can custom [antd-website](https://pro.ant.design/) in a config, just like [Vuepress](https://github.com/vuejs/vuepress)
3+
A static docs generator based on Ant Design and GatsbyJs
44

55
# Usage
66

packages/cli/template/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
# AntSide official website
1+
# Introduction
22

3-
## Introduction
3+
A static docs generator based on Ant Design and GatsbyJs
44

5-
This is the official website of `AntdSite`.
5+
# Usage
6+
7+
```bash
8+
yarn gloabl add antdsite-cli
9+
# or npm install antdsite-cli -g
10+
11+
antdsite my-docs
12+
```

0 commit comments

Comments
 (0)