forked from pixijs/pixijs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webdoc.conf.json
39 lines (39 loc) · 1.27 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
34
35
36
37
38
39
{
"$schema": "https://webdoc.nyc3.digitaloceanspaces.com/schemas/v1/webdoc.conf.schema.json",
"source": {
"include": "./src/**/*.ts"
},
"plugins": ["@webdoc/plugin-markdown", "@webdoc/plugin-format"],
"templates": {
"applicationName": "PixiJS",
"footer": "Made with ♥ by Goodboy Digital (goodboydigital.com)",
"copyright": "PixiJS Copyright © 2013-2023 Mat Groves.",
"readme": "./README.md",
"outputSourceFiles": true,
"meta": {
"title": "PixiJS API Documentation",
"description": "Documentation for PixiJS library",
"keyword": "docs, documentation, pixi, pixijs, renderer, html5, javascript, jsdoc"
}
},
"plugin/markdown" : {
"parser" : "gfm",
"hardwrap" : false
},
"integrations": {
"analytics": {
"provider": "google-analytics",
"trackingID": "UA-103772589-5"
}
},
"opts": {
"destination": ".s3_uploads/docs",
"export": ".s3_uploads/docs/webdoc.api.json",
"template" : "@pixi/webdoc-template"
},
"template": {
"outputSourceFiles": true,
"readme": "./README.md",
"repository": "https://github.com/pixijs/pixijs/"
}
}