-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
44 lines (42 loc) · 942 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
url: https://koderkow.github.io/twitchr
template:
package: preferably
params:
toggle: manual
twitter:
creator: "@koderkow"
site: https://koderkow.rbind.io/
card: summary_large_image
reference:
- title: Twitch API
desc: >
Directly interact with the Twitch API.
- subtitle: Authenticate
contents:
- has_concept("Authenticate")
- subtitle: Bits
contents:
- has_concept("Bits")
- subtitle: Clips
contents:
- has_concept("Clips")
- subtitle: Games
contents:
- has_concept("Games")
- subtitle: Search
contents:
- has_concept("Search")
- subtitle: Tags
contents:
- has_concept("Tags")
- subtitle: Users
contents:
- has_concept("Users")
- subtitle: Videos
contents:
- has_concept("Videos")
- subtitle: Hidden Endpoints
desc: >
For more information on hidden endpoints click [here](https://thomassen.sh/twitch-api-endpoints/).
contents:
- has_concept("Hidden Endpoints")