diff --git a/docs/digging-deeper/navigation.md b/docs/digging-deeper/navigation.md index efbd049babd..4f0fe9c350e 100644 --- a/docs/digging-deeper/navigation.md +++ b/docs/digging-deeper/navigation.md @@ -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 diff --git a/packages/framework/resources/views/components/article-excerpt.blade.php b/packages/framework/resources/views/components/article-excerpt.blade.php index a3a42a734e8..666c628ab0f 100644 --- a/packages/framework/resources/views/components/article-excerpt.blade.php +++ b/packages/framework/resources/views/components/article-excerpt.blade.php @@ -20,7 +20,7 @@ @endisset @isset($post->author) -