Skip to content

Commit 9005913

Browse files
committed
docs: update starter _quarto.yml with generated css
1 parent 36d78c1 commit 9005913

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/get-started/overview.qmd

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,20 @@ project:
7777

7878
# tell quarto to read the generated sidebar
7979
metadata-files:
80-
- _sidebar.yml
80+
- api/_sidebar.yml
8181

82+
# tell quarto to read the generated styles
83+
format:
84+
css:
85+
- api/_styles-quartodoc.css
8286

8387
quartodoc:
8488
# the name used to import the package you want to create reference docs for
8589
package: quartodoc
8690

87-
# write sidebar data to this file
88-
sidebar: _sidebar.yml
91+
# write sidebar and style data
92+
sidebar: api/_sidebar.yml
93+
css: api/_styles-quartodoc.css
8994

9095
sections:
9196
- title: Some functions

0 commit comments

Comments
 (0)