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