vallode / dfhack-lua-definitions

LuaLS lua language server definitions for DFHack's library
4 stars 0 forks source link

Documentation generation #7

Open vallode opened 5 months ago

vallode commented 5 months ago

Since Lua language server (LLS) provides a --doc option to output a raw and verbose JSON of all the tokens it defines we can use that to generate documentation to be served online.

LLS already provides a barebones markdown file as an example, this could be taken further using a static site generator (SSG) with some pre-defined API documentation theme to increase accessibility to the DFHack Lua API...

SSGs to consider are: