diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-05 09:45:08 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-11-05 09:45:27 +0100 |
commit | f3f6bf64b860380cdaa52e3386113d3b7ccd6a24 (patch) | |
tree | 1e0003d14d3ccc66d2c1a678a6f540f3168a6a0b | |
parent | d80dd2291ff01d264dfa802b769fa19756f07821 (diff) |
README.md: add link to JS docs
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |