-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
82 lines (82 loc) · 2.45 KB
/
mkdocs.yml
File metadata and controls
82 lines (82 loc) · 2.45 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
site_name: Cloud Design Patterns - Learning Journey
site_author: Noe-Samaille
repo_name: cloud-design-patterns-journey/docs
repo_url: https://github.com/cloud-design-patterns-journey/docs
edit_uri: edit/main/docs/
extra_css:
- custom.css
nav:
- Home: index.md
- Labs:
- Security:
- Inject K8s secrets with Vault: labs/security/inject-k8s-secrets-vault.md
- Optional - OpenShift RBAC: labs/security/openshift-rbac.md
- Generative AI:
- Streamline K8s Ops with GenIA: labs/genai/genai-ops-kubectl-ai.md
- Inventory App:
- Introduction: labs/inventory-app/inventory-application/index.md
- Service: labs/inventory-app/inventory-service/index.md
- BFF: labs/inventory-app/inventory-bff/index.md
- UI: labs/inventory-app/inventory-ui/index.md
- Fast Track: labs/inventory-app/fast-track.md
- Optional - MongoDB: labs/inventory-app/inventory-mongodb/index.md
# - Optional - Auth with AppID: labs/inventory-app/inventory-appid/index.md
theme:
name: material
custom_dir: material/.overrides
logo: images/logo.png
favicon: images/logo.png
language: en
font:
text: IBM Plex Sans
features:
- navigation.top
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
#- navigation.sections
#- navigation.expand
- navigation.prune
- navigation.indexes
- content.action.edit
- content.action.view
- content.code.copy
#- navigation.header
#- navigation.footer
palette:
# Palette toggle for dark mode
- scheme: slate
primary: black
accent: light green
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- scheme: default
primary: black
accent: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/cloud-design-patterns-journey/docs
plugins:
- git-authors
- search