Skip to content

Commit

Permalink
change directory for API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyoseni committed Jun 6, 2017
1 parent bf968e2 commit 6f7776f
Show file tree
Hide file tree
Showing 49 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"opts": {
"template": "./node_modules/ink-docstrap/template",
"encoding": "utf8",
"destination": "documentation/docs",
"destination": "docs",
"recurse": true,
"private": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>

on 2017-06-04T23:12:59+01:00
on 2017-06-06T15:15:33+01:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion documentation/docs/global.html → docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -1736,7 +1736,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>

on 2017-06-04T23:12:59+01:00
on 2017-06-06T15:15:33+01:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>

on 2017-06-04T23:12:59+01:00
on 2017-06-06T15:15:33+01:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>

on 2017-06-04T23:12:59+01:00
on 2017-06-06T15:15:33+01:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ in order of associations
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>

on 2017-06-04T23:12:59+01:00
on 2017-06-06T15:15:33+01:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ restricts a deleted user access to endpoints
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>

on 2017-06-04T23:12:59+01:00
on 2017-06-06T15:15:33+01:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion documentation/docs/index.html → docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>

on 2017-06-04T23:12:59+01:00
on 2017-06-06T15:15:33+01:00

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test-e2e": "nightwatch",
"client:test": "_mocha --reporter spec client/test/testSetup.js client/test/**/*.spec.**",
"client:test:watch": "npm run client:test -- --watch",
"api-documentation": "rimraf docs/ && jsdoc -r -c ./conf.json --readme ./documentation/README.md --destination documentation/docs"
"api-documentation": "rimraf docs/ && jsdoc -r -c ./conf.json --readme ./documentation/README.md --destination docs"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6f7776f

Please sign in to comment.