forked from jcrodriguez1989/rco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
34 lines (33 loc) · 1.06 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
template:
params:
bootswatch: journal
navbar:
left:
- icon: fa-home
href: index.html
- text: "Reference"
href: reference/index.html
- text: "Optimizers"
menu:
- text: "Common Subexpression Elimination"
href: articles/opt-common-subexpr.html
- text: "Constant Folding"
href: articles/opt-constant-folding.html
- text: "Constant Propagation"
href: articles/opt-constant-propagation.html
- text: "Dead Code Elimination"
href: articles/opt-dead-code.html
- text: "Dead Expression Elimination"
href: articles/opt-dead-expr.html
- text: "Dead Store Elimination"
href: articles/opt-dead-store.html
- text: "Loop-invariant Code Motion"
href: articles/opt-loop-invariant.html
- text: "Articles"
menu:
- text: "Contributing an Optimizer"
href: articles/contributing-an-optimizer.html
- text: "Docker Image"
href: articles/docker-readme.html
- text: "News"
href: news/index.html