Skip to content

Commit

Permalink
fix dropdown formatting (#5276)
Browse files Browse the repository at this point in the history
Signed-off-by: cosmicBboy <[email protected]>
  • Loading branch information
cosmicBboy authored Apr 23, 2024
1 parent 8c5aac6 commit 8eb7b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/deployment/deployment/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions docs/quickstart_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 8eb7b0d

Please sign in to comment.