-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
140 lines (126 loc) · 3.5 KB
/
mkdocs.yml
File metadata and controls
140 lines (126 loc) · 3.5 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# https://squidfunk.github.io/mkdocs-material/setup/
site_name: LaboInfra Docs
site_author: LaboInfra ESGI
site_description: >-
Documentation for LaboInfra projects.
site_url: https://docs.laboinfra.net
repo_name: laboinfra.github.io
repo_url: https://github.com/LaboInfra/laboinfra.github.io
edit_uri: edit/main/docs/
copyright: >
Copyright © 2022 - 2025 LaboInfra ESGI –
<a href="#__consent">Change cookie settings</a>
nav:
- Projects:
- Overview: index.md
- Cloud: project/cloud.md
- Game: project/game.md
- MindBreak: project/mindbreak.md
- Cloud:
- Getting started: cloud/getting-started.md
- Install certificate: cloud/cert.md
- Manage projects and quotas: cloud/projects_quotas.md
- CLI reference: cloud/cli.md
- Terms of service: cloud/tos.md
- OpenStack:
- Configure openstack cli: cloud/openstack/cli.md
- Game:
- game/index.md
- Team: team.md
- Troubleshooting: troubleshooting.md
- FAQ: faq.md
- Join us: join.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- attr_list
- md_in_html
- pymdownx.blocks.caption
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- search
- social
- glightbox
- git-authors
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
- git-committers:
repository: LaboInfra/laboinfra.github.io
branch: main
extra:
logo: assets/images/logo.png
favicon: assets/favicon.png
homepage: https://docs.laboinfra.net
generator: true
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/9GtVSvfUZ4
- icon: fontawesome/brands/github
link: https://github.com/LaboInfra
- icon: fontawesome/solid/paper-plane
link: mailto:contact@laboinfra.net
consent:
actions:
- manage
- reject
- accept
title: Cookie consent
description: >-
We use cookies to display GitHub stats on the docs and because this site is hosted on GitHub Pages.
By consenting, you help us improve our services and provide a better experience.
theme:
font: false
name: material
language: en
direction: ltr
logo: assets/images/logo.png
favicon: assets/images/logo.png
icon:
repo: fontawesome/brands/git-alt
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.footer
- navigation.prune
- navigation.indexes
- navigation.top
- toc.follow
- search.suggest
- search.highlight
- search.share
- content.action.edit
- content.code.copy
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: light blue
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
primary: light blue
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
primary: light blue
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference