Implement JSDoc and embedding into our navbar without obvious CSS conflicts
authorNick Downing <nick.downing@lifx.co>
Tue, 4 Feb 2020 13:50:32 +0000 (00:50 +1100)
committerNick Downing <nick.downing@lifx.co>
Tue, 4 Feb 2020 13:52:40 +0000 (00:52 +1100)
commit5882c22abb6de95813d76b245ec235d148172c4a
treed99068304b63dc35844c61e4e1306e64f64af19d
parent52953dc4e2c0ca2ed8965df30c18c13d878febbb
Implement JSDoc and embedding into our navbar without obvious CSS conflicts
33 files changed:
_config/globals.json
css/jsdoc-default.css.less [new file with mode: 0644]
jsdoc.dir.jst [new file with mode: 0644]
jsdoc/BuildCache.html [new file with mode: 0644]
jsdoc/BuildCache.js.html [new file with mode: 0644]
jsdoc/fonts/OpenSans-Bold-webfont.eot [new file with mode: 0644]
jsdoc/fonts/OpenSans-Bold-webfont.svg [new file with mode: 0644]
jsdoc/fonts/OpenSans-Bold-webfont.woff [new file with mode: 0644]
jsdoc/fonts/OpenSans-BoldItalic-webfont.eot [new file with mode: 0644]
jsdoc/fonts/OpenSans-BoldItalic-webfont.svg [new file with mode: 0644]
jsdoc/fonts/OpenSans-BoldItalic-webfont.woff [new file with mode: 0644]
jsdoc/fonts/OpenSans-Italic-webfont.eot [new file with mode: 0644]
jsdoc/fonts/OpenSans-Italic-webfont.svg [new file with mode: 0644]
jsdoc/fonts/OpenSans-Italic-webfont.woff [new file with mode: 0644]
jsdoc/fonts/OpenSans-Light-webfont.eot [new file with mode: 0644]
jsdoc/fonts/OpenSans-Light-webfont.svg [new file with mode: 0644]
jsdoc/fonts/OpenSans-Light-webfont.woff [new file with mode: 0644]
jsdoc/fonts/OpenSans-LightItalic-webfont.eot [new file with mode: 0644]
jsdoc/fonts/OpenSans-LightItalic-webfont.svg [new file with mode: 0644]
jsdoc/fonts/OpenSans-LightItalic-webfont.woff [new file with mode: 0644]
jsdoc/fonts/OpenSans-Regular-webfont.eot [new file with mode: 0644]
jsdoc/fonts/OpenSans-Regular-webfont.svg [new file with mode: 0644]
jsdoc/fonts/OpenSans-Regular-webfont.woff [new file with mode: 0644]
jsdoc/index.html [new file with mode: 0644]
jsdoc/scripts/linenumber.js [new file with mode: 0644]
jsdoc/scripts/prettify/Apache-License-2.0.txt [new file with mode: 0644]
jsdoc/scripts/prettify/lang-css.js [new file with mode: 0644]
jsdoc/scripts/prettify/prettify.js [new file with mode: 0644]
jsdoc/styles/jsdoc-default.css [new file with mode: 0644]
jsdoc/styles/prettify-jsdoc.css [new file with mode: 0644]
jsdoc/styles/prettify-tomorrow.css [new file with mode: 0644]
navbar.jst
page.jst