Skip to content

Commit 9b4b267

Browse files
committed
Working through building the docs.
1 parent 0a98bb6 commit 9b4b267

37 files changed

Lines changed: 17374 additions & 10 deletions

Docs/conf.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"tags": {
3+
"allowUnknownTags": true
4+
},
5+
"source": {
6+
"include": [ "../src/Phaser.js", "../src/animation/Animation.js" ],
7+
"exclude": [],
8+
"includePattern": ".+\\.js(doc)?$",
9+
"excludePattern": "(^|\\/|\\\\)_"
10+
},
11+
"plugins": [],
12+
"templates": {
13+
"cleverLinks": false,
14+
"monospaceLinks": false
15+
},
16+
"opts": {
17+
"encoding": "utf8",
18+
"destination": "./out/",
19+
"recurse": true,
20+
"private": false,
21+
"lenient": true,
22+
}
23+
}

0 commit comments

Comments
 (0)