data['categories'] ?? []; /** @var \Modules\Knowledgebase\Models\WikiDoc[] $documents */ $documents = $this->data['docs'] ?? []; /** @var \Modules\Knowledgebase\Models\WikiApp[] $apps */ $apps = $this->data['apps'] ?? []; echo $this->data['nav']->render(); ?>