schema([ Section::make(trans('admin/dashboard.sections.intro-help.heading')) ->icon('tabler-question-mark') ->iconColor('info') ->collapsible() ->persistCollapsed() ->schema([ Placeholder::make('') ->content(trans('admin/dashboard.sections.intro-help.content')), ]) ->headerActions([ Action::make('docs') ->label(trans('admin/dashboard.sections.intro-help.button_docs')) ->icon('tabler-speedboat') ->url('https://pelican.dev/docs', true), ]), ]); } }