Skip to content

Commit

Permalink
docs: update site
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Jan 6, 2019
1 parent 7f7eaad commit b6d6eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package-lock.json
yarn.lock
coverage/
.nyc_output
docs_dist/
.idea/
.vscode/
app/public/**/*.js
Expand Down
3 changes: 1 addition & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
themeConfig: {
repo: `macacajs/${name}`,
editLinks: true,
docsDir: 'docs_src',
docsDir: 'docs',
locales: {
'/': {
label: 'English',
Expand Down Expand Up @@ -104,7 +104,6 @@ function genSidebarConfig(guide) {
collapsable: false,
children: [
'',
'usage',
],
},
];
Expand Down

0 comments on commit b6d6eb4

Please sign in to comment.