diff options
author | Paul Spooren <mail@aparcar.org> | 2021-10-06 19:06:28 -1000 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-10-08 17:16:04 -1000 |
commit | c1f972df1bb9a54048b4e6243c32e3ee856dd176 (patch) | |
tree | dd423dd2032bc2a9fd8a2bf4142a1893f5aaf738 /docs/jsapi/README.md | |
parent | e8194d94bfff569ca2774b36cca59e52a304d363 (diff) |
docs: remove static jsapi content
It should be dynamically created by a CI rather than being updated
manually. This should result to more accurate docs.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'docs/jsapi/README.md')
-rw-r--r-- | docs/jsapi/README.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/jsapi/README.md b/docs/jsapi/README.md deleted file mode 100644 index 41dd17b641..0000000000 --- a/docs/jsapi/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# 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](LuCI.html). |