-
Notifications
You must be signed in to change notification settings - Fork 81
/
_pkgdown.yml
47 lines (43 loc) · 866 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
40
41
42
43
44
45
46
47
destination: docs
url: https://paulc91.github.io/shinyauthr/
authors:
Paul Campbell:
href: https://github.com/paulc91
template:
params:
bootswatch: simplex
navbar:
left:
- icon: fa-home fa-lg
href: index.html
- text: Reference
href: reference/index.html
- text: Changelog
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/paulc91/shinyauthr
reference:
- title: "Login"
desc: >
Login modules
contents:
- loginUI
- loginServer
- title: "Logout"
desc: >
Logout modules
contents:
- logoutUI
- logoutServer
- title: "Examples"
desc: >
Run example apps
contents:
- runExample
- title: "Deprecated"
desc: >
Deprecated login and logout server functions
contents:
- login
- logout