documentation: add JS api docs
authorJo-Philipp Wich <jo@mein.io>
Tue, 5 Nov 2019 08:33:40 +0000 (09:33 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 5 Nov 2019 08:37:52 +0000 (09:37 +0100)
commit3942789dc62d6a0e7fcfb0a935bfe5c8d372245b
tree9ec432a1dc31c7d837575e7989a47d7cca93e86b
parent9b92b2c8f9ce69cfe89c231311d37177ecaa8d43
documentation: add JS api docs

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit d9452d1157aef6b8752fac0f4ed1e0b9221abb31)
52 files changed:
documentation/jsapi/LuCI.Class.html [new file with mode: 0644]
documentation/jsapi/LuCI.Headers.html [new file with mode: 0644]
documentation/jsapi/LuCI.Network.Device.html [new file with mode: 0644]
documentation/jsapi/LuCI.Network.Hosts.html [new file with mode: 0644]
documentation/jsapi/LuCI.Network.Protocol.html [new file with mode: 0644]
documentation/jsapi/LuCI.Network.WifiDevice.html [new file with mode: 0644]
documentation/jsapi/LuCI.Network.WifiNetwork.html [new file with mode: 0644]
documentation/jsapi/LuCI.Network.html [new file with mode: 0644]
documentation/jsapi/LuCI.Poll.html [new file with mode: 0644]
documentation/jsapi/LuCI.Request.html [new file with mode: 0644]
documentation/jsapi/LuCI.Request.poll.html [new file with mode: 0644]
documentation/jsapi/LuCI.Response.html [new file with mode: 0644]
documentation/jsapi/LuCI.XHR.html [new file with mode: 0644]
documentation/jsapi/LuCI.dom.html [new file with mode: 0644]
documentation/jsapi/LuCI.fs.html [new file with mode: 0644]
documentation/jsapi/LuCI.html [new file with mode: 0644]
documentation/jsapi/LuCI.rpc.html [new file with mode: 0644]
documentation/jsapi/LuCI.uci.html [new file with mode: 0644]
documentation/jsapi/LuCI.view.html [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-Bold-webfont.eot [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-Bold-webfont.svg [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-Bold-webfont.woff [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-BoldItalic-webfont.eot [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-BoldItalic-webfont.svg [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-BoldItalic-webfont.woff [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-Italic-webfont.eot [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-Italic-webfont.svg [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-Italic-webfont.woff [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-Light-webfont.eot [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-Light-webfont.svg [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-Light-webfont.woff [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-LightItalic-webfont.eot [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-LightItalic-webfont.svg [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-LightItalic-webfont.woff [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-Regular-webfont.eot [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-Regular-webfont.svg [new file with mode: 0644]
documentation/jsapi/fonts/OpenSans-Regular-webfont.woff [new file with mode: 0644]
documentation/jsapi/fs.js.html [new file with mode: 0644]
documentation/jsapi/index.html [new file with mode: 0644]
documentation/jsapi/luci.js.html [new file with mode: 0644]
documentation/jsapi/network.js.html [new file with mode: 0644]
documentation/jsapi/rpc.js.html [new file with mode: 0644]
documentation/jsapi/scripts/linenumber.js [new file with mode: 0644]
documentation/jsapi/scripts/prettify/Apache-License-2.0.txt [new file with mode: 0644]
documentation/jsapi/scripts/prettify/lang-css.js [new file with mode: 0644]
documentation/jsapi/scripts/prettify/prettify.js [new file with mode: 0644]
documentation/jsapi/styles/jsdoc-default.css [new file with mode: 0644]
documentation/jsapi/styles/prettify-jsdoc.css [new file with mode: 0644]
documentation/jsapi/styles/prettify-tomorrow.css [new file with mode: 0644]
documentation/jsapi/uci.js.html [new file with mode: 0644]
jsdoc.conf.json [new file with mode: 0644]
package.json [new file with mode: 0644]