[Doc] add introduction page (#452)

This commit is contained in:
neverland
2017-12-19 13:08:09 +08:00
committed by GitHub
parent 79a2b13b63
commit 02a8c2a592
13 changed files with 161 additions and 38 deletions

View File

@@ -32,6 +32,11 @@ module.exports = {
groups: [
{
list: [
{
path: '/intro',
title: '介绍',
noExample: true
},
{
path: '/quickstart',
title: '快速上手',
@@ -315,6 +320,11 @@ module.exports = {
groups: [
{
list: [
{
path: '/intro',
title: 'Introduction',
noExample: true
},
{
path: '/quickstart',
title: 'Getting Started',