Skip to content

Commit

Permalink
Specify group
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 26, 2023
1 parent 1a007ee commit 7ffa427
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected function generate(): void

// If there are no pages other than the index page, we add it to the sidebar so that it's not empty
if ($this->items->count() === 0 && DocumentationPage::home() !== null) {
$this->items->push(NavItem::fromRoute(DocumentationPage::home()));
$this->items->push(NavItem::fromRoute(DocumentationPage::home(), group: 'other'));
}
}

Expand Down

0 comments on commit 7ffa427

Please sign in to comment.