beginContent('@yii/apidoc/templates/bootstrap/layouts/main.php'); ?>
$chContent['headline'], 'url' => $this->context->generateGuideUrl($chContent['file']), 'active' => isset($currentFile) && ($chContent['file'] == basename($currentFile)), ]; } $nav[] = [ 'label' => $chapter['headline'], // 'url' => $this->context->generateGuideUrl($file), 'items' => $items, ]; } ?> 'navigation', 'items' => $nav, 'view' => $this, ]) ?>
endContent(); ?>