docs: improve goals styling
This commit is contained in:
19
docs/_static/custom.css
vendored
19
docs/_static/custom.css
vendored
@@ -23,6 +23,11 @@ body {
|
|||||||
font-size: .85rem;
|
font-size: .85rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.check-bullet {
|
||||||
|
color:#07bfa5;
|
||||||
|
margin-left:10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Progress bar styling */
|
/* Progress bar styling */
|
||||||
|
|
||||||
.progress-label {
|
.progress-label {
|
||||||
@@ -82,3 +87,17 @@ body {
|
|||||||
.progress-0plus .progress-bar {
|
.progress-0plus .progress-bar {
|
||||||
background-color: #ff1744;
|
background-color: #ff1744;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.progress.thin {
|
||||||
|
margin-top: 0.9rem;
|
||||||
|
height: 0.4rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress.thin .progress-label {
|
||||||
|
margin-top: -0.4rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress.thin .progress-bar {
|
||||||
|
height: 0.4rem;
|
||||||
|
}
|
||||||
|
|
||||||
@@ -18,14 +18,15 @@ and [FluxCloud](https://github.com/justinbarrick/fluxcloud) notifications.
|
|||||||
|
|
||||||
Goals
|
Goals
|
||||||
|
|
||||||
- [ ] Offer an in-place migration tool for those that are using Flux in read-only mode to synchronize plain manifests
|
- Offer an in-place migration tool for those that are using Flux in read-only mode to synchronize plain manifests
|
||||||
- [ ] Offer a migration guide for those that are using Flux in read-only mode to synchronize Kustomize overlays
|
- Offer a migration guide for those that are using Flux in read-only mode to synchronize Kustomize overlays
|
||||||
- [x] <span style="color:grey">Offer a dedicated component for forwarding events to external messaging platforms</span>
|
|
||||||
|
<span class="check-bullet">:material-check-bold:</span> Offer a dedicated component for forwarding events to external messaging platforms
|
||||||
|
|
||||||
Non-Goals
|
Non-Goals
|
||||||
|
|
||||||
- [ ] Migrate users that are using Flux to run custom scripts with `flux.yaml`
|
- Migrate users that are using Flux to run custom scripts with `flux.yaml`
|
||||||
- [ ] Automate the migration of `flux.yaml` kustomize users
|
- Automate the migration of `flux.yaml` kustomize users
|
||||||
|
|
||||||
Tasks
|
Tasks
|
||||||
|
|
||||||
@@ -43,11 +44,11 @@ Tasks
|
|||||||
|
|
||||||
Goals
|
Goals
|
||||||
|
|
||||||
- [ ] Offer components that can replace Flux v1 image update feature
|
- Offer components that can replace Flux v1 image update feature
|
||||||
|
|
||||||
Non-Goals
|
Non-Goals
|
||||||
|
|
||||||
- [ ] Maintain backwards compatibility with Flux v1 annotations
|
- Maintain backwards compatibility with Flux v1 annotations
|
||||||
|
|
||||||
Tasks
|
Tasks
|
||||||
|
|
||||||
@@ -64,15 +65,15 @@ Tasks
|
|||||||
|
|
||||||
Goals
|
Goals
|
||||||
|
|
||||||
- [ ] Offer a migration guide for those that are using Helm Operator with Helm v3 and Helm repositories
|
- Offer a migration guide for those that are using Helm Operator with Helm v3 and Helm repositories
|
||||||
|
|
||||||
Non-Goals
|
Non-Goals
|
||||||
|
|
||||||
- [ ] Migrate users that are using Helm v2
|
- Migrate users that are using Helm v2
|
||||||
|
|
||||||
Stretch-Goals
|
Stretch-Goals
|
||||||
|
|
||||||
- [ ] [Migrate users that are using Helm charts from Git](https://github.com/fluxcd/toolkit/discussions/75#discussioncomment-38589)
|
- [Migrate users that are using Helm charts from Git](https://github.com/fluxcd/toolkit/discussions/75#discussioncomment-38589)
|
||||||
|
|
||||||
Tasks
|
Tasks
|
||||||
|
|
||||||
|
|||||||
@@ -37,6 +37,9 @@ markdown_extensions:
|
|||||||
- pymdownx.tilde
|
- pymdownx.tilde
|
||||||
- pymdownx.progressbar
|
- pymdownx.progressbar
|
||||||
- pymdownx.tasklist
|
- pymdownx.tasklist
|
||||||
|
- pymdownx.emoji:
|
||||||
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
||||||
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Introduction: index.md
|
- Introduction: index.md
|
||||||
|
|||||||
Reference in New Issue
Block a user