ebiten/_docs
2016-02-15 11:35:45 +09:00
..
public doc: Bug fix: Don't specify http or https (#150) 2016-02-15 11:35:05 +09:00
.gitignore Bug fix: example -> examples in doc 2016-02-13 23:02:54 +09:00
example.tmpl.html docs: Add <title> to examples 2015-01-09 03:29:59 +09:00
examplecontent.tmpl.html doc: Bug fix: Don't specify http or https (#150) 2016-02-15 11:35:05 +09:00
gen.go Rename example -> examples 2016-02-11 03:07:14 +09:00
generate.go Add comment 2016-02-11 03:15:13 +09:00
index.tmpl.html doc: Add apps created with Ebiten 2016-02-14 16:18:04 +09:00
README.md doc: Fix README 2016-02-15 11:35:45 +09:00
server.go doc: Update license year in a new file 2016-02-07 06:09:19 +09:00

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