-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
69 lines (61 loc) · 1.54 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
project:
type: website
preview:
port: 4100
website:
title: "OpenPipelines"
description: "Best-practice workflows for single-cell single- and multi-omics data"
image: "images/logo.svg"
site-url: https://openpipelines.bio
repo-url: https://github.com/openpipelines-bio/website
repo-actions: [edit, issue]
google-analytics: G-KKE3LFPPV8
page-footer:
left: "© OpenPipelines.bio 2022"
navbar:
logo: "images/logo.svg"
title: false
left:
- href: index.qmd
text: Home
- fundamentals/index.qmd
- user_guide/index.qmd
- contributing/index.qmd
- href: components/index.qmd
text: Reference
- team/index.qmd
right:
- icon: github
url: https://github.com/openpipelines-bio/openpipeline
aria-label: GitHub
sidebar:
- id: reference
title: Reference
contents: components
collapse-level: 3
- id: guide
title: Guide
contents:
- id: fundamentals
collapse-level: 3
section: Fundamentals
contents: fundamentals/*
- id: user_guide
section: User guide
collapse-level: 3
contents: user_guide/*
- id: contributing
collapse-level: 3
section: Contributing
contents: contributing/*
- id: more_information
collapse-level: 3
section: More information
contents: more_information/*
format:
html:
theme: [simplex, theme.scss]
css: styles.css
toc: true
filters:
- d2