1
0
mirror of https://github.com/iczer/vue-antd-admin synced 2025-04-06 04:00:06 +08:00

chore: update document; 🐶

This commit is contained in:
iczer 2020-06-28 21:44:18 +08:00
parent d214332218
commit cd854761f5
3 changed files with 2 additions and 6 deletions
docs

@ -16,7 +16,6 @@ module.exports = {
sidebar: [ sidebar: [
{ {
title: '开始', title: '开始',
path: '/start/',
collapsable: false, collapsable: false,
children: [ children: [
'/start/use', '/start/faq' '/start/use', '/start/faq'
@ -24,7 +23,6 @@ module.exports = {
}, },
{ {
title: '开发', title: '开发',
path: '/develop/',
collapsable: false, collapsable: false,
children: [ children: [
'/develop/block', '/develop/layout', '/develop/router', '/develop/page', '/develop/theme', '/develop/service', '/develop/mock' '/develop/block', '/develop/layout', '/develop/router', '/develop/page', '/develop/theme', '/develop/service', '/develop/mock'
@ -32,7 +30,6 @@ module.exports = {
}, },
{ {
title: '进阶', title: '进阶',
path: '/advance/',
collapsable: false, collapsable: false,
children: [ children: [
'/advance/i18n', '/advance/chart', '/advance/theme', '/advance/error', '/advance/authority' '/advance/i18n', '/advance/chart', '/advance/theme', '/advance/error', '/advance/authority'
@ -40,7 +37,6 @@ module.exports = {
}, },
{ {
title: '其它', title: '其它',
path: '/other/',
collapsable: false, collapsable: false,
children: [ children: [
'/other/upgrade', '/other/community' '/other/upgrade', '/other/community'

@ -5,7 +5,7 @@ heroImage: /logo.png
heroText: Vue Antd Admin heroText: Vue Antd Admin
tagline: 开箱即用的中台前端/设计解决方案 tagline: 开箱即用的中台前端/设计解决方案
actionText: 快速上手 → actionText: 快速上手 →
actionLink: /start/ actionLink: /start/use
features: features:
- title: 简洁 - title: 简洁
details: 以 Markdown 为中心的项目结构,以最少的配置帮助你专注于写作。 details: 以 Markdown 为中心的项目结构,以最少的配置帮助你专注于写作。

@ -4,7 +4,7 @@ lang: zh-CN
--- ---
# 使用 # 使用
## 准备 ## 准备
你的本地环境需要安装 yarn、node 和 git。我们的技术栈基于 ES2015+、Vue、Antd,提前学习这些知识会非常有帮助。 你的本地环境需要安装 yarn、node 和 git。我们的技术栈基于 ES2015+、Vue、Antd提前学习这些知识会非常有帮助。
## 安装 ## 安装
克隆本项目到本地 克隆本项目到本地
```bash ```bash