Skip to content

Commit 81362ad

Browse files
committed
docs: add sidebar to initial config example
1 parent c17892a commit 81362ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/get-started/overview.qmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,18 @@ First, create a `_quarto.yml` file with the following:
4646
project:
4747
type: website
4848

49+
# tell quarto to read the generated sidebar
50+
metadata-files:
51+
- _sidebar.yml
52+
53+
4954
quartodoc:
5055
# the name used to import the package
5156
package: quartodoc
57+
58+
# write sidebar data to this file
59+
sidebar: _sidebar.yml
60+
5261
sections:
5362
- title: Some functions
5463
desc: Functions to inspect docstrings.

0 commit comments

Comments
 (0)