-
Notifications
You must be signed in to change notification settings - Fork 10
/
_quarto.yml
80 lines (72 loc) · 2.37 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
project:
type: website
render:
- src/docs.qmd
- src/docs/*.md
- src/docs/*.qmd
- src/notebooks_list.qmd
- src/notebooks/Python Examples/*.ipynb
- src/notebooks/R Examples/*.ipynb
execute:
freeze: auto
ipynb-filters:
- src/templates/notebook-static-preview.py
website:
title: MGnify Resources
site-url: https://docs.mgnify.org
favicon: src/static-resources/mgnify_logo.png
page-navigation: true
repo-url: https://github.com/ebi-metagenomics/notebooks
repo-actions: [edit, issue]
navbar:
right:
- href: https://www.ebi.ac.uk/metagenomics
text: Open MGnify
- href: https://usegalaxy.eu/root?tool_id=interactive_tool_mgnify_notebook
text: Run notebooks on Galaxy
- href: https://status.mgnify.org
text: Service status
sidebar:
style: docked
search: true
contents:
- href: src/docs/about.md
- section: "Data flow"
contents:
- src/docs/dataflow.md
- src/docs/multiomics_submission.md
- section: "Analyses"
contents:
- src/docs/analysis.md
- src/docs/additional-analyses.md
- section: "Website & API"
contents:
- src/docs/portal.md
- src/docs/api.md
- href: src/docs/mgnify-genomes.md
- section: "MGnify Proteins"
href: src/docs/mgnify-proteins.md
contents:
- src/docs/mgnify-proteins-web.md
- src/docs/mgnify-proteins-sequence-search.md
- src/docs/mgnify-proteins-big-query.qmd
- href: src/docs/faqs.md
- href: src/docs/glossary.md
- href: src/notebooks_list.qmd
tools:
- icon: github
menu:
- text: Notebooks source
url: https://github.com/ebi-metagenomics/notebooks
- text: MGnify repositories
url: https://github.com/ebi-metagenomics
- icon: question-circle-fill
text: Help
href: mailto:metagenomics-help@ebi.ac.uk
format:
html:
theme:
- cosmo
- src/static-resources/styles.scss
toc: true
code-overflow: wrap