-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
53 lines (49 loc) · 1.39 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
50
51
52
53
site_name: Powercoders - Introduction to Cloud Computing
repo_url: https://github.com/snorwin/powercoders
site_author: Norwin Schnyder
copyright: Copyright © 2020 Norwin Schnyder - Except where otherwise noted, the content on this site is licensed under a Creative Commons Attribution 4.0 International License.
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/norwin-schnyder/
- icon: fontawesome/brands/github
link: https://github.com/snorwin/
theme:
name: material
palette:
primary: black
accent: indigo
favicon: img/favicon-32x32.png
logo: img/cloud3.png
features:
- content.tabs.link
edit_uri: ""
nav:
- Introduction: index.md
- Exercise 0 - Projects: project.md
- Exercise 1 - Pods: pod.md
- Exercise 2 - Deployments: deployment.md
- Exercise 3 - Networking: networking.md
- Exercise 4 - ConfigMaps: configmap.md
- Appendix:
- vi Editor: vieditor.md
markdown_extensions:
- attr_list
- admonition
- codehilite
- footnotes
- pymdownx.smartsymbols
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
toc_depth: 2
permalink: true