-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
49 lines (42 loc) · 1.21 KB
/
mkdocs.yml
File metadata and controls
49 lines (42 loc) · 1.21 KB
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
site_name: Nevada Bioinformatics Center - Docker Workshop
site_url: https://nevadainbre.github.io/docker_tutorial/
repo_name: NevadaINBRE/docker_tutorial
repo_url: https://github.com/NevadaINBRE/docker_tutorial
edit_uri: edit/main/docs/
theme:
name: material
logo: images/university-logo.svg
favicon: images/university-logo.svg
palette:
primary: custom
accent: blue
features:
- content.code.copy
- content.code.annotate
- navigation.top
- navigation.footer
copyright: Copyright © 2026 University of Nevada, Reno
extra_css:
- stylesheets/custom.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
extra:
version:
provider: mike
nav:
- Welcome: index.md
- Prerequisites: prerequisites.md
- Software Installation: installation.md
- Your First Container: first-container.md
- Data and Volumes: volumes.md
- Pre-built Tools Containers: prebuilt-tools.md
- Building Custom Containers: dockerfiles.md
- Sharing Containers: dockerhub.md
- Instant Custom Containers (Seqera): seqera.md
- Workshop Wrap-up: wrapup.md