We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b904c9 commit 9946e25Copy full SHA for 9946e25
_pkgdown.yml
@@ -21,11 +21,12 @@ reference:
21
22
- title: "Extensions"
23
desc: >
24
- This functions enable you to install extensions and use template from extensions in your folder and projects.
+ These functions enable you to manage Quarto extensions and use template from extensions in your folder and projects.
25
More about Quarto extensions at <https://quarto.org/docs/extensions/>
26
contents:
27
- - starts_with("quarto_add")
28
- - starts_with("quarto_use")
+ - ends_with("_extension")
+ - ends_with("_extensions")
29
+ - quarto_use_template
30
31
- title: "Projects"
32
0 commit comments