ebiten/_docs
2018-07-28 19:00:05 +09:00
..
server
example.tmpl.html docs: Add 'autoplay' attribution on iframes 2018-05-12 17:46:44 +09:00
gen.go docs: Update 2018-07-28 19:00:05 +09:00
generate.go docs: Use playground pages 2018-04-08 20:56:24 +09:00
index.tmpl.html docs: Update: Add Wasm support 2018-06-27 11:59:49 +09:00
public
README.md

How to generate the doc

go generate .

How to run HTTP server

go run server/main.go

How to update the version

  1. Check all example work on all platforms
  2. Create a new branch from master branch with a version name like 1.2
  3. In the new branch:
  4. Update version.txt like 1.2.0
  5. Add tag like v1.2.0
  6. In master branch:
  7. Update version.txt in the master branch like 1.3.0-alpha
  8. Deploy the doc with go generate