> $tocItems TOC headings [{level, text, anchor}]
* @var array> $docGroups Grouped doc navigation
* @var string $currentSlug Active slug
* @var string $currentTitle Active doc title
*/
?>
t('Home'), 'path' => 'admin'],
['label' => t('Documentation'), 'path' => 'admin/docs/erste-schritte'],
['label' => $currentTitle],
];
require templatePath('partials/app-breadcrumb.phtml');
?>