From 8eb7b0debd6cdcac84c8b2004d29f21de14d0ead Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Tue, 23 Apr 2024 16:46:30 -0400 Subject: [PATCH] fix dropdown formatting (#5276) Signed-off-by: cosmicBboy --- docs/deployment/deployment/index.rst | 4 ---- docs/quickstart_guide.md | 6 ++---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/deployment/deployment/index.rst b/docs/deployment/deployment/index.rst index 40ce8f2739..4981f97b0a 100644 --- a/docs/deployment/deployment/index.rst +++ b/docs/deployment/deployment/index.rst @@ -102,28 +102,24 @@ team maintains Helm charts that correspond with the latter two deployment paths. K3s bundled container. .. dropdown:: ``flyte-binary``: chart for the **Single Cluster** option. - :color: muted .. literalinclude:: ../../../charts/flyte-binary/Chart.yaml :language: yaml :caption: charts/flyte-binary/Chart.yaml .. dropdown:: ``flyte-core``: chart for the **Multiple Cluster** option. - :color: muted .. literalinclude:: ../../../charts/flyte-core/Chart.yaml :language: yaml :caption: charts/flyte-core/Chart.yaml .. dropdown:: ``flyte-deps``: chart that installs additional useful dependencies alongside Flyte. - :color: muted .. literalinclude:: ../../../charts/flyte-deps/Chart.yaml :language: yaml :caption: charts/flyte-deps/Chart.yaml .. dropdown:: ``flyte``: chart that depends on ``flyte-core``, installing additional dependencies to Flyte deployment. - :color: muted .. literalinclude:: ../../../charts/flyte/Chart.yaml :language: yaml diff --git a/docs/quickstart_guide.md b/docs/quickstart_guide.md index 85a28ff5af..a0e9f18d86 100644 --- a/docs/quickstart_guide.md +++ b/docs/quickstart_guide.md @@ -4,13 +4,11 @@ In this guide, you will create and run a Flyte workflow in a local Python environment to generate the output "Hello, world!" ````{dropdown} Try Flyte in your browser -:color: muted :animate: fade-in-slide-down ```{button-link} https://sandbox.union.ai/ ---- -class: try-hosted-flyte btn-warning btn-block ---- +:expand: +:color: warning Hosted Flyte sandbox ```