Skip to content

Commit

Permalink
Merge pull request #59 from hydephp/change-priority-of-the-automatic-…
Browse files Browse the repository at this point in the history
…docs-link

Change priority of the automatic docs link in the navbar so it is after standard pages
  • Loading branch information
caendesilva committed Jun 18, 2022
1 parent 78385b5 commit 2029043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/GeneratesNavigationMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ private function getLinks(): array
: Hyde::docsDirectory().'/readme'
),
'current' => false,
'priority' => 500,
'priority' => config('docs.navigation_link_priority', 1000),
];
}
}
Expand Down

0 comments on commit 2029043

Please sign in to comment.