-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
63 lines (59 loc) · 1.39 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
project:
type: website
website:
title: "DP-Next: WP1"
site-url: "https://dp-next.github.io/wp1-ros"
repo-url: "https://github.com/dp-next/wp1-ros"
page-navigation: true
body-header: |
::: {.callout-warning appearance="default" icon="true"}
🚧 This website and documentation is still in very active development and
evolving quickly, so content could undergo substantial changes at any time
🚧
:::
navbar:
pinned: true
left:
- href: index.qmd
text: Home
- text: Overview
href: motivation.qmd
- groups.qmd
- design.qmd
- guide/index.qmd
tools:
- icon: github
href: "https://github.com/dp-next/wp1-ros"
aria-label: "GitHub icon: Source code"
- icon: house
href: https://dp-next.github.io
aria-label: "House icon: DP-Next home page"
sidebar:
- id: overview
title: Overview
collapse-level: 2
contents:
- motivation.qmd
- strategy.qmd
- risks.qmd
- id: design
title: Design
collapse-level: 2
contents:
- design.qmd
- decisions/index.qmd
- id: guide
title: Guide
collapse-level: 2
contents:
- guide/index.qmd
- guide/collaborating.qmd
format:
html:
toc: true
bibliography: references.bib
csl: vancouver.csl
editor:
markdown:
wrap: 72
canonical: true