-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
88 lines (84 loc) · 2.42 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
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
82
83
84
85
86
87
88
site_name: Container Platform Utrecht University
theme:
logo: images/cm_hs_avatar_corporate.png
name: material
custom_dir: overrides
features:
- navigation.tracking
- navigation.tabs
- navigation.sections
- toc.integrate
- toc.follow
- navigation.path
- navigation.top
- navigation.left
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.code.select
- content.code.annotation
language: en
palette:
- scheme: default
toggle:
icon: material/weather-sunny
name: Switch to Dark Mode
primary: custom
accent: blue
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to Light Mode
primary: custom
accent: blue
plugins:
- mkdocs-macro
- mkdocs-video:
is_video: True
video_muted: True
video_controls: True
video_type: mp4
css_style:
width: "50%"
extra:
social:
- type: fontawesome/brands/github-alt
link: https://github.com/UtrechtUniversity
extra_css:
- stylesheets/extra.css
copyright: |
© 2024 <a href="https://uu.nl" target="_blank" rel="noopener"><Utrecht University. All rights reserved></a>
nav:
- Welcome: index.md
- Getting Started:
- Overview: content/basics/get-started.md
- Login to the container platform: content/basics/login.md
- Guides:
- Overview: content/guides/guides.md
- Access image registry: content/guides/access-registry.md
- Create a project: content/guides/create-project.md
- Deploy sample application: content/guides/deploy-a-sample-app.md
- Deploy wordpress application: content/guides/wordpress-example-app.md
- NetApp storage: content/guides/netapp-storage.md
- Deploy Apache rootless: content/guides/apache-nonroot.md
- Deploy with ServiceAccount: content/guides/deploy-using-a-serviceaccount.md
- Deploy with Ansible: content/guides/deployment-with-ansible.md
- Reference:
- Overview: content/references/reference.md
- Samples:
- Overview: content/samples/samples.md
- FAQ: faq.md
- Roadmap: roadmap.md
markdown_extensions:
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences