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