mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
.. | ||
public | ||
.gitignore | ||
example.tmpl.html | ||
examplecontent.tmpl.html | ||
gen.go | ||
generate.go | ||
index.tmpl.html | ||
README.md | ||
server.go |
How to generate the doc
go run gen.go
How to run HTTP server
go run server.go
How to deploy
git subtree push --prefix _docs/public/ origin gh-pages