ebiten/_docs
2016-08-29 09:51:38 +09:00
..
server doc: Improve server 2016-08-02 00:51:37 +09:00
example.tmpl.html doc: Separate Google Analytics snippet in another file 2016-08-29 09:51:38 +09:00
examplecontent.tmpl.html doc: Use latest content 2016-08-28 02:17:00 +09:00
gen.go doc: Add comment 2016-08-29 09:33:48 +09:00
generate.go doc: Regenerate 2016-02-21 05:40:56 +09:00
index.tmpl.html doc: Separate Google Analytics snippet in another file 2016-08-29 09:51:38 +09:00
public doc: Move files in _docs/public to docs 2016-08-28 03:50:06 +09:00
README.md doc: Simplify README 2016-08-28 04:50:37 +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. Fix the release date in the HTML
  2. Create a new branch from master branch with a version name like 1.2
  3. In master branch:
  4. Update version.txt in the master branch like 1.3.0-alpha
  5. In the new branch:
  6. Update version.txt like 1.2.0-rc1
  7. Generate the doc
  8. Add tag like v1.2.0-rc1
  9. Deploy JavaScript files to github.com/hajimehoshi/ebiten.pagestorage
  10. Deploy the doc with go generate