Skip to content

Commit

Permalink
docs: add repo name to <title>
Browse files Browse the repository at this point in the history
  • Loading branch information
prtksxna authored and Sanjaya Kumar Saxena committed Mar 14, 2019
1 parent b4a14fe commit df93339
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .jsdoc.json
Expand Up @@ -7,6 +7,9 @@
},
"plugins": ["plugins/markdown"],
"docdash": {
"meta": {
"title": "wink-perceptron - Wink JS"
},
"menu":{
"Github":{
"href":"https://github.com/winkjs/wink-perceptron",
Expand Down
7 changes: 5 additions & 2 deletions docs/Perceptron.html
Expand Up @@ -3,7 +3,10 @@
<head>

<meta charset="utf-8">
<title>Perceptron - Documentation</title>
<title>Perceptron - wink-perceptron - Wink JS</title>





<script src="scripts/prettify/prettify.js"></script>
Expand Down Expand Up @@ -1307,7 +1310,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Mar 13 2019 09:44:57 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 14 2019 10:25:19 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
7 changes: 5 additions & 2 deletions docs/global.html
Expand Up @@ -3,7 +3,10 @@
<head>

<meta charset="utf-8">
<title>Global - Documentation</title>
<title>Global - wink-perceptron - Wink JS</title>





<script src="scripts/prettify/prettify.js"></script>
Expand Down Expand Up @@ -369,7 +372,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Mar 13 2019 09:44:57 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 14 2019 10:25:19 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
7 changes: 5 additions & 2 deletions docs/index.html
Expand Up @@ -3,7 +3,10 @@
<head>

<meta charset="utf-8">
<title>Summary - Documentation</title>
<title>Summary - wink-perceptron - Wink JS</title>





<script src="scripts/prettify/prettify.js"></script>
Expand Down Expand Up @@ -222,7 +225,7 @@ <h3>Copyright &amp; License</h3><p><strong>wink-perceptron</strong> is copyright
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Mar 13 2019 09:44:57 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 14 2019 10:25:19 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
7 changes: 5 additions & 2 deletions docs/wink-perceptron.js.html
Expand Up @@ -3,7 +3,10 @@
<head>

<meta charset="utf-8">
<title>wink-perceptron.js - Documentation</title>
<title>wink-perceptron.js - wink-perceptron - Wink JS</title>





<script src="scripts/prettify/prettify.js"></script>
Expand Down Expand Up @@ -662,7 +665,7 @@ <h1 class="page-title">wink-perceptron.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Mar 13 2019 09:44:57 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 14 2019 10:25:19 GMT+0530 (IST) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down

0 comments on commit df93339

Please sign in to comment.