-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
33 lines (33 loc) · 1.01 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
url: shinybigquery.thewileylab.org
template:
params:
bootswatch: flatly
navbar:
structure:
right: [reference, github]
home:
strip_header: true
links:
- text: Additional WileyLab tools
href: https://www.thewileylab.org/software
authors:
The Wiley Lab:
href: https://www.thewileylab.org/
html: <img src="https://raw.githubusercontent.com/thewileylab/shinyBigQuery/master/man/figures/WileyLab.svg" height="24" />
reference:
- title: "Package Information"
contents:
- shinyBigQuery
- title: "Start Using shinyBigQuery"
desc: >
Execute this function to launch shinyBigQuery.
contents:
- run_app
- title: "Module UI Functions"
desc: "Add these functions to the UI portion of your Shiny Application with the appropriate namespace."
contents:
- bigquery_setup_ui
- title: "Module Server Function"
desc: "Add the server function to the server portion of your Shiny Application with the appropriate namespace."
contents:
- bigquery_setup_server