Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 11, 2024
1 parent a6d35fd commit d5b5fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/digging-deeper/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ navigation:

Next up, let's look at how to customize the navigation menus using the config files.

- To customize the navigation menu, use the setting `navigation.order` in the `hyde.php` config.
- To customize the navigation menu, use the setting `navigation` in the `hyde.php` config.
- When customizing the navigation menu, you should use the [route key](core-concepts#route-keys) of the page.

- To customize the sidebar, use the setting `sidebar_order` in the `docs.php` config.
- To customize the sidebar, use the setting `sidebar` in the `docs.php` config.
- When customizing the sidebar, can use the route key, or just the [page identifier](core-concepts#page-identifiers) of the page.

### Changing the priorities
Expand Down

0 comments on commit d5b5fbd

Please sign in to comment.