This repository was archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
69 lines (66 loc) · 2.29 KB
/
mkdocs.yml
File metadata and controls
69 lines (66 loc) · 2.29 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
site_name: THUASTA Tech Roadmap
nav:
- Home: index.md
- Comp Dept.:
- Roadmap: comp_dept/roadmap.md
- Syllabus: comp_dept/syllabus.md
- Assignment 1: comp_dept/assignment_1.md
- Assignment 2: comp_dept/assignment_2.md
- Assignment 3: comp_dept/assignment_3.md
- Assignment 4: comp_dept/assignment_4.md
- Assignment 5: comp_dept/assignment_5.md
- Topics:
- Build Systems:
- topics/build_sys/index.md
- CMake: topics/build_sys/cmake.md
- CI/CD:
- topics/ci_cd/index.md
- GitHub Actions: topics/ci_cd/github_actions.md
- Containerization:
- topics/container/index.md
- Docker: topics/container/docker.md
- Internet:
- topics/networking/index.md
- How does the Internet work?: topics/networking/internet.md
- What is HTTP?: topics/networking/http.md
- WebSockets: topics/networking/websockets.md
- Learn a Language:
- topics/prog_lang/index.md
- C/C++: topics/prog_lang/c_cpp.md
- C#: topics/prog_lang/csharp.md
- Python: topics/prog_lang/python.md
- Learn about APIs:
- topics/apis/index.md
- REST: topics/apis/rest.md
- Markdown: topics/markdown.md
- OS and General Knowledge:
- topics/os/index.md
- Terminal Usage: topics/os/terminal.md
- Basic Terminal Commands: topics/os/commands.md
- Package Managers:
- topics/packages/index.md
- Conda: topics/packages/conda.md
- Poetry: topics/packages/poetry.md
- Repo Hosting Service:
- topics/repo/index.md
- GitHub: topics/repo/github.md
- Testing:
- topics/testing/index.md
- Unit Testing: topics/testing/unit_testing.md
- Integration Testing: topics/testing/int_testing.md
- Version Control System:
- topics/vcs/index.md
- Git: topics/vcs/git.md
- Visual Studio Code: topics/vscode.md
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes