forked from FH-Cloud-Computing/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
81 lines (81 loc) · 2.41 KB
/
mkdocs.yml
File metadata and controls
81 lines (81 loc) · 2.41 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
site_name: Cloud Computing 2020
site_description: Course material for the Cloud Computing course of Fall 2020 at the FH Campus Wien. This course goes through the theory and practice of implementing applications for the cloud.
nav:
- About the course:
- Overview: index.md
- Grading: grading/index.md
- Project work: projectwork/index.md
- Deadlines: deadlines/index.md
- Testing: testing/index.md
- Getting help: help/index.md
- Lectures:
- "Overview": lectures/index.md
- "1. Introduction to the Cloud": lectures/1-cloud-intro/index.md
- "2. Infrastructure as a Service": lectures/2-iaas/index.md
- "3. Beyond IaaS": lectures/3-xaas/index.md
- "4. Containers": lectures/4-containers/index.md
- "5. Cloud-native software development": lectures/5-cloud-native/index.md
- Exercises:
- Overview: exercises/index.md
- 1. IaaS: exercises/1-iaas/index.md
- 2. Terraform: exercises/2-terraform/index.md
- 3. Containers: exercises/3-containers/index.md
- 4. Prometheus: exercises/4-prometheus/index.md
- 5. Grafana: exercises/5-grafana/index.md
- 6. API integration: exercises/6-api-integration/index.md
- Glossary:
- A-Z: glossary/index.md
theme:
name: material
features:
- navigation.tabs
font: false
logo: logo-wide.svg
favicon: favicon.svg
custom_dir: theme
extra_css:
- custom.css
extra_javascript:
- player.js
- external.js
- download.js
plugins:
- search
- macros
- pdf-export:
theme_handler_path: pdf-theme-handler.py
enabled_if_env: ENABLE_PDF_EXPORT
media_type: print
verbose: true
- exclude:
glob: []
markdown_extensions:
- meta
- admonition
- markdown_include.include
- toc:
permalink: "#"
baselevel: 2
separator: "_"
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
repo_url: https://github.com/fh-cloud-computing/website/
repo_name: "GitHub"
use_directory_urls: true
copyright: Copyright © 2020 Janos Pasztor, Peter Wenzl, Günther Pospischil