docs: improve goals styling

pull/134/head
bia 5 years ago
parent 430a2d0454
commit 4f22016f13

@ -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;
}

@ -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

@ -37,6 +37,9 @@ markdown_extensions:
- pymdownx.tilde
- pymdownx.progressbar
- pymdownx.tasklist
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Introduction: index.md

Loading…
Cancel
Save