Skip to content

Commit

Permalink
Add demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jul 13, 2019
1 parent 34cebde commit 7064d6d
Show file tree
Hide file tree
Showing 45 changed files with 5 additions and 21,780 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/.nyc_output/
/coverage/
/cypress/
/docs/
/dist/
/node_modules/
/test/unit/dist
Expand Down
8 changes: 4 additions & 4 deletions .jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ module.exports = {
// Do not disable sorting
disableSort: false,
// Do not collapse, show all methods
collapse: false
// 'resources': {
// 'google': 'https://www.google.com/'
// }
collapse: false,
resources: {
Demo: 'https://shepherdjs.dev/demo/'
}
},
opts: {
destination: './docs/',
Expand Down
Loading

0 comments on commit 7064d6d

Please sign in to comment.