Added phaser build and hellophaser sample
This commit is contained in:
59
docs/build/conf.json
vendored
Normal file
59
docs/build/conf.json
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"tags": {
|
||||
"allowUnknownTags": true
|
||||
},
|
||||
"source": {
|
||||
"include": [
|
||||
"../../src/Phaser.js",
|
||||
"../../src/animation/",
|
||||
"../../src/core/",
|
||||
"../../src/gameobjects/",
|
||||
"../../src/geom/",
|
||||
"../../src/input/",
|
||||
"../../src/loader/",
|
||||
"../../src/math/",
|
||||
"../../src/net/",
|
||||
"../../src/particles/",
|
||||
"../../src/physics/",
|
||||
"../../src/sound/",
|
||||
"../../src/system/",
|
||||
"../../src/tilemap/",
|
||||
"../../src/time/",
|
||||
"../../src/tween/",
|
||||
"../../src/utils/"
|
||||
],
|
||||
"exclude": [
|
||||
"../../src/physics/p2/p2.js"
|
||||
],
|
||||
"includePattern": ".+\\.js(doc)?$",
|
||||
"excludePattern": "(^|\\/|\\\\)_"
|
||||
},
|
||||
"plugins" : ["plugins/markdown"],
|
||||
"templates": {
|
||||
"cleverLinks" : false,
|
||||
"monospaceLinks" : false,
|
||||
"default" : {
|
||||
"outputSourceFiles" : true
|
||||
},
|
||||
"systemName" : "Phaser",
|
||||
"footer" : "",
|
||||
"copyright" : "Phaser Copyright © 2012-2014 Photon Storm Ltd.",
|
||||
"navType" : "vertical",
|
||||
"theme" : "cerulean",
|
||||
"linenums" : true,
|
||||
"collapseSymbols" : false,
|
||||
"inverseNav" : true
|
||||
},
|
||||
"markdown" : {
|
||||
"parser" : "gfm",
|
||||
"hardwrap" : true
|
||||
},
|
||||
"opts": {
|
||||
"template": "docstrap-master/template/",
|
||||
"encoding": "utf8",
|
||||
"destination": "../",
|
||||
"recurse": true,
|
||||
"private": false,
|
||||
"lenient": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user