We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463a54d commit 9ed2798Copy full SHA for 9ed2798
packages/framework/src/Framework/Features/Navigation/BaseMenuGenerator.php
@@ -135,6 +135,7 @@ protected function searchForGroupLabelInConfig(string $identifier): ?string
135
136
return Config::getArray($key, [])[$identifier] ?? null;
137
}
138
+
139
protected function searchForGroupPriorityInConfig(string $groupKey): ?int
140
{
141
$key = $this->generatesSidebar ? 'docs.sidebar_order' : 'hyde.navigation.order';
packages/framework/src/Framework/Features/Navigation/GeneratesDocumentationSidebarMenu.php
@@ -4,7 +4,6 @@
4
5
namespace Hyde\Framework\Features\Navigation;
6
7
-use Hyde\Facades\Config;
8
use Hyde\Support\Models\Route;
9
use Hyde\Pages\DocumentationPage;
10
0 commit comments