Browse Source

[docs] Update links in credits, trigger build Github pages

develop
Muthu Kumar 7 years ago
parent
commit
a730dca5f5
  1. 4
      README.md
  2. 2
      docs/Select.html
  3. 2
      docs/Select.js.html
  4. 2
      docs/SelectIterable.html
  5. 2
      docs/SelectValue.html
  6. 6
      docs/index.html

4
README.md

@ -38,6 +38,6 @@ The following npm scripts are available: `npm run lint`, `npm run debug`, `npm r
## Credits
@Floofies was of huge help during development of this module.
[@Floofies](https://github.com/Floofies) was of huge help during development of this module.
Also, @TRGWII was a source of inspiration and guidance.
Also, [@TRGWII](https://github.com/trgwii) was a source of inspiration and guidance.

2
docs/Select.html

@ -976,7 +976,7 @@ Used in case a resolve is never set.
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 10 2018 04:31:54 GMT+0530 (IST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 10 2018 04:36:07 GMT+0530 (IST)
</footer>
<script> prettyPrint(); </script>

2
docs/Select.js.html

@ -181,7 +181,7 @@ module.exports = Select;
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 10 2018 04:31:54 GMT+0530 (IST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 10 2018 04:36:07 GMT+0530 (IST)
</footer>
<script> prettyPrint(); </script>

2
docs/SelectIterable.html

@ -1181,7 +1181,7 @@ SelectIterable instance.
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 10 2018 04:31:54 GMT+0530 (IST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 10 2018 04:36:07 GMT+0530 (IST)
</footer>
<script> prettyPrint(); </script>

2
docs/SelectValue.html

@ -273,7 +273,7 @@ Used in case a resolve is never set.
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 10 2018 04:31:54 GMT+0530 (IST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 10 2018 04:36:07 GMT+0530 (IST)
</footer>
<script> prettyPrint(); </script>

6
docs/index.html

@ -68,8 +68,8 @@ console.log(result.resolve()); // -> &quot;100 is greater than 10.&quot;</code><
</ul>
<p>Place your test file as <code>testscript.js</code> in root.</p>
<p>The following npm scripts are available: <code>npm run lint</code>, <code>npm run debug</code>, <code>npm run docs</code>.</p>
<h2>Credits</h2><p>@Floofies was of huge help during development of this module.</p>
<p>Also, @TRGWII was a source of inspiration and guidance.</p></article>
<h2>Credits</h2><p><a href="https://github.com/Floofies">@Floofies</a> was of huge help during development of this module.</p>
<p>Also, <a href="https://github.com/trgwii">@TRGWII</a> was a source of inspiration and guidance.</p></article>
</section>
@ -86,7 +86,7 @@ console.log(result.resolve()); // -> &quot;100 is greater than 10.&quot;</code><
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 10 2018 04:31:54 GMT+0530 (IST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 10 2018 04:36:07 GMT+0530 (IST)
</footer>
<script> prettyPrint(); </script>

Loading…
Cancel
Save