Skip to content

Sumtin/corona-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solar2D game engine documentation

Deploy to GitHub pages

This documentation gets deployed to: https://docs.coronalabs.com/

Engine source can be found here

Documentation lives in markdown/ directory. Note that it does not use GitHub flavored Markdown, but rather its own flavor.

Plugin documentation lives in a submodule. Mind it when checking out. Submodule documentation is auto-generated and not intended to be edited manually.

To build documentation yourself from bin directory run lua build.lua. Make sure Lua has LFS (Lua File System) accessible.

To build docs with docker (same as production) run

docker run --rm -it -v "$(pwd)":/src --workdir /src/bin --entrypoint /usr/bin/lua  coronalabs/docs build.lua

About

Corona documentation, source for https://docs.coronalabs.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.6%
  • Lua 5.3%
  • CSS 1.1%
  • JavaScript 0.5%
  • Python 0.2%
  • ASP.NET 0.1%
  • Other 0.2%