-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
39 lines (34 loc) · 1.38 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
site_name: Stracquadanio Lab Documentation
nav:
- "Home": "index.md"
- "Systems setup":
- "GitHub": "./systems-setup/github.md"
- "Workstations": "./systems-setup/workstation.md"
- "Cell HPC": "./systems-setup/hpc-cell.md"
- "Reference manager": "./systems-setup/reference-manager.md"
- "Project Management":
- "Project lifecycle": "./projects-management/project-lifecycle.md"
- "Project workflows": "./projects-management/project-workflow.md"
- "Project workspaces": "./projects-management/project-workspace.md"
- "Programming":
- "Coding standards": "./programming/coding-standards.md"
# - "Docker": "./programming/docker.md"
theme:
name: readthedocs
# palette:
# primary: blue grey
highlightjs: true
hljs_languages:
- yaml
- python
- r
- bash
extra_javascript:
- 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js'
markdown_extensions:
- tables
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format