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 996167c commit dcf39f6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
},
"plugins": ["plugins/markdown"],
"docdash": {
"meta": {
"title": "wink-sentiment - Wink JS"
},
"menu":{
"Github": {
"href":"https://github.com/winkjs/wink-sentiment",
Expand Down
7 changes: 5 additions & 2 deletions docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<head>

<meta charset="utf-8">
<title>Global - Documentation</title>
<title>Global - wink-naive-bayes-text-classifier - Wink JS</title>





<script src="scripts/prettify/prettify.js"></script>
Expand Down Expand Up @@ -445,7 +448,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:38:24 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:20:36 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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<head>

<meta charset="utf-8">
<title>Summary - Documentation</title>
<title>Summary - wink-naive-bayes-text-classifier - Wink JS</title>





<script src="scripts/prettify/prettify.js"></script>
Expand Down Expand Up @@ -250,7 +253,7 @@ <h3>Copyright &amp; License</h3><p><strong>wink-sentiment</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:38:24 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:20:36 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-sentiment.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<head>

<meta charset="utf-8">
<title>wink-sentiment.js - Documentation</title>
<title>wink-sentiment.js - wink-naive-bayes-text-classifier - Wink JS</title>





<script src="scripts/prettify/prettify.js"></script>
Expand Down Expand Up @@ -372,7 +375,7 @@ <h1 class="page-title">wink-sentiment.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:38:24 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:20:36 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 dcf39f6

Please sign in to comment.