-
Notifications
You must be signed in to change notification settings - Fork 26
/
_pkgdown.yml
96 lines (89 loc) · 2.15 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
destination: docs
url: https://shinysurveys.jdtrat.com
repo:
home: https://github.com/jdtrat/shinysurveys/
source: https://github.com/jdtrat/shinysurveys/blob/master/
issue: https://github.com/jdtrat/shinysurveys/issues/
user: https://github.com/jdtrat/
template:
package: jdtdown
opengraph:
image:
src: man/figures/logo.png
alt: "shinysurveys package"
twitter:
creator: "@jdtrat"
card: summary
authors:
Jonathan Trattner:
href: "https://jdtrat.com"
Lucy D'Agostino McGowan:
href: "https://lucymcgowan.com"
home:
strip_header: true
links:
- text: Learn more
href: ""
# structure of website themed with jdtdown
# based on structure of jdtdown
navbar:
title: ~
type: default
structure:
left: [intro, examples, articles]
right: [reference, news, github]
components:
home:
reference:
text: Reference
href: reference/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/jdtrat/shinysurveys
news:
text: News
menu:
- text: "Changelog"
href: news/index.html
- text: "------------------"
- text: "Blog posts"
- text: "shinysurveys 0.2.0"
href: https://www.jdtrat.com/blog/shinysurveys-0-2-0/
articles:
- title: Vignettes
navbar: ~
contents:
- surveying-shinysurveys
- custom-input-extensions
- get-survey-data
reference:
- title: "Creating a Basic Shiny Survey"
desc: >
Functions for creating a typical survey in Shiny.
contents:
- surveyOutput
- renderSurvey
- title: "Creating an Advanced Shiny Survey"
desc: >
Functions for stepping up your shiny survey game.
contents:
- getSurveyData
- extendInputType
- surveyID
- surveyLabel
- surveyOptions
- listInputExtensions
- hideSurvey
- title: "Shinysurvey Inputs"
decc: >
Input types from shinysurveys to be used in shiny apps.
contents:
- radioMatrixInput
- numberInput
- title: "Demo tools"
desc: >
Functions and data to help you get started with {shinysurveys}.
contents:
- demo_survey
- demo_survey_multipage
- teaching_r_questions