From 62751e141ce9c605f4798108896620774217335a Mon Sep 17 00:00:00 2001 From: Litruv Date: Mon, 10 Feb 2025 00:15:37 +1100 Subject: [PATCH] found it :o --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 199e785..eba156b 100644 --- a/index.js +++ b/index.js @@ -534,7 +534,7 @@ class Documentation { // Add this line to populate author info this.populateAuthorInfo(data.author); - window.originalDocTitle = data.title || 'Documentation'; + window.originalDocTitle = data.metadata.site_name || 'Documentation'; document.title = window.originalDocTitle; this.domService.elements.fileIndex.innerHTML = '';