-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (26 loc) · 716 Bytes
/
mkdocs.yml
File metadata and controls
28 lines (26 loc) · 716 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: DevOps
site_author: niqdev
repo_url: https://github.com/niqdev/devops
theme: readthedocs
google_analytics: ['UA-68888222-4', 'niqdev.github.io']
nav:
- Linux: linux.md
- Docker: docker.md
- Ansible: ansible.md
- Cassandra: cassandra.md
- ZooKeeper: zookeeper.md
- Kafka: kafka.md
- Hadoop: hadoop.md
- Cloud: cloud.md
- Kubernetes: kubernetes.md
- Terraform: terraform.md
- KCL: kcl.md
- System Design: system-design.md
- Operating System: operating-system.md
- Programming: programming.md
- Other Resources: other-resources.md
- Toolbox: toolbox.md
- JVM (OLD): jvm.md
- Scala (OLD): scala.md
# disable search plugin
#plugins: []