summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2023-07-12 16:45:12 +0200
committerJo-Philipp Wich <jo@mein.io>2023-07-13 10:41:24 +0200
commitf1190ef2f2719582efcad4109f1215b02baebfdf (patch)
treed9a2644de3ba6c1032a4a3b5643fa78b26a84aa8 /package.json
parentcba0c3cf5312cdaed0538bb3dbf87b31b3e89916 (diff)
docs: various improvements
- Switch JSDoc theme to "clean-jsdoc-theme" - Add some custom CSS and JS tweaks to the theme - Use a condensed README.md for the toplevel directory - Include a longer README.md in the documentation portal - Tweak JSDoc annotations for better output results - Register `ucode.mein.io` CNAME Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json
index 477ef4a..b52247f 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,9 @@
{
"scripts": {
- "doc": "LC_ALL=C jsdoc -c jsdoc/conf.json -t node_modules/braintree-jsdoc-template"
+ "doc": "LC_ALL=C jsdoc -c jsdoc/conf.json"
},
"devDependencies": {
- "braintree-jsdoc-template": "^3.3.0",
- "jsdoc": "^4.0.2",
- "taffydb": "^2.7.2"
+ "clean-jsdoc-theme": "^4.2.9",
+ "jsdoc": "^4.0.2"
}
}