components([ Section::make(trans('admin/dashboard.sections.intro-help.heading')) ->icon(TablerIcon::QuestionMark) ->iconColor('info') ->collapsible() ->persistCollapsed() ->schema([ TextEntry::make('info') ->hiddenLabel() ->state(trans('admin/dashboard.sections.intro-help.content')), ]) ->headerActions([ Action::make('db_docs') ->label(trans('admin/dashboard.sections.intro-help.button_docs')) ->icon(TablerIcon::Speedboat) ->url('https://pelican.dev/docs', true), ]), ]); } }