We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9a34b commit bd21b8fCopy full SHA for bd21b8f
docs/guides/docs/sidebar/multiple-sidebars.mdx
@@ -9,7 +9,7 @@ You can create **different sidebars** for separate sets of Markdown files and di
9
:::tip
10
The official Docusaurus site itself is a good example of multiple sidebars:
11
12
-- [Docs](/introduction)
+- [Docs](/docs/introduction)
13
- [API](https://docusaurus.io/docs/cli)
14
:::
15
@@ -135,7 +135,7 @@ pagination_label: "Start Your Journey"
135
136
## The `ref` sidebar item {#sidebar-item-ref}
137
138
-The `ref` item is like a [`doc` item](./items.mdx#sidebar-item-doc)
+The `ref` item is like a [`doc` item](./items#sidebar-item-doc)
139
but **does not affect sidebar association or pagination generation**.
140
It simply creates a clickable link in the sidebar.
141
0 commit comments