-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
49 lines (43 loc) · 1.04 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
43
44
45
46
47
48
49
site_name: Mastering Docker
docs_dir: website
site_author: Anand Chitpothu
copyright: Copyright © 2022-23, Pipal Academy
theme:
name: material
nav:
- The Course:
- syllabus.md
- Getting Started:
- getting-started/lab-setup.md
- getting-started/vim.md
- Managing Servers:
- session1.md
- Docker:
- docker/introduction.md
- docker/registry.md
- docker/environment.md
- docker/ports.md
- docker/volumes.md
- docker/cheatsheet.md
- docker/diving-in.md
- docker/docker-compose.md
- docker/optimizing-images.md
# - docker/best-practices.md
- Notes:
- notes/session3.md
- notes/session6.md
- Assignments:
- assignments/assignment-1.md
- assignments/assignment-2.md
- assignments/assignment-3.md
- assignments/assignment-4.md
# plugins:
# - autorefs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format