-
Notifications
You must be signed in to change notification settings - Fork 7
/
_quarto.yml
88 lines (85 loc) · 1.93 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
project:
type: website
execute-dir: project
preview:
port: 4200
browser: true
watch-inputs: true
navigate: true
timeout: 300
website:
title: "pharmaverse examples"
image: assets/img/Pharmaverse_examples.png
open-graph: true
favicon: assets/img/Pharmaverse_examples.png
search:
location: navbar
type: overlay
copy-button: true
page-navigation: true
reader-mode: true
site-url: https://pharmaverse.github.io/examples/
repo-url: https://github.com/pharmaverse/examples
repo-branch: main
cookie-consent: true
navbar:
pinned: true
collapse: false
background: primary
search: true
right:
- icon: house
href: https://pharmaverse.github.io/examples/
aria-label: pharmaverse
- icon: slack
href: https://app.slack.com/client/T028PB489D3/
aria-label: Slack
- icon: github
href: https://github.com/pharmaverse/examples
aria-label: Repository
sidebar:
- id: sidebar
style: docked
collapse-level: 1
logo: assets/img/Pharmaverse_examples.png
border: true
contents:
- file: index.qmd
text: Introduction
- text: "---"
- auto: sdtm
- auto: adam
- auto: tlg
- auto: interactive
- auto: logging
- text: "---"
- file: session.qmd
- text: Pharmaverse Home
href: https://pharmaverse.org/
filters:
- shinylive
format:
html:
search: true
theme:
light:
- flatly
dark:
- darkly
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
code-block-border-left: "#1482FA"
css: assets/css/style.scss
number-sections: false
lang: en-US
page-layout: full