diff options
author | Jo-Philipp Wich <jo@mein.io> | 2024-04-24 13:19:32 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2024-04-24 13:19:32 +0200 |
commit | 674f65ee551dc10894d7c86e4ac17a7c00cfacf2 (patch) | |
tree | 64642e999059f616af250f972ea0f87d459d8671 | |
parent | a0ad1d127ae6ff14cd54849c72347762a52e200a (diff) |
jsdoc: disable default module titles
Our module documentation provides its own titles, so suppress generation
of default titles.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | jsdoc/conf.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsdoc/conf.json b/jsdoc/conf.json index 3a52e8f..9d3c995 100644 --- a/jsdoc/conf.json +++ b/jsdoc/conf.json @@ -35,7 +35,7 @@ "default_theme": "light", "title": "ucode Documentation", "homepageTitle": "ucode - Reference Documentation", - "displayModuleHeader": true, + "displayModuleHeader": false, "prefixModuleToSidebarItems_experimental": true, "includeFilesListInHomepage": true, "include_css": [ |