summaryrefslogtreecommitdiffhomepage
path: root/jsdoc
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 /jsdoc
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 'jsdoc')
-rw-r--r--jsdoc/conf.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/jsdoc/conf.json b/jsdoc/conf.json
index e1487eb..3a52e8f 100644
--- a/jsdoc/conf.json
+++ b/jsdoc/conf.json
@@ -26,7 +26,7 @@
"idInHeadings": true
},
"opts": {
- "template": "node_modules/clean-jsdoc-theme",
+ "template": "node_modules/ucode-jsdoc-theme",
"destination": "docs",
"recurse": true,
"readme": "docs/README.md",
@@ -41,9 +41,6 @@
"include_css": [
"docs/ucode.css"
],
- "include_js": [
- "docs/ucode.js"
- ],
"menu": [
{
"title": "GitHub Project Page",