ebiten/_docs
2018-03-12 01:46:26 +09:00
..
server Use an -http address arguments for servers 2018-02-23 01:44:14 +09:00
example.tmpl.html docs: Add a link to the playground to example pages 2017-11-10 02:07:16 +09:00
examplecontent.tmpl.html doc: Pass W3C validator 2017-08-18 23:26:17 +09:00
gen.go docs: Add examples/airship 2018-03-12 01:46:26 +09:00
generate.go doc: Regenerate 2016-02-21 05:40:56 +09:00
index.tmpl.html docs: Add a link to Bluebird of Happiness 2018-02-07 22:51:09 +09:00
public doc: Move files in _docs/public to docs 2016-08-28 03:50:06 +09:00
README.md doc: Fix _docs/README 2017-07-22 02:39:27 +09:00

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