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](../)', /* |--------------------------------------------------------------------------