'help-documentation', 'label' => t('Documentation'), 'icon' => 'bi-book', 'items' => [ [ 'label' => t('Documentation'), 'path' => $docsDefaultSlug !== '' ? 'admin/docs/' . $docsDefaultSlug : '', 'active' => navActive('admin/docs', true), 'visible' => $canViewDocs && $docsDefaultSlug !== '', ], [ 'label' => t('API docs'), 'path' => 'admin/api-docs', 'active' => navActive('admin/api-docs', true), 'visible' => $canViewApiDocs, ], ], ], [ 'key' => 'help-system', 'label' => t('System'), 'icon' => 'bi-info-circle', 'items' => [ [ 'label' => t('System info'), 'path' => 'admin/system-info', 'active' => navActive('admin/system-info', true), 'visible' => $canViewSystemInfo, ], ], ], ]; ?>