diff --git a/docs/websites/website-navigation.qmd b/docs/websites/website-navigation.qmd index a7cc82290..0e0d02ac0 100644 --- a/docs/websites/website-navigation.qmd +++ b/docs/websites/website-navigation.qmd @@ -182,10 +182,10 @@ Here are all of the options available for side navigation: A single `sidebar` item without an `id` or `title` will result in a global sidebar applied to all pages. A sidebar with an `id` or `title` will only be applied to pages within the contents of the sidebar or pages that specify the sidebar id. To use a specific sidebar on a page or a group of pages, specify the `sidebar` ID in the front matter of the page or in the `_metadata.yml` file. -For example, to include the tutorials sidebar on a page, add the following to the page's front matter: +For example, to include the sidebar with `id: tutorials` on a page, add the following to the page's front matter: ```yaml -sidebar: +sidebar: tutorials ``` For more information on controlling the appearance of the side navigation using HTML themes, see [HTML Themes - Navigation](/docs/output-formats/html-themes.qmd#navigation). If you need to control the width of the sidebar, see [Page Layout - Grid Customization](/docs/output-formats/page-layout.qmd#grid-customization).