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
30 lines (30 loc) · 912 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (30 loc) · 912 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
site_name: Cloud Computing 2020
nav:
- Welcome: index.md
- About the course:
- Grading: course/grading/index.md
- Deadlines: course/deadlines/index.md
- Testing: course/testing/index.md
- Getting help: course/help/index.md
- Lectures:
- 1. Introduction to the Cloud: lectures/1-cloud-intro/index.md
- 2. Cloud capabilities: lectures/2-capabilities/index.md
- 3. Infrastructure as a Service: lectures/3-iaas/index.md
- "4. Beyond IaaS: PaaS, SaaS": lectures/4-xaas/index.md
- 5. Cloud-native software development: lectures/5-cloud-native/index.md
theme:
name: readthedocs
plugins:
- macros
- exclude:
glob: []
markdown_extensions:
- admonition
- markdown_include.include
- toc:
permalink: "#"
baselevel: 2
separator: "_"
repo_url: https://github.com/fh-cloud-computing/website/
repo_name: "GitHub"
use_directory_urls: true