File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ docs-build-readme:
45
45
46
46
docs-build : export PLUM_SIMPLE_DOC=1
47
47
docs-build : docs-build-examples
48
- cd docs && quarto add --no-prompt ..
49
- cd docs && quartodoc build
48
+ cd docs && quartodoc build --verbose
50
49
cd docs && quartodoc interlinks
50
+ cd docs && quarto add --no-prompt ..
51
51
quarto render docs
52
52
53
53
test-interlinks : quartodoc/tests/example_interlinks/test.md
Original file line number Diff line number Diff line change @@ -23,12 +23,16 @@ with a [Quarto sidebar configuration](https://quarto.org/docs/websites/website-n
23
23
The Quarto [ ` metadata-files ` option] ( https://quarto.org/docs/projects/quarto-projects.html#metadata-includes ) ensures
24
24
it's included with the configuration in ` _quarto.yml ` .
25
25
26
+ ::: { .callout-note}
26
27
Here is what the sidebar for the [ quartodoc reference page] ( /api ) looks like:
27
28
28
- <div class =" sourceCode " >
29
- <pre class =" sourceCode yaml " ><code class =" sourceCode yaml " >{{< include /api/_sidebar.yml >}}
30
- </code ></pre >
31
- </div >
29
+ <details >
30
+ ``` yaml
31
+ {{< include /api/_sidebar.yml >}}
32
+ ```
33
+ </details >
34
+
35
+ :::
32
36
33
37
## Customizing the sidebar
34
38
You can’t perform that action at this time.
0 commit comments