-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (35 loc) · 803 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (35 loc) · 803 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
29
30
31
32
33
34
35
36
37
38
39
site_name: Pragmatic Dev Snippets
site_url: https://lalver1.github.io/coding-notes
repo_url: https://github.com/lalver1/coding-notes
theme:
name: material
features:
- navigation.indexes
- navigation.path
- navigation.sections
- navigation.tracking
- toc.follow
markdown_extensions:
- admonition
- footnotes
- def_list
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Home: index.md
- Version Control:
- version-control/index.md
- Git: version-control/git.md
- GitHub: version-control/github.md
- Docker:
- docker/index.md
- Build: docker/build.md
- Compose: docker/compose.md
- Cloud:
- cloud/index.md
- Azure: cloud/azure.md
- AWS: cloud/aws.md
extra_css:
- extra.css