From cb0a48cc4957142c05f2f4cd716a91f156c163dc Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 28 Aug 2016 00:44:50 +0900 Subject: [PATCH] doc: Add Google Analytics --- _docs/example.tmpl.html | 9 +++++++++ _docs/index.tmpl.html | 9 +++++++++ _docs/public/examples/alphablending.html | 9 +++++++++ _docs/public/examples/audio.html | 9 +++++++++ _docs/public/examples/blocks.html | 9 +++++++++ _docs/public/examples/font.html | 9 +++++++++ _docs/public/examples/gamepad.html | 9 +++++++++ _docs/public/examples/hsv.html | 9 +++++++++ _docs/public/examples/hue.html | 9 +++++++++ _docs/public/examples/keyboard.html | 9 +++++++++ _docs/public/examples/masking.html | 9 +++++++++ _docs/public/examples/mosaic.html | 9 +++++++++ _docs/public/examples/noise.html | 9 +++++++++ _docs/public/examples/paint.html | 9 +++++++++ _docs/public/examples/perspective.html | 9 +++++++++ _docs/public/examples/piano.html | 9 +++++++++ _docs/public/examples/rotate.html | 9 +++++++++ _docs/public/examples/sprites.html | 9 +++++++++ _docs/public/index.html | 9 +++++++++ 19 files changed, 171 insertions(+) diff --git a/_docs/example.tmpl.html b/_docs/example.tmpl.html index 4a8ca2586..7d70c3c52 100644 --- a/_docs/example.tmpl.html +++ b/_docs/example.tmpl.html @@ -35,3 +35,12 @@ + diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index 0f9d56815..27f8aed21 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -98,3 +98,12 @@ game. There you have it, your first Ebiten game!

+ diff --git a/_docs/public/examples/alphablending.html b/_docs/public/examples/alphablending.html index 24ef6095e..12e0b908d 100644 --- a/_docs/public/examples/alphablending.html +++ b/_docs/public/examples/alphablending.html @@ -113,3 +113,12 @@ func main() { + diff --git a/_docs/public/examples/audio.html b/_docs/public/examples/audio.html index cb66d1d47..b194b64b1 100644 --- a/_docs/public/examples/audio.html +++ b/_docs/public/examples/audio.html @@ -322,3 +322,12 @@ func main() { + diff --git a/_docs/public/examples/blocks.html b/_docs/public/examples/blocks.html index 43c3847ae..f3f79526a 100644 --- a/_docs/public/examples/blocks.html +++ b/_docs/public/examples/blocks.html @@ -36,3 +36,12 @@ + diff --git a/_docs/public/examples/font.html b/_docs/public/examples/font.html index d91e2f81d..a8b7f86aa 100644 --- a/_docs/public/examples/font.html +++ b/_docs/public/examples/font.html @@ -130,3 +130,12 @@ func main() { + diff --git a/_docs/public/examples/gamepad.html b/_docs/public/examples/gamepad.html index f42d41e48..54c78fe86 100644 --- a/_docs/public/examples/gamepad.html +++ b/_docs/public/examples/gamepad.html @@ -90,3 +90,12 @@ func main() { + diff --git a/_docs/public/examples/hsv.html b/_docs/public/examples/hsv.html index 244bc0cfe..897c07c06 100644 --- a/_docs/public/examples/hsv.html +++ b/_docs/public/examples/hsv.html @@ -127,3 +127,12 @@ func main() { + diff --git a/_docs/public/examples/hue.html b/_docs/public/examples/hue.html index 29338d176..0ae8d3c77 100644 --- a/_docs/public/examples/hue.html +++ b/_docs/public/examples/hue.html @@ -80,3 +80,12 @@ func main() { + diff --git a/_docs/public/examples/keyboard.html b/_docs/public/examples/keyboard.html index 57e54be88..f52d23179 100644 --- a/_docs/public/examples/keyboard.html +++ b/_docs/public/examples/keyboard.html @@ -151,3 +151,12 @@ func main() { + diff --git a/_docs/public/examples/masking.html b/_docs/public/examples/masking.html index 2cf47f0d9..862264da7 100644 --- a/_docs/public/examples/masking.html +++ b/_docs/public/examples/masking.html @@ -164,3 +164,12 @@ func main() { + diff --git a/_docs/public/examples/mosaic.html b/_docs/public/examples/mosaic.html index d27ad6a69..e43a026f9 100644 --- a/_docs/public/examples/mosaic.html +++ b/_docs/public/examples/mosaic.html @@ -88,3 +88,12 @@ func main() { + diff --git a/_docs/public/examples/noise.html b/_docs/public/examples/noise.html index 17716402f..deb272496 100644 --- a/_docs/public/examples/noise.html +++ b/_docs/public/examples/noise.html @@ -96,3 +96,12 @@ func main() { + diff --git a/_docs/public/examples/paint.html b/_docs/public/examples/paint.html index 970ee5c5b..6f1c5d347 100644 --- a/_docs/public/examples/paint.html +++ b/_docs/public/examples/paint.html @@ -138,3 +138,12 @@ func main() { + diff --git a/_docs/public/examples/perspective.html b/_docs/public/examples/perspective.html index d73257699..592626676 100644 --- a/_docs/public/examples/perspective.html +++ b/_docs/public/examples/perspective.html @@ -101,3 +101,12 @@ func main() { + diff --git a/_docs/public/examples/piano.html b/_docs/public/examples/piano.html index 4fcddf774..fa02e2542 100644 --- a/_docs/public/examples/piano.html +++ b/_docs/public/examples/piano.html @@ -270,3 +270,12 @@ func main() { + diff --git a/_docs/public/examples/rotate.html b/_docs/public/examples/rotate.html index 99b26540d..fbca3e863 100644 --- a/_docs/public/examples/rotate.html +++ b/_docs/public/examples/rotate.html @@ -81,3 +81,12 @@ func main() { + diff --git a/_docs/public/examples/sprites.html b/_docs/public/examples/sprites.html index 65b469347..ac794607d 100644 --- a/_docs/public/examples/sprites.html +++ b/_docs/public/examples/sprites.html @@ -184,3 +184,12 @@ func main() { + diff --git a/_docs/public/index.html b/_docs/public/index.html index cab6f9aaf..6af1cb494 100644 --- a/_docs/public/index.html +++ b/_docs/public/index.html @@ -126,3 +126,12 @@ game. There you have it, your first Ebiten game!

+