forked from shipshapecode/shepherd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ESDoc, bump some deps (shipshapecode#365)
* serve logo from repo * add branding info to `.esdoc` config * link to Step#constructor in tour.js constructor doc * begin embedding examples into Tour#constructor parameter descriptions * Bump some deps, add some docs * Adjust paths for utils
- Loading branch information
1 parent
0c21449
commit 1464013
Showing
13 changed files
with
718 additions
and
1,062 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,13 +1,31 @@ | ||
module.exports = { | ||
source: './src', | ||
destination: './esdoc', | ||
destination: './docs/esdoc', | ||
index: "./README.md", | ||
excludes: ['utils'], | ||
plugins: [ | ||
{ | ||
name: 'esdoc-standard-plugin' | ||
name: 'esdoc-standard-plugin', | ||
option: { | ||
test: {source: "./test", includes: ["\\.spec\\.js$"]}, | ||
brand: { | ||
title: 'Shepherd', | ||
logo: './docs/assets/img/ship-shape-logo.png', | ||
description: 'Guide your users through a tour of your app.', | ||
repository: 'https://github.com/shipshapecode/shepherd.git' | ||
}, | ||
manual: { | ||
index: './README.md', | ||
files: [ | ||
'./manual/overview.md', | ||
'./CHANGELOG.md' | ||
] | ||
} | ||
} | ||
}, | ||
{ | ||
name: 'esdoc-ecmascript-proposal-plugin', | ||
option: { all: true } | ||
} | ||
] | ||
}; | ||
}; |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
/coverage/ | ||
/cypress/ | ||
/dist/ | ||
/esdoc/ | ||
/docs/esdoc/ | ||
/node_modules/ | ||
/test/unit/dist | ||
/.DS_Store | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Index |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Overview | ||
|
||
## Bar |
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.