From 517015a06b8c874503c8e1f2c136dd0f6bc43842 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sat, 29 Jun 2024 22:13:57 +0200 Subject: [PATCH] Sync configuration files Commit https://github.com/hydephp/develop/commit/b9f8e3dca0ce71e46394d8f8cb1b110a1527a889 missed to do this --- packages/framework/config/docs.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/framework/config/docs.php b/packages/framework/config/docs.php index 93bbc751dc2..4ac1dd70706 100644 --- a/packages/framework/config/docs.php +++ b/packages/framework/config/docs.php @@ -30,9 +30,8 @@ // When using a grouped sidebar, should the groups be collapsible? 'collapsible' => true, - // Should the sidebar footer be shown? You can also set this to a string - // of Markdown to show in the footer. Set to `false` to disable. - 'footer' => true, + // A string of Markdown to show in the footer. Set to `false` to disable. + 'footer' => '[Back to home page](../)', /* |--------------------------------------------------------------------------