docs style groundwork (#7281)

* docs style groundwork

* update docs style
This commit is contained in:
杨奕
2017-09-28 22:36:38 -05:00
committed by Black Wayne
parent fa6580e7a9
commit d34e38a936
7 changed files with 109 additions and 26 deletions

View File

@@ -90,7 +90,7 @@
methods: {
setNav() {
let nav = navConfig[this.lang];
this.nav = nav[0].children.concat(nav[1]);
this.nav = [nav[0]].concat(nav[2].children);
nav[3].groups.map(group => group.list).forEach(list => {
this.nav = this.nav.concat(list);
});