From: Jo-Philipp Wich Date: Tue, 5 Nov 2019 08:45:08 +0000 (+0100) Subject: README.md: add link to JS docs X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f3f6bf64b860380cdaa52e3386113d3b7ccd6a24;p=project%2Fluci.git README.md: add link to JS docs Signed-off-by: Jo-Philipp Wich --- diff --git a/README.md b/README.md index fce0e551c6..5518d8fe7b 100644 --- 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