-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (39 loc) · 1.53 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
site_name: Vets Who Code SOPs
nav:
- Home: index.md
- Code Of Conduct: code-of-conduct.md
- Curriculum:
- Command Line:
- Getting To Know The Command Line: getting-to-know-the-command-line.md
- Command Line Basics: command-line-basics.md
- Command Line Text Manipulation: command-line-text-manipulation.md
- Command Line Utilities: command-line-utilities.md
- Advanced Command Line Features: advanced-command-line-features.md
- Command Line Cheat Sheet: command-line-cheat-sheet.md
- Bash Scripting: bash.md
- Git:
- AI Voice Overview: git-and-github-voice-overview.md
- Git And Github: git-and-github.md
- Git Basics: basics-of-git.md
- Git Flow: git-flow.md
- Github CLI: github-cli.md
- Python:
- Introduction To Python: intro-to-python.md
- Advanced Python Operations: advanced-python-operations.md
- Patterns:
- Coding Interview Patterns: coding-patterns-for-interviews.md
- Software Engineering Design Patterns: software-design-patterns.md
- System Design Patterns: system-design-patterns.md
- Data Patterns: data-patterns.md
- FastAPI:
- Introduction To FastAPI: fast-api.md
- Advanced FastAPI: advanced-fast-api.md
- Testing In FastAPI: fast-api-testing.md
- Streamlit:
- Streamlit Fundamentals: streamlit-fundamentals.md
- Advanced Streamlit: advanced-streamlit.md
theme:
name: readthedocs
# Link to the custom CSS
extra_css:
- css/custom.css