-
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use ' over " 🌂 * use routeMode opts --vue-router 🥽
- Loading branch information
1 parent
50fc5ac
commit 875d438
Showing
2 changed files
with
34 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
docute.init({ | ||
debug: true, | ||
title: 'Lass', | ||
repo: 'lassjs/lass', | ||
'edit-link': 'https://github.com/lassjs/lass/tree/master/', | ||
twitter: 'niftylettuce', | ||
nav: { | ||
default: [ | ||
{ | ||
title: 'Scaffold a modern package boilerplate for Node.js', | ||
path: '/' | ||
} | ||
] | ||
}, | ||
plugins: [ | ||
docuteEmojify() | ||
] | ||
debug: true, | ||
routerMode: 'history', | ||
title: 'Lass', | ||
repo: 'lassjs/lass', | ||
'edit-link': 'https://github.com/lassjs/lass/tree/master/', | ||
twitter: 'niftylettuce', | ||
nav: { | ||
default: [ | ||
{ | ||
title: 'Scaffold a modern package boilerplate for Node.js', | ||
path: '/' | ||
} | ||
] | ||
}, | ||
plugins: [ | ||
docuteEmojify() | ||
] | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters