-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (34 loc) · 756 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (34 loc) · 756 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
31
32
33
34
35
36
# MKDOCS navigation structure and configuration
---
site_name: Data Center
docs_dir: docs
site_dir: _html
repo_url: https://github.com/ipspace/dc-labs
site_url: https://ipspace.github.io/dc-labs/
site_description: Design Assignments for the Next-Generation Data Centers online course
site_author: Ivan Pepelnjak, ipSpace.net AG
copyright: (C) 2023 Ivan Pepelnjak (ipSpace.net AG)
plugins:
- search
nav:
- Home: index.md
- Challenges:
- 1-services-requirements.md
- 4-storage.md
- 5-small-fabric.md
- 6-robust-layer-2-fabric.md
- 7-overlay.md
- 11-extend-fabric.md
markdown_extensions:
- footnotes
- abbr
- def_list
- admonition
- attr_list
- sane_lists
- smarty
- nl2br
theme:
name: mkdocs
custom_dir: _mkdocs_theme
navigation_depth: 3