From 56ef04849d46d355eccea8482cba43ec7ba582f6 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Wed, 6 Oct 2021 16:35:46 -1000 Subject: CI: automatically update jsapi docs Use a GitHub Action to keep the docs updated, the current onces are 14 month old and outdated. Use latest jsdoc package Add full URL to LuCI.html file in README.md Ignore generated HTML files via .gitignore Signed-off-by: Paul Spooren --- docs/jsapi/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/jsapi/README.md (limited to 'docs/jsapi') diff --git a/docs/jsapi/README.md b/docs/jsapi/README.md new file mode 100644 index 0000000000..ecd93766ad --- /dev/null +++ b/docs/jsapi/README.md @@ -0,0 +1,5 @@ +# LuCI client side API documentation + +You can browse the JavaScript apis provided by LuCI here. A good starting point +is the central [luci.js class](https://openwrt.github.io/luci/jsapi/LuCI.html). + -- cgit v1.2.3