-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
57 lines (51 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
55
56
57
url: https://r-pkg.thecoatlessprofessor.com/explorecourses/
template:
bootstrap: 5
bootswatch: cosmo
bslib:
primary: "#8C1515" # Stanford cardinal red
font-size-base: 0.95rem
navbar:
structure:
left: [intro, reference, news]
right: [search, github]
components:
reference:
text: API Reference
href: reference/index.html
github:
icon: fab fa-github
aria-label: GitHub logo
href: https://github.com/username/explorecourses
reference:
- title: Main Functions
desc: Core functions for fetching course data
contents:
- fetch_departments
- fetch_department_courses
- fetch_all_courses
- title: Cache Management
desc: Functions for managing the local cache
contents:
- starts_with("cache_")
- read_xml_cache
- clear_cache
- list_cache
- print.explorecourses_cache_list
- title: Internal Functions
desc: Internal helper functions and utilities
contents:
- starts_with("process_")
- starts_with("extract_")
- starts_with("make_")
- generate_academic_year
- validate_academic_year
home:
sidebar:
structure: [links, license, community, citation, authors, dev]
footer:
structure:
left: developed_by
right: built_with
components:
built_with: Built with {pkgdown}