ebiten/_docs
2017-06-19 01:17:12 +09:00
..
server doc: Improve server 2016-08-02 00:51:37 +09:00
example.tmpl.html doc: Bug fix: wrong path 2016-09-03 01:55:07 +09:00
examplecontent.tmpl.html doc: Update: changed the path for the script location 2017-05-29 22:01:47 +09:00
gen.go doc: Add and use LicenseYear 2016-10-21 00:12:31 +09:00
generate.go doc: Regenerate 2016-02-21 05:40:56 +09:00
index.tmpl.html doc: Update (Ebiten now supports MP3) 2017-06-19 01:17:12 +09:00
public doc: Move files in _docs/public to docs 2016-08-28 03:50:06 +09:00
README.md doc: Update doc about _doc 2017-06-09 11:37:43 +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. Generate the doc
  6. Add tag like v1.2.0
  7. In master branch:
  8. Update version.txt in the master branch like 1.3.0-alpha
  9. Deploy the doc with go generate