File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
# based on https://odoepner.wordpress.com/2012/02/17/shell-script-to-generate-simple-index-html/
4
4
5
5
echo ' <!DOCTYPE html><html><body>'
6
- echo ' <h1>JSDoc for IBM Watson Developer Cloud Node.js SDK</h1>'
6
+ echo ' <h1>IBM Watson Developer Cloud Node.js SDK</h1>'
7
7
echo ' <p><a href="https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/">Documentation</a>'
8
8
echo ' | <a href="https://github.com/watson-developer-cloud/node-sdk">GitHub</a>'
9
9
echo ' | <a href="https://npmjs.org/package/watson-developer-cloud">npm</a>'
10
- echo ' </p><ul> '
11
- echo ' <p>JSDoc by branch/tag:</p>'
10
+ echo ' </p>'
11
+ echo ' <p>JSDoc by branch/tag:</p><ul> '
12
12
ls| grep --invert-match index.html | sed ' s/^.*/<li><a href="&">&<\/a><\/li>/'
13
13
echo ' </ul></body></html>'
You can’t perform that action at this time.
0 commit comments