forked from quarto-dev/quarto-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
40 lines (33 loc) · 924 Bytes
/
_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
url: ~
template:
bootstrap: 5
navbar:
structure:
left: [publishing, reference]
right: [search]
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
[RStudio Connect](https://www.rstudio.com/products/connect/) and [shinyapps.io](https://www.shinyapps.io/):
contents:
- quarto_publish_doc
- 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