-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
executable file
·50 lines (44 loc) · 1.18 KB
/
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
42
43
44
45
46
47
48
49
50
---
# Project information
site_name: CPP lab HPC guide
repo_name: cpp-lln-lab/CPP_HPC
repo_url: https://github.com/cpp-lln-lab/CPP_HPC
# docs_dir: alternative_path # docs/ is the default folder
copyright: MIT
# This will use Material them
theme:
name: material
language: en
palette:
primary: light blue
accent: light blue
features:
- navigation.expand
docs_dir: doc
# Pages
nav:
- Welcome and FAQ: index.md
- HPC UCLouvain (CECI):
- overview: overview.md
- cluster code snippets: cluster_code_snippets.md
- install datalad on the cluster: install_datalad.md
- run fmriprep: run_fmriprep.md
- run mriqc: run_mriqc.md
- Contributing: contributing.md
- Archive:
- fmriprep cluster workshop (2023):
- meeting notes: archive/fmriprep_cluster_workshop_2023/joint_meeting_notes.md
- Compute Canada: archive/fmriprep_cluster_workshop_2023/canada_connect_cluster.md
- rookie experience (2019): archive/rookie_experience_2019.md
- fmriprep notes: archive/running_fmriprep.md
# list of extension
markdown_extensions:
- admonition
- pymdownx.details
- toc:
anchorlink: true
permalink: '#'
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- include-markdown