-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (35 loc) · 1.02 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
site_name: My Study Journal
theme: readthedocs
nav:
- Programming Languages:
- Bash: bash.md
- C: c.md
- C++: cpp.md
- Cython: cython.md
- Go: go.md
- Julia: jl.md
- Python: py.md
- Rust: rust.md
- DevOps:
- Ansible: ansible.md
- Continuous Integration/Delivery: ci.md
- AWS: aws.md
- Azure: azure.md
- Docker: docker.md
- Git: git.md
- GitOps & ArgoCD: gitops.md
- Jenkins: jenkins.md
- Kata Containers: kata.md
- Kubernetes: k8s.md
- Microservices: micro.md
- OpenShift: openshift.md
- Podman: podman.md
- Release Engineering: re.md
- Serverless: serverless.md
- Site Reliability Engineering: sre.md
- Tekton: tekton.md
- Terraform: terraform.md
- Linux:
- System Administration: sysadmin.md
- Software Engineering:
- Agile Methods: agile.md