forked from Sydney-Informatics-Hub/hello-nextflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
41 lines (36 loc) · 1013 Bytes
/
mkdocs.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
site_name: Hello Nextflow
repo_url: https://github.com/Sydney-Informatics-Hub/hello-nextflow-amsi24
repo_name: Sydney-Informatics-Hub/hello-nextflow-amsi24
nav:
- Home: index.md
- Setup: setup.md
- Workshop content:
- 0. Introduction: content/00_intro.md
- 1. Hello World!: content/02_helloworld.md
- 2. Your first pipeline: content/03_hellonf.md
- 3. Outputs: content/04_output.md
- 4. Inputs: content/05_inputs.md
- 5. Parameters: content/06_params.md
- 6. Adding processes: content/07_process.md
- 7. Dynamic naming: content/08_dynamic.md
- Supporting materials: resources.md
theme:
name: material
logo: assets/usyd-logo.png
extra_css:
- extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences:
preserve_tabs: true
- attr_list
- md_in_html
- pymdownx.superfences
extra:
analytics:
provider: google
property: G-TNWWV3HK57