From 87c6748825247bcc558fdbf1dbdad6cac70748b3 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Tue, 3 May 2022 11:51:10 +0200 Subject: [PATCH] Update config to v0.20.x --- config/hyde.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/hyde.php b/config/hyde.php index 50d7bc2..92c4a3d 100644 --- a/config/hyde.php +++ b/config/hyde.php @@ -191,6 +191,18 @@ '404', ], + /* + |-------------------------------------------------------------------------- + | Documentation Sidebar Header Name + |-------------------------------------------------------------------------- + | + | By default, the sidebar title shown in the documentation page layouts uses + | the app name suffixed with "docs". You can change it with this setting. + | + */ + + 'docsSidebarHeaderTitle' => config('app.name').' Docs', + /* |-------------------------------------------------------------------------- | Documentation Site Output Directory