-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
30 lines (24 loc) · 880 Bytes
/
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
site_name: Red Hat Certification Exam Notes
theme:
name: material
palette:
scheme: slate
nav:
- Home: 'index.md'
- 'EX188':
- '0 - Exam Objectives': 'ex188/readme.md'
- '1 - Implement images using Podman': 'ex188/01-implement-images-using-podman.md'
- '2 - Manage images': 'ex188/02-manage-images.md'
- '3 - Run containers locally using Podman': 'ex188/03-run-containers-locally-using-podman.md'
- '4 - Run multi-container applications with Podman': 'ex188/04-run-multi-container-applications-with-podman.md'
- '5 - Troubleshoot containerized applications': 'ex188/05-troubleshoot-containerized-applications.md'
- 'EX280':
- 'test': 'ex280/01-manage-openshift-container-platform.md'
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
extra_css:
- custom.css
plugins:
- mkdocs-video