We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb60d3 commit fd1a41dCopy full SHA for fd1a41d
example/package.json
@@ -23,7 +23,7 @@
23
},
24
"scripts": {
25
"unit-test": "",
26
- "build": "webdoc --tutorials ./tutorials --site-domain https://webdoc-labs.github.io",
+ "build": "webdoc --tutorials ./tutorials --site-root example-documentation --site-domain https://webdoc-labs.github.io",
27
"build-next": "cd .. && webdoc && cd example",
28
"build-pixi-api": "cd ../../pixi-api && webdoc && cd ../webdoc/example",
29
"build-pixi-api-prod": "cd ../../pixi-api && webdoc --site-root pixi-api && cd ../webdoc/example",
0 commit comments