README.md: add link to JS docs
authorJo-Philipp Wich <jo@mein.io>
Tue, 5 Nov 2019 08:45:08 +0000 (09:45 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 5 Nov 2019 08:45:27 +0000 (09:45 +0100)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
README.md

index fce0e551c6765faa9b0731b128bd1f263da82d68..5518d8fe7b8e4133889cc4e3c4f1a2f5c86ffe0a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,7 +21,10 @@ To install all its package definitions, run:
 
 ## API Reference
 
-You can browse the generated API documentation [directly on Github](http://htmlpreview.github.io/?http://raw.githubusercontent.com/openwrt/luci/master/documentation/api/index.html).
+You can browse the generated API documentation directly on Github.
+
+ - [Server side Lua APIs](http://htmlpreview.github.io/?http://raw.githubusercontent.com/openwrt/luci/master/documentation/api/index.html)
+ - [Client side JavaScript APIs](http://htmlpreview.github.io/?http://raw.githubusercontent.com/openwrt/luci/master/documentation/jsapi/index.html)
 
 ## Development