Skip to content

Commit ca4d8a6

Browse files
committed
correct example id
(cherry picked from commit dcf6ef2)
1 parent 370bb9a commit ca4d8a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/websites/website-navigation.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ Here are all of the options available for side navigation:
182182
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.
183183

184184
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.
185-
For example, to include the tutorials sidebar on a page, add the following to the page's front matter:
185+
For example, to include the sidebar with `id: tutorials` on a page, add the following to the page's front matter:
186186

187187
```yaml
188-
sidebar: <id>
188+
sidebar: tutorials
189189
```
190190

191191
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).

0 commit comments

Comments
 (0)