-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
114 lines (107 loc) · 3.43 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
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
site_name: ControlPlane Enterprise for Flux CD
site_description: |
ControlPlane offers a hardened, enterprise-grade distribution and
support services for the CNCF-graduated Flux project.
site_author: ControlPLane
site_url: https://fluxcd.control-plane.io
repo_name: distribution
repo_url: https://github.com/controlplaneio-fluxcd/distribution
edit_uri: ""
copyright: Copyright © 2024 ControlPlane Ltd.
home:
image: images/flux-ee-white.png
tagline: Assured Flux CD
description: |
ControlPlane Enterprise enhances the security and stability of
Kubernetes GitOps delivery through comprehensive security assurance, including
rigorous bitstream remediation and compliance with required regulatory
standards for Flux CD.
features: true
theme:
name: material
logo: images/cp-logo.png
favicon: images/cp-logo.png
language: en
custom_dir: docs/theme/
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- navigation.sections
- navigation.top
- navigation.tabs
extra:
social:
- icon: fontawesome/brands/square-x-twitter
link: https://x.com/controlplaneio
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/controlplane/mycompany/
docs_dir: docs
plugins:
- search
markdown_extensions:
- attr_list
- md_in_html
- admonition
- meta
- codehilite
- footnotes
- pymdownx.tilde
- pymdownx.progressbar
- pymdownx.tasklist
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Home: index.md
- Flux Distribution:
- Introduction: distribution/index.md
- Installation: distribution/install.md
- Security: distribution/security.md
- Guides:
- Flux Architecture Overview: guides/flux-architecture.md
- D1 Reference Architecture: guides/d1-architecture-reference.md
- Flux Multitenant Policies: guides/flux-policies.md
- Marketplaces:
- AWS Marketplace: marketplace/aws.md
- Versions:
- Release v2.4: releases/release-v2.4.md
- Release v2.3: releases/release-v2.3.md
- Release v2.2: releases/release-v2.2.md
- Flux Operator:
- Introduction: operator/index.md
- Installation: operator/install.md
- Configuration:
- Flux Controllers: operator/flux-config.md
- Flux Cluster Sync: operator/flux-sync.md
- Flux Customization: operator/flux-kustomize.md
- Flux Sharding: operator/flux-sharding.md
- Guides:
- Flux Monitoring: operator/monitoring.md
- Bootstrap Migration: operator/flux-bootstrap-migration.md
- API Reference:
- Flux Instance: operator/fluxinstance.md
- Flux Report: operator/fluxreport.md
- Pricing: pricing/index.md
- Contact: https://control-plane.io/contact/?inquiry=fluxcd