From 452b24c263f6dda299357419f6ffe0c032ee2098 Mon Sep 17 00:00:00 2001 From: bia Date: Thu, 30 Jul 2020 13:02:12 +0200 Subject: [PATCH] docs: progressbar as subtitle --- docs/_static/custom.css | 29 +++++++++++------------------ docs/roadmap/index.md | 8 ++++++-- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 4e6e1ff76d..e911358061 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -35,14 +35,18 @@ body { text-align: center; font-weight: 700; width: 100%; - margin: 0 ! important; + /* remove original styling for thin styling + margin: 0 ! important; */ + margin-top: -0.4rem ! important; line-height: 1.2rem; white-space: nowrap; overflow: hidden; } .progress-bar { - height: 1.2rem; + /*remove original styling for thin styling + height: 1.2rem; */ + height: 0.4rem; float: left; background: repeating-linear-gradient( 45deg, @@ -57,8 +61,11 @@ body { .progress { display: block; width: 100%; + /* remove original styling for thin styling margin: 0.5rem 0; - height: 1.2rem; + height: 1.2rem; */ + margin-top: 0.9rem; + height: 0.4rem; background-color: #eeeeee; position: relative; border-radius: 2px; @@ -86,18 +93,4 @@ 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; - } - \ No newline at end of file + } \ No newline at end of file diff --git a/docs/roadmap/index.md b/docs/roadmap/index.md index c3576eea99..a5272db85b 100644 --- a/docs/roadmap/index.md +++ b/docs/roadmap/index.md @@ -1,7 +1,5 @@ # Roadmap -[= 40% "40%"] - !!! hint "Work in Progress" We will be building the roadmap together with the Flux community, our end-users and everyone who is interested in integrating with us. @@ -12,6 +10,8 @@ ### Flux read-only feature parity +[= 50% "50%"] + This would be the first stepping stone: we want the GitOps Toolkit to be on-par with today's Flux in [read-only mode](https://github.com/fluxcd/flux/blob/master/docs/faq.md#can-i-run-flux-with-readonly-git-access) and [FluxCloud](https://github.com/justinbarrick/fluxcloud) notifications. @@ -42,6 +42,8 @@ Tasks ### Flux image update feature parity +[= 0% "0%"] + Goals - Offer components that can replace Flux v1 image update feature @@ -63,6 +65,8 @@ Tasks ### Helm v3 feature parity +[= 33% "33%"] + Goals - Offer a migration guide for those that are using Helm Operator with Helm v3 and Helm repositories