// @todo Fully document all the modules features in
// https://www.drupal.org/i/3253591.
switch($route_name){
case'help.page.auto_updates':
$output='<h3>'.t('About').'</h3>';
$output.='<p>'.t('Automatic Updates lets you update Drupal core.').'</p>';
$output.='<p>'.t('For more information, see the <a href=":automatic-updates-documentation">online documentation for the Automatic Updates module</a>.',[':automatic-updates-documentation'=>'https://www.drupal.org/docs/8/update/automatic-updates']).'</p>';