ebiten/_docs
2016-02-16 01:32:18 +09:00
..
public doc: Add screenshots 2016-02-16 01:32:18 +09:00
server doc: Use 'go generate' again 2016-02-16 00:35:28 +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 doc: Add and remove examples 2016-02-16 00:52:51 +09:00
generate.go doc: Use 'go generate' again 2016-02-16 00:35:28 +09:00
index.tmpl.html doc: Crisp-edged screenshots 2016-02-16 01:27:43 +09:00
README.md doc: Add the release step memo (to me :-) 2016-02-16 00:48:42 +09:00

How to generate the doc

go generate .

How to run HTTP server

go run server/main.go

How to deploy

git subtree push --prefix _docs/public/ origin gh-pages

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 the new branch:
  4. Update version.txt like 1.2.0-rc1
  5. Generate the doc
  6. Add tag like v1.2.0-rc1
  7. Deploy JavaScript files to github.com/hajimehoshi/ebiten.pagestorage
  8. Deploy the doc
  9. In master branch:
  10. Update version.txt in the master branch like 1.3.0-alpha