-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_quarto.yml
121 lines (116 loc) · 3.73 KB
/
_quarto.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
---
project:
type: website
preview:
port: 4200
browser: true
watch-inputs: true
navigate: true
timeout: 300
format:
html:
search: true
theme:
light: [flatly, quarto/assets/style.scss, quarto/assets/style-light.scss]
dark: [darkly, quarto/assets/style.scss, quarto/assets/style-dark.scss]
anchor-sections: true
smooth-scroll: true
code-link: true
code-fold: false
code-overflow: scroll
code-line-numbers: true
code-copy: true
code-tools:
source: true
toggle: false
caption: none
code-block-bg: true
css: quarto/assets/style.scss
toc: false
number-sections: false
lang: en-US
page-layout: full
execute:
freeze: auto
cache: true
code-line-numbers: true
knitr:
opts_chunk:
echo: false
fig.width: 15
editor: source
highlight-style: github
website:
title: cardinal
open-graph: true
favicon: quarto/assets/images/logo/cardinal.png
search:
location: navbar
type: overlay
copy-button: true
page-navigation: true
site-url: https://pharmaverse.github.io/cardinal
repo-url: https://github.com/pharmaverse/cardinal
repo-branch: main
google-analytics: UA-125641273-1
cookie-consent: true
page-footer:
center:
- text: "This website as well as code examples are licensed under the Apache License, Version 2.0." # nolint
right:
- aria-label: Slack
href: https://app.slack.com/client/T028PB489D3/C04MQS12MND
icon: slack
- aria-label: GitHub
href: https://github.com/pharmaverse/cardinal
icon: github
navbar:
pinned: true
collapse: true
logo: quarto/assets/images/logo/cardinal.png
search: true
left:
- text: Home
file: index.qmd
- text: Template Library
menu:
- quarto/table-templates/template-table_02.qmd
- quarto/table-templates/template-table_03.qmd
- quarto/table-templates/template-table_04.qmd
- quarto/table-templates/template-table_05.qmd
- quarto/table-templates/template-table_06.qmd
- quarto/table-templates/template-table_07.qmd
- quarto/table-templates/template-table_08.qmd
- quarto/table-templates/template-table_09.qmd
- quarto/table-templates/template-table_10.qmd
- quarto/table-templates/template-table_11.qmd
- quarto/table-templates/template-table_12.qmd
- quarto/table-templates/template-table_13.qmd
- quarto/table-templates/template-table_14.qmd
- quarto/table-templates/template-table_15.qmd
- quarto/table-templates/template-table_16.qmd
- quarto/table-templates/template-table_17.qmd
- quarto/table-templates/template-table_18.qmd
- quarto/table-templates/template-table_20.qmd
- quarto/table-templates/template-table_21.qmd
- quarto/table-templates/template-table_22.qmd
- quarto/table-templates/template-table_32.qmd
- quarto/table-templates/template-table_33.qmd
- quarto/table-templates/template-table_34.qmd
- quarto/table-templates/template-table_35.qmd
- quarto/table-templates/template-table_36.qmd
- quarto/figure-templates/template-fig_01.qmd
- quarto/figure-templates/template-fig_02.qmd
- quarto/figure-templates/template-fig_03.qmd
- quarto/figure-templates/template-fig_14.qmd
- text: About
file: quarto/about.qmd
- text: Resources
file: quarto/resources.qmd
- text: Help
menu:
- quarto/getting_started.qmd
- text: Report a Bug
url: https://github.com/pharmaverse/cardinal/issues/new/choose
- text: FAQ
file: quarto/faq.qmd