From d728da62511de4063d8ce6e8a794eaec535d87f4 Mon Sep 17 00:00:00 2001 From: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:01:32 +0100 Subject: [PATCH] Fix repeated items in left nav (#4783) Signed-off-by: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com> --- docs/index.md | 1 + docs/introduction.md | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/index.md b/docs/index.md index f8b2ec601e..797b323842 100644 --- a/docs/index.md +++ b/docs/index.md @@ -135,6 +135,7 @@ Have questions or need support? The best way to reach us is through Slack: :hidden: Introduction +Quickstart guide Getting started with workflow development Flyte Fundamentals Core Use Cases diff --git a/docs/introduction.md b/docs/introduction.md index 74e6483b26..8e61c433a4 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -36,16 +36,3 @@ Flyte is made up of a user plane, control plane, and data plane. * To quickly try out Flyte on your machine, follow the {ref}`Quickstart guide `. * To create a Flyte project that can be used to package workflow code for deployment to a Flyte cluster, see {ref}`"Getting started with workflow development" `. * To set up a Flyte cluster, see the [Deployment documentation](https://docs.flyte.org/en/latest/deployment/index.html). - - -```{toctree} -:maxdepth: -1 -:caption: Getting Started -:hidden: - -Introduction to Flyte -flytesnacks/getting_started/quickstart_guide -flytesnacks/getting_started/getting_started_with_workflow_development -flytesnacks/getting_started/flyte_fundamentals -flytesnacks/getting_started/core_use_cases -```