-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
47 lines (44 loc) · 1.18 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
project:
type: website
output-dir: docs
# author: Alán F. Muñoz
# date: last-modified
language:
search-text-placeholder: Search
website:
title: "JUMP documentation and examples"
repo-url: https://github.com/broadinstitute/2023_12_JUMP_data_only_vignettes
repo-actions: [edit, source, issue]
reader-mode: true
search:
location: sidebar
type: overlay
sidebar:
style: "floating"
contents:
- text: Home
file: index.md
- section: Explanations
contents:
- auto: "explanations/*"
- section: Reference
contents:
- auto: "reference/*"
- section: How-To Guides
contents:
- auto: "howto/*"
- text: Cite
file: cite.md
tools:
- icon: github
href: https://github.com/broadinstitute/2023_12_JUMP_data_only_vignettes
format:
html:
default-image-extension: svg
toc: true
theme:
light: flatly
dark: darkly
code-fold: false
ipynb:
default-image-extension: svg