We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9139f30 commit 7fcce32Copy full SHA for 7fcce32
1 file changed
package.json
@@ -29,13 +29,14 @@
29
"generate": "aegir run generate",
30
"build": "aegir run build",
31
"lint": "aegir run lint",
32
- "docs": "NODE_OPTIONS=--max_old_space_size=4096 aegir docs",
33
- "docs:no-publish": "npm run docs -- --publish false",
+ "docs": "NODE_OPTIONS=--max_old_space_size=4096 aegir docs -- --name helia --titleLink './'",
+ "docs:no-publish": "NODE_OPTIONS=--max_old_space_size=4096 aegir docs --publish false -- --name helia --titleLink './'",
34
"dep-check": "aegir run dep-check",
35
"release": "npm run docs:no-publish && aegir run release && npm run docs"
36
},
37
"devDependencies": {
38
- "aegir": "^39.0.4"
+ "aegir": "^39.0.4",
39
+ "typedoc-plugin-mdn-links": "^3.0.3"
40
41
"type": "module",
42
"workspaces": [
0 commit comments