-
Notifications
You must be signed in to change notification settings - Fork 12
/
_pkgdown.yml
38 lines (38 loc) · 945 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
url: https://jestonblu.github.io/RobinHood/
template:
bootstrap: 5
# Nav bar customization
navbar:
structure:
left: [home, intro, reference, articles, news]
right: [github]
components:
intro:
text: Getting Started
href: articles/getting_started.html
articles:
text: Additional Docs
menu:
- text: Special Characters in Passwords
href: articles/passwords.html
- text: Function Relationship Plots
href: articles/network_graph.html
reference:
- title: "Core Functions"
desc: "Core functions"
- contents:
- RobinHood
- logout
- watchlist
- starts_with("cancel")
- starts_with("get")
- starts_with("place")
- title: "Backend API Functions"
desc: "Backend API functions"
- contents:
- starts_with("api")
- title: "Backend Utility Functions"
desc: "Backend utility functions"
- contents:
- check_rh
- mod_json