From 130285318784a41054148c9ecd5cfeace0d15e34 Mon Sep 17 00:00:00 2001 From: Lucas Coratger <73360179+coratgerl@users.noreply.github.com> Date: Mon, 8 May 2023 20:43:52 +0200 Subject: [PATCH] docs: Fix missing logo in API docs (#8528) --- jsdoc-conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsdoc-conf.json b/jsdoc-conf.json index efbaa0a3..4a1e5de8 100644 --- a/jsdoc-conf.json +++ b/jsdoc-conf.json @@ -29,7 +29,7 @@ "template": "./node_modules/clean-jsdoc-theme", "theme_opts": { "default_theme": "dark", - "title": "", + "title": "Parse Server", "create_style": "header, .sidebar-section-title, .sidebar-title { color: #139cee !important } .logo { margin-left : 40px; margin-right: 40px }" } },