diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-05 16:32:21 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-11-05 16:32:21 +0100 |
commit | 66fc653b099e619e0fcb57b78311f0f13e4b3ccd (patch) | |
tree | 14b35706b1fda38cd62b3ea8f900037041a36bda /docs/jsapi/index.html | |
parent | 937a51859dc82993aed83c8a2aeb86af30ae6563 (diff) |
docs: add dummy jsdocs README
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'docs/jsapi/index.html')
-rw-r--r-- | docs/jsapi/index.html | 31 |
1 files changed, 4 insertions, 27 deletions
diff --git a/docs/jsapi/index.html b/docs/jsapi/index.html index 2e4de44fd..5c993a286 100644 --- a/docs/jsapi/index.html +++ b/docs/jsapi/index.html @@ -1085,32 +1085,9 @@ <section> - <article class="readme"><h1>OpenWrt luci feed</h1> -<p><a target="_blank" href="https://hosted.weblate.org/engage/openwrt/?utm_source=widget"><img src="https://hosted.weblate.org/widgets/openwrt/-/svg-badge.svg" alt="Translation status"></a></p> -<h2>Description</h2> -<p>This is the OpenWrt "luci"-feed containing LuCI - OpenWrt Configuration Interface.</p> -<h2>Usage</h2> -<p>This feed is enabled by default. Your feeds.conf.default (or feeds.conf) should contain a line like:</p> -<pre class="prettyprint source"><code>src-git luci https://github.com/openwrt/luci.git -</code></pre> -<p>To install all its package definitions, run:</p> -<pre class="prettyprint source"><code>./scripts/feeds update luci -./scripts/feeds install -a -p luci -</code></pre> -<h2>API Reference</h2> -<p>You can browse the generated API documentation directly on Github.</p> -<ul> -<li><a target="_blank" href="http://htmlpreview.github.io/?http://raw.githubusercontent.com/openwrt/luci/master/docs/api/index.html">Server side Lua APIs</a></li> -<li><a target="_blank" href="http://htmlpreview.github.io/?http://raw.githubusercontent.com/openwrt/luci/master/docs/jsapi/index.html">Client side JavaScript APIs</a></li> -</ul> -<h2>Development</h2> -<p>Documentation for developing and extending LuCI can be found <a target="_blank" href="https://github.com/openwrt/luci/wiki">in the Wiki</a></p> -<h2>License</h2> -<p>See <a href="LICENSE">LICENSE</a> file.</p> -<h2>Package Guidelines</h2> -<p>See <a href="CONTRIBUTING.md">CONTRIBUTING.md</a> file.</p> -<h2>Translation status</h2> -<p><a target="_blank" href="https://hosted.weblate.org/engage/openwrt/?utm_source=widget"><img src="https://hosted.weblate.org/widgets/openwrt/-/multi-auto.svg" alt="Translation status"></a></p></article> + <article class="readme"><h1>LuCI client side API documentation</h1> +<p>You can browse the JavaScript apis provided by LuCI here. A good starting point is the central +<a href="LuCI.html">luci.js class</a>.</p></article> </section> @@ -1121,7 +1098,7 @@ <footer> - Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Tue Nov 05 2019 10:49:52 GMT+0100 (Central European Standard Time) + Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Tue Nov 05 2019 16:31:40 GMT+0100 (Central European Standard Time) </footer> </div> </div> |