-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
69 lines (63 loc) · 2.13 KB
/
Copy pathmkdocs.yml
File metadata and controls
69 lines (63 loc) · 2.13 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
site_name: KubeFlex
site_url: https://docs.kubeflex.io
theme:
name: material
features:
- navigation.instant
- navigation.instant.progress
- navigation.instant.preview
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
logo: images/logo.png
nav:
- Home: index.md
- Technical Guides:
- Authentication and Authorisation with Keycloak and Istio: technical-guides/auth.md
- Cert Manager: technical-guides/cert-manager.md
- CircleCi Setup: technical-guides/circleci.md
- FluxCD Installation: technical-guides/fluxcd.md
- Helm Repositories: technical-guides/helmrepositories.md
- Configuring Istio IngressGatway with Let's Encrypt Certificate: technical-guides/ingressgateway.md
- Istio Installation: technical-guides/istio.md
- Keycloak, Istio and Let’s Encrypt Certificate: technical-guides/keycloak.md
- Local Development Setup: technical-guides/local.md
- MinIO Deployment: technical-guides/minio.md
- Observability: technical-guides/monitoring.md
- Conventional Commits, Semantic Versioning and CircleCI: technical-guides/release.md
- Sealed Secrets: technical-guides/sealed-secrets.md
- Pricing: pricing.md
- Startup Programs: startup-programs.md
- About: about.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/kubeflex-io/kubeflex
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/kubeflex
homepage: https://kubeflex.io
repo_url: 'https://github.com/kubeflex-io/kubeflex'
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- def_list
- pymdownx.tasklist:
custom_checkbox: true
extra_css:
- 'assets/extra.css'
extra_javascript:
- javascripts/programs.js
- javascripts/certifications.js
- javascripts/trainings.js