diff --git a/Makefile b/Makefile index 2af9bef..4a79372 100644 --- a/Makefile +++ b/Makefile @@ -45,9 +45,9 @@ docs-build-readme: docs-build: export PLUM_SIMPLE_DOC=1 docs-build: docs-build-examples - cd docs && quarto add --no-prompt .. - cd docs && quartodoc build + cd docs && quartodoc build --verbose cd docs && quartodoc interlinks + cd docs && quarto add --no-prompt .. quarto render docs test-interlinks: quartodoc/tests/example_interlinks/test.md diff --git a/docs/get-started/sidebar.qmd b/docs/get-started/sidebar.qmd index 0e1af47..f162a2d 100644 --- a/docs/get-started/sidebar.qmd +++ b/docs/get-started/sidebar.qmd @@ -23,12 +23,16 @@ with a [Quarto sidebar configuration](https://quarto.org/docs/websites/website-n The Quarto [`metadata-files` option](https://quarto.org/docs/projects/quarto-projects.html#metadata-includes) ensures it's included with the configuration in `_quarto.yml`. +::: { .callout-note} Here is what the sidebar for the [quartodoc reference page](/api) looks like: -
-
{{< include /api/_sidebar.yml >}}
-
-
+
+```yaml +{{< include /api/_sidebar.yml >}} +``` +
+ +::: ## Customizing the sidebar