Skip to content

Commit

Permalink
Doc build changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
hkwu committed Jan 22, 2017
1 parent b42b210 commit d5a8fc3
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions docma.config.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{
"src": [
"src/**/*.js",
"!src/index.js",
"README.md",
"docs/*.md"
{
"modules-common": [
"./src/modules/common/*.js"
],
"modules-wot": [
"./src/modules/WorldOfTanks/*.js"
]
},
"./src/**/*.js",
"!./src/index.js",
"./README.md",
"./docs/*.md"
],
"jsdoc": {
"undocumented": false
},
"app": {
"title": "Wargamer",
"entrance": "content:readme",
"routing": {
"method": "query",
"caseSensitive": false
},
"server": "github"
},
"template": {
Expand All @@ -37,6 +41,10 @@
{
"label": "Introduction",
"href": "?content=introduction"
},
{
"label": "Modules",
"href": "?content=modules"
}
]
},
Expand Down

0 comments on commit d5a8fc3

Please sign in to comment.