-
Notifications
You must be signed in to change notification settings - Fork 22
/
_pkgdown.yml
59 lines (55 loc) · 1.13 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
url: https://rundel.github.io/ghclass
authors:
Colin Rundel:
href: https://rundel.github.io
Mine Çetinkaya-Rundel:
href: https://mine-cr.com
template:
bootstrap: 5
bootswatch: litera
bslib:
primary: "#000000"
h2-font-size: "1.8rem"
navbar:
type: default
left:
- text: Introduction
href: articles/articles/ghclass.html
- text: Reference
href: reference/index.html
- text: News
href: news/index.html
reference:
- title: GitHub
contents:
- starts_with("github_")
- title: Local Repositories
contents:
- starts_with("local_repo_")
- title: Organizations
contents:
- starts_with("org_")
- title: Repositories
contents:
- starts_with("repo_")
- title: Users
contents:
- starts_with("user_")
- title: Teams
contents:
- starts_with("team_")
- title: Issues
contents:
- starts_with("issue_")
- title: Branches
contents:
- starts_with("branch_")
- title: Pull Requests
contents:
- starts_with("pr_")
- title: Actions
contents:
- starts_with("action_")
- title: Pages
contents:
- starts_with("pages_")