-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
48 lines (43 loc) · 1.08 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
destination: docs
title: valorantr
url: https://tonyelhabr.github.io/valorantr/
authors:
Tony ElHabr:
href: https://twitter.com/TonyElHabr
template:
bootstrap: 5
bootswatch: yeti
bslib:
font_scale: 1
base_font:
google: "Roboto"
heading_font:
google: "Roboto"
code_font:
google: "JetBrains Mono"
includes:
in_header: |
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id={YOUR TRACKING ID}"#' ></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-C2FM6DYBJ4');
</script>
navbar:
type: dark
bg: dark
reference:
- title: Main `get` functions
contents:
- matches("get_(events|series|matches|match_details|player|team)")
- title: Analytics functions
contents:
- ends_with("_analytics")
- title: Load
contents:
- load_valorant
- title: Utility
contents:
- starts_with("get_all_")