diff --git a/.gitignore b/.gitignore index 95faeec..b1b4e8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ #Ignore generated documentation doc/* +index.html +ldoc.css +topics/* diff --git a/README.md b/README.md index 9f9d389..fe121e1 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Tiny-ecs uses [busted](http://olivinelabs.com/busted/) for testing. Install and `busted` from the command line to test. ## Documentation ## -See API [here](http://bakpakin.github.io/tiny-ecs/). +See API [here](http://bakpakin.github.io/tiny-ecs/doc/). Documentation can be generated locally with [LDoc](http://stevedonovan.github.io/ldoc/). ## TODO ## diff --git a/config.ld b/config.ld index 75009d9..df75a63 100644 --- a/config.ld +++ b/config.ld @@ -3,3 +3,5 @@ project = "tiny-ecs" description = "Entity Component System for lua." backtick_references = true one = false +dir = doc +sort = true