Skip to content

Commit 9946e25

Browse files
committed
Add missing reference page to website
1 parent 8b904c9 commit 9946e25

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_pkgdown.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ reference:
2121

2222
- title: "Extensions"
2323
desc: >
24-
This functions enable you to install extensions and use template from extensions in your folder and projects.
24+
These functions enable you to manage Quarto extensions and use template from extensions in your folder and projects.
2525
More about Quarto extensions at <https://quarto.org/docs/extensions/>
2626
contents:
27-
- starts_with("quarto_add")
28-
- starts_with("quarto_use")
27+
- ends_with("_extension")
28+
- ends_with("_extensions")
29+
- quarto_use_template
2930

3031
- title: "Projects"
3132
desc: >

0 commit comments

Comments
 (0)