-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
49 lines (47 loc) · 1.32 KB
/
_quarto.yml
File metadata and controls
49 lines (47 loc) · 1.32 KB
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
project:
type: website
output-dir: docs
website:
title: "mrgsolve/vignettes"
navbar:
background: "white"
foreground: "#797979"
left:
- text: UserGuide
href: https://mrgsolve.org/user-guide
- text: Blog
href: https://mrgsolve.org/blog
- text: Vignettes
href: https://mrgsolve.org/vignettes
- text: Learn
href: https://mrgsolve.org/learn.html
- text: Docs
href: https://mrgsolve.org/docs
- text: Models
href: https://github.com/mrgsolve/depot
- text: Source
menu:
- text: GitHub
href: https://github.com/metrumresearchgroup/mrgsolve
- text: CRAN
href: https://cran.r-project.org/package=mrgsolve
- text: Help
menu:
- text: Discuss
href: https://github.com/metrumresearchgroup/mrgsolve/discussions
- text: Report an issue
href: https://github.com/metrumresearchgroup/mrgsolve/issues
right:
- text: mrgsolve.org
href: https://mrgsolve.org
- icon: github
href: https://github.com/metrumresearchgroup/mrgsolve
- icon: twitter
href: https://twitter.com/mrgsolve
format:
html:
theme: default
css: styles.css
toc: true
linkcolor: "#097f5f"
code-line-numbers: true