diff --git a/pr-1540/dev-docs-preview/README.html b/pr-1540/dev-docs-preview/README.html index 6f6f0b15cf3..b10efa63035 100644 --- a/pr-1540/dev-docs-preview/README.html +++ b/pr-1540/dev-docs-preview/README.html @@ -392,7 +392,7 @@
x-link
component
getBladeView()
Hyde provides a few different ways to customize the navigation menus, depending on what you prefer.
+To customize how a page is represented in navigation, you can either set the navigation
front matter data in the page's markdown file,
+or configure it in the config file. Main navigation items are in the hyde
config file, while documentation sidebar items are in the docs
config file.
+General options for the entire navigation menus are also available in the hyde
and docs
config files.
Now that you know the basics, let's dive into the details of how to customize the navigation menus!
While not required to know, you may find it interesting to learn more about how the navigation is handled internally. The best way to learn about this is to look at the source code, so here is a high-level overview with details on where to look in the source code.
@@ -451,7 +460,7 @@booted()