-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (28 loc) · 737 Bytes
/
mkdocs.yml
File metadata and controls
28 lines (28 loc) · 737 Bytes
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
site_name: ""
nav:
- Home: index.md
- CV: cv.md
- Teaching: teaching.md
- CSE122:
- Home: CSE122/index.md
- Setup Help: CSE122/setup.md
- Creating Labs: CSE122/dotnet_commands.md
- Terminal Basics: CSE122/terminal_basics.md
- CSE234:
- Home: CSE234/index.md
- STL Data Types: CSE234/types.md
- STL Algorithm: CSE234/algorithms.md
- CSE238:
- Home: CSE238/index.md
- Week 1: CSE238/week1/index.md
- Week 2: CSE238/week2/index.md
- Week 3: CSE238/week3/index.md
- Week 4: CSE238/week4/index.md
- NET264:
- Week 1: NET264/week1.md
- Weeks 2 and 3: NET264/week2.md
- Week 4: NET264/week4.md
theme:
name: mkdocs
color_mode: auto
user_color_mode_toggle: true