forked from melonjs/melonJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webdoc.conf.json
33 lines (33 loc) · 1.2 KB
/
webdoc.conf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"source": {
"include": "src/**/*.js",
"excludePattern": "(node_modules|lib|test)"
},
"plugins": [
"plugins/markdown"
],
"opts": {
"encoding" : "utf8",
"destination" : "docs",
"export" : "docs/melonjs.api.json"
},
"template": {
"applicationName": "melonJS",
"outputSourceFiles": false,
"readme": "./README.md",
"repository": "https://github.com/melonjs/melonJS/",
"assets": ["./node_modules/@melonjs/webdoc-theme/static"],
"stylesheets": [
"./node_modules/@melonjs/webdoc-theme/stylesheets/index.css",
"./node_modules/@melonjs/webdoc-theme/stylesheets/header.css",
"./node_modules/@melonjs/webdoc-theme/stylesheets/md.css"
],
"meta": {
"og:title": "melonJS API Documentation",
"og:description": "melonJS is an open source HTML5 game engine that empowers developers and designers to focus on content.",
"og:image": "https://github.com/melonjs/webdoc-theme/blob/main/static/images/melonjs-logo.png?raw=true",
"og:site": "{{url}}",
"twitter:card": "summary"
}
}
}