forked from quarto-dev/quarto-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
56 lines (47 loc) · 1.46 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
url: https://quarto-dev.github.io/quarto-r/
template:
bootstrap: 5
navbar:
structure:
left: [publishing, reference, news]
components:
publishing:
text: Publishing
href: articles/publishing.html
reference:
- title: "Render and Preview"
desc: >
The following functions enable you to render and preview Quarto documents and projects:
contents:
- quarto_render
- quarto_preview
- quarto_serve
- title: "Publishing"
desc: >
These functions enable you to publish static and interactive documents, websites, and books to
[Posit Connect](https://posit.co/products/enterprise/connect/) and [shinyapps.io](https://www.shinyapps.io/):
contents:
- quarto_publish_doc
- title: "Extensions"
desc: >
This functions enable you to install extensions and use template from extensions in your folder and projects.
More about Quarto extensions at <https://quarto.org/docs/extensions/>
contents:
- starts_with("quarto_add")
- starts_with("quarto_use")
- title: "Projects"
desc: >
This functions enable you to work with projects.
More about Quarto extensions at <https://quarto.org/docs/projects/quarto-projects.html>
contents:
- quarto_create_project
- title: "Configuration"
desc: >
These functions enable you to inspect the Quarto installation as well as the metadata
for Quarto documents and projects:
contents:
- quarto_inspect
- quarto_path
- quarto_version
- is_using_quarto
- quarto_binary_sitrep