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 334bdc1 commit 5a40790Copy full SHA for 5a40790
docs/get-started/sidebar.qmd
@@ -23,12 +23,16 @@ with a [Quarto sidebar configuration](https://quarto.org/docs/websites/website-n
23
The Quarto [`metadata-files` option](https://quarto.org/docs/projects/quarto-projects.html#metadata-includes) ensures
24
it's included with the configuration in `_quarto.yml`.
25
26
+::: { .callout-note}
27
Here is what the sidebar for the [quartodoc reference page](/api) looks like:
28
-<div class="sourceCode">
29
-<pre class="sourceCode yaml"><code class="sourceCode yaml">{{< include /api/_sidebar.yml >}}
30
-</code></pre>
31
-</div>
+<details>
+```yaml
+{{< include /api/_sidebar.yml >}}
32
+```
33
+</details>
34
+
35
+:::
36
37
## Customizing the sidebar
38
0 commit comments