summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2023-10-19 12:36:09 +0200
committerJo-Philipp Wich <jo@mein.io>2023-10-19 12:36:09 +0200
commit07c03173d4e6a30953f92fa88ed29b0b956c9106 (patch)
treebb53a5ea16dc7f52fdd7bb3d9a237fab67a10b5e /package.json
parent6ca08b05a93d6286e5d6a1e5ef779913fa6d644a (diff)
jsdoc: switch to own custom theme
Switch to a custom fork of the clean jsdoc theme to address a number of quirks and to directly incorporate CSS and markup changes. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b52247f..04c7471 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"doc": "LC_ALL=C jsdoc -c jsdoc/conf.json"
},
"devDependencies": {
- "clean-jsdoc-theme": "^4.2.9",
+ "ucode-jsdoc-theme": "https://github.com/jow-/ucode-jsdoc-theme.git",
"jsdoc": "^4.0.2"
}
}