-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_pkgdown.yml
54 lines (47 loc) · 1.25 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
url: https://teunbrand.github.io/legendry/
template:
bootstrap: 5
reference:
- title: Guides to go
desc: >
These guides are complete and ready to use in your plots.
contents:
- starts_with("guide_")
- title: Primitives
desc: >
These are incomplete guides used in composition.
contents:
- guide-primitives
- starts_with("primitive_")
- title: Gizmos
desc: >
These are specialty gimmicks tailored to displaying specific aesthetics.
contents:
- guide-gizmos
- starts_with("gizmo_")
- title: Composition
desc: >
These are not guides, but ways to combine guides, primitives and gizmos
together to become a more complete guide.
contents:
- guide-composition
- starts_with("compose_")
- title: Keys
desc: >
Fantastic labels and where to display them.
contents:
- starts_with("key_")
- title: Other functions
desc: >
Miscellaneous functions not directly concerned with guides
contents:
- bracket_options
- cap_options
- theme_guide
- scale_x_dendro
news:
releases:
- text: "Version 0.1.0: Moltres"
href: https://teunbrand.github.io/teunbrand_blog/posts/2024-11-01-legendry-0-1-0/
- text: "Version 0.2.0: Zapdos"
href: https://teunbrand.github.io/teunbrand_blog/posts/2024-12-14-legendry-0-2-0/