-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
_pkgdown.yml
94 lines (92 loc) · 2.4 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
title: googleAuthR
url: https://code.markedmondson.me/googleAuthR/
home:
strip_header: true
authors:
Mark Edmondson:
href: http://code.markedmondson.me
template:
params:
bootswatch: cosmo
ganalytics: UA-47480439-2
navbar:
title: googleAuthR
type: inverse
left:
- text: "Setup"
icon: fa-child fa-lg
href: articles/setup.html
- text: "Authentication"
icon: fa-sign-in fa-lg
href: articles/google-authentication-types.html
- text: "Building Google APIs"
icon: fa-wrench fa-lg
href: articles/building.html
- text: "Advanced APIs"
icon: fa-space-shuttle fa-lg
href: articles/advanced-building.html
- text: "Help"
menu:
- text: "Reference"
href: reference/index.html
- text: "News"
href: news/index.html
- text: "Troubleshooting"
href: articles/troubleshooting.html
right:
- icon: fa-google fa-lg
href: https://developers.google.com/apis-explorer/
- icon: fa-github fa-lg
href: https://github.com/MarkEdmondson1234/googleAuthR/
- icon: fa-slack fa-lg
href: https://docs.google.com/forms/d/e/1FAIpQLSerjirmMpB3b7LmBs_Vx_XPIE9IrhpCpPg1jUcpfBcivA3uBw/viewform
reference:
- title: "Authentication"
contents:
- gar_auth
- gar_auth_service
- gar_attach_auto_auth
- gar_auto_auth
- gar_gce_auth
- gar_gce_auth_email
- gar_gce_auth_default
- gar_check_existing_token
- gar_token_info
- gar_set_client
- title: "Service accounts"
contents:
- gar_auth_service
- matches("gar_service")
- title: "Shiny authentication helpers"
contents:
- with_shiny
- googleAuth
- googleAuthUI
- googleAuth_js
- googleAuth_jsUI
- googleSignIn
- googleSignInUI
- gar_shiny_auth
- gar_shiny_auth_url
- gar_shiny_login_ui
- gar_shiny_ui
- silent_auth
- title: "Building packages"
contents:
- gar_api_generator
- gar_api_page
- skip_if_no_env_auth
- matches("batch")
- title: "Caching"
contents:
- matches("gar_cache")
- title: "Discovery API / Auto-package creation"
contents:
- gar_discovery_api
- gar_discovery_apis_list
- gar_create_package
- gar_create_api_objects
- gar_create_api_skeleton
- title: "Setup Wizard functions"
contents:
- matches("gar_setup")