1
0
mirror of synced 2026-02-06 10:55:56 +00:00

docs: improve goals styling

This commit is contained in:
bia
2020-07-30 12:12:22 +02:00
parent 430a2d0454
commit 4f22016f13
3 changed files with 34 additions and 11 deletions

View File

@@ -23,6 +23,11 @@ body {
font-size: .85rem;
}
.check-bullet {
color:#07bfa5;
margin-left:10px;
}
/* Progress bar styling */
.progress-label {
@@ -81,4 +86,18 @@ body {
.progress-0plus .progress-bar {
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;
}

View File

@@ -18,14 +18,15 @@ and [FluxCloud](https://github.com/justinbarrick/fluxcloud) notifications.
Goals
- [ ] 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
- [x] <span style="color:grey">Offer a dedicated component for forwarding events to external messaging platforms</span>
- 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
<span class="check-bullet">:material-check-bold:</span> Offer a dedicated component for forwarding events to external messaging platforms
Non-Goals
- [ ] Migrate users that are using Flux to run custom scripts with `flux.yaml`
- [ ] Automate the migration of `flux.yaml` kustomize users
- Migrate users that are using Flux to run custom scripts with `flux.yaml`
- Automate the migration of `flux.yaml` kustomize users
Tasks
@@ -43,11 +44,11 @@ Tasks
Goals
- [ ] Offer components that can replace Flux v1 image update feature
- Offer components that can replace Flux v1 image update feature
Non-Goals
- [ ] Maintain backwards compatibility with Flux v1 annotations
- Maintain backwards compatibility with Flux v1 annotations
Tasks
@@ -64,15 +65,15 @@ Tasks
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
- [ ] Migrate users that are using Helm v2
- Migrate users that are using Helm v2
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