Closed caendesilva closed 3 months ago
The creator is interesting, but I'm not sure if it works having the sidebar here as many of it's features are so different, so we'd almost want a dedicated builder, leading to a ton of complexity.
Not applicable to main menus:
// The title in the sidebar header
'header' => env('SITE_NAME', 'HydePHP').' Docs',
// When using a grouped sidebar, should the groups be collapsible?
'collapsible' => true,
// A string of Markdown to show in the footer. Set to `false` to disable.
'footer' => '[Back to home page](../)',
'table_of_contents' => ...
Proposal: Configure all sidebars in the
hyde
configuration file to keep related options togetherFrom: https://github.com/hydephp/develop/pull/1538#issuecomment-1936359331