diff --git a/README.md b/README.md index 1fbebfa..882a740 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,13 @@ local buffer = sound:generateString() device:play(buffer, #buffer) ``` -**More documentation is available at the [Project Wiki](https://github.com/nucular/sfxrlua/wiki)** +Documentation +------------- + +[**The latest documentation build is available here**](http://nucular.github.io/sfxrlua/) + +This project uses [LDoc](http://stevedonovan.github.io/ldoc/) for autogenerated +API documentation. +(Reminder to self: `ldoc . && git subtree push --prefix doc origin gh-pages`) +The old documentation is still available on the +[Project Wiki](https://github.com/nucular/sfxrlua/wiki).