Skip to content
Snippets Groups Projects
Verified Commit 108be7b3 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: commit save point

parent 4e56391a
No related branches found
No related tags found
No related merge requests found
documentation/asset/favicon/monster.png

93.8 KiB

documentation/asset/favicon/mstile-150x150.png

11.4 KiB

...@@ -4,23 +4,41 @@ ...@@ -4,23 +4,41 @@
}, },
"source": { "source": {
"include": "../application/source/", "include": "../application/source/",
"includePattern": "\\.mjs$", "includePattern": ".+\\.(js(doc|x)?|mjs)$",
"excludePattern": "" "excludePattern": "(node_modules|test)"
}, },
"plugins": [ "plugins": [
"plugins/markdown", "plugins/markdown",
"jsdoc-plantuml", "jsdoc-plantuml",
"@pixi/jsdoc-template/plugins/es6-fix" "plugins/summarize"
], ],
"sourceType": "module",
"opts": { "opts": {
"template": "node_modules/clean-jsdoc-theme", "template": "node_modules/clean-jsdoc-theme",
"encoding": "utf8", "encoding": "utf8",
"destination": "build/docs/", "destination": "../deployment/build/docs/",
"recurse": true, "recurse": true,
"verbose": true, "verbose": true,
"theme_opts": { "theme_opts": {
"theme": "light", "default_theme": "dark",
"title": "Monster ", "title": "Monster ",
"favicon": "https://monsterjs.org/favicon.ico",
"menu" : [
{
"title": "Home",
"link": "https://monsterjs.org/",
"target": "_self",
"class": "",
"id": "home"
},
{
"title": "Imprint",
"link": "https://about.schukai.com/de/impressum/",
"target": "_blank",
"class": "",
"id": "imprint"
}
],
"meta": [ "meta": [
{ {
"name": "author", "name": "author",
...@@ -41,17 +59,6 @@ ...@@ -41,17 +59,6 @@
"crossorigin": "anonymous" "crossorigin": "anonymous"
} }
], ],
"footer": "<a href='https://about.schukai.com/de/impressum/'>Imprint</a>",
"overlay_scrollbar": {
"options": {
}
},
"resizeable": {
"navbar": {
"min": "300",
"max": "600"
}
},
"codepen": { "codepen": {
"enable_for": [ "enable_for": [
"examples" "examples"
...@@ -82,14 +89,19 @@ ...@@ -82,14 +89,19 @@
"outputSourceFiles": false "outputSourceFiles": false
} }
}, },
"markdown": {
"parser": "gfm",
"hardwrap": false,
"idInHeadings": true
},
"plantuml": { "plantuml": {
"puml": { "puml": {
"create": true, "create": true,
"destination": "build/docs/puml" "destination": "../deployment/build/docs/puml"
}, },
"images": { "images": {
"create": true, "create": true,
"destination": "build/docs/images", "destination": "../deployment/build/docs/images",
"defaultFormat": "svg" "defaultFormat": "svg"
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment