Skip to content

Commit

Permalink
Move esdoc to root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed May 2, 2019
1 parent 3ca6387 commit 1bf5ec6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .esdoc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
source: './src',
destination: './docs/esdoc',
destination: './esdoc',
index: "./README.md",
excludes: ['utils'],
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/coverage/
/cypress/
/dist/
/docs/esdoc/
/esdoc/
/node_modules/
/test/unit/dist
/.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- yarn esdoc
before_deploy:
- git add -f --all dist/
- git add -f --all docs/esdoc/
- git add -f --all esdoc/
deploy:
provider: pages
skip-cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tour.start();
Documentation
----------------------------------------------------------

[API documentation](https://shipshapecode.github.io/shepherd/docs/esdoc/)
[API documentation](https://shipshapecode.github.io/shepherd/esdoc/)

Demo
----------------------------------------------------------
Expand Down

0 comments on commit 1bf5ec6

Please sign in to comment.