Skip to content

Commit 2d5edf6

Browse files
committed
Add todo
1 parent 358bfcc commit 2d5edf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/framework/src/Framework/Features/Navigation/NavigationMenuGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ protected function normalizeGroupLabel(string $label): string
194194

195195
protected function searchForGroupLabelInConfig(string $groupKey): ?string
196196
{
197+
// TODO: Normalize this: sidebar_group_labels -> docs.sidebar.labels
197198
return $this->getConfigArray($this->generatesSidebar ? 'docs.sidebar_group_labels' : 'hyde.navigation.labels')[$groupKey] ?? null;
198199
}
199200

0 commit comments

Comments
 (0)