-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (46 loc) · 1.34 KB
/
mkdocs.yml
File metadata and controls
53 lines (46 loc) · 1.34 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
50
51
52
53
site_name: Nevada Bioinformatics Center - Unix Workshop
site_url: https://nevadainbre.github.io/unix_tutorial/
repo_name: NevadaINBRE/unix_tutorial
repo_url: https://github.com/NevadaINBRE/unix_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
- Day 1 - Beginner UNIX:
- Introduction: anatomy.md
- Navigation & Pathing: navigation.md
- Software Installation: conda.md
- Working with Files: files.md
- Downloading & Compression: data.md
- Advanced Tools & Wrap-up: advanced.md
- Day 2 - Intermediate UNIX:
- Intro & File Management: file_management.md
- Text Processing: text_processing.md
- Shell Scripting: shell_scripting.md
- Remote Computing: remote_computing.md
- Recap & Cheat Sheets: intermediate_wrapup.md