From ac5603bacc446c7130e5ee147872eb359d2fff32 Mon Sep 17 00:00:00 2001 From: Nikki Everett Date: Fri, 26 Jan 2024 01:59:01 -0600 Subject: [PATCH] [Docs] Fix toctree links to User Guide, Environment Setup, and Contributing sections (#4781) * point to the right place for user guide, environment setup, and contributing landing pages Signed-off-by: nikki everett * fix additional links Signed-off-by: nikki everett * fix getting started links Signed-off-by: nikki everett * fix tutorials links Signed-off-by: nikki everett * remove toctree Signed-off-by: nikki everett * re-add workflow dev toctree Signed-off-by: nikki everett --------- Signed-off-by: nikki everett --- docs/introduction.md | 96 ++------------------------------------------ 1 file changed, 4 insertions(+), 92 deletions(-) diff --git a/docs/introduction.md b/docs/introduction.md index 0fb936485f..74e6483b26 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -37,18 +37,6 @@ Flyte is made up of a user plane, control plane, and data plane. * 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 -:hidden: - -Getting Started -User Guide -Tutorials -Concepts -Deployment -API Reference -Community -``` ```{toctree} :maxdepth: -1 @@ -56,84 +44,8 @@ Community :hidden: Introduction to Flyte -getting_started/quickstart_guide -getting_started/getting_started_with_workflow_development -getting_started/flyte_fundamentals -getting_started/core_use_cases -``` - -```{toctree} -:maxdepth: -1 -:caption: User Guide -:hidden: - -📖 User Guide -🌳 Environment Setup -🔤 Basics -⌨️ Data Types and IO -🔮 Advanced Composition -🧩 Customizing Dependencies -🏡 Development Lifecycle -⚗️ Testing -🚢 Productionizing -🏗 Extending -📝 Contributing -``` - -```{toctree} -:maxdepth: -1 -:caption: Tutorials -:hidden: - -Tutorials -Model Training -feature_engineering -bioinformatics_examples -flyte_lab -``` - -```{toctree} -:maxdepth: -1 -:caption: Integrations -:hidden: - -Integrations -auto_examples/airflow_plugin/index -auto_examples/athena_plugin/index -auto_examples/aws_batch_plugin/index -auto_examples/sagemaker_pytorch_plugin/index -auto_examples/sagemaker_training_plugin/index -auto_examples/bigquery_plugin/index -auto_examples/k8s_dask_plugin/index -auto_examples/databricks_plugin/index -auto_examples/dbt_plugin/index -auto_examples/dolt_plugin/index -auto_examples/duckdb_plugin/index -auto_examples/flyin_plugin/index -auto_examples/greatexpectations_plugin/index -auto_examples/hive_plugin/index -auto_examples/k8s_pod_plugin/index -auto_examples/mlflow_plugin/index -auto_examples/mmcloud_plugin/index -auto_examples/modin_plugin/index -auto_examples/kfmpi_plugin/index -auto_examples/onnx_plugin/index -auto_examples/papermill_plugin/index -auto_examples/pandera_plugin/index -auto_examples/kfpytorch_plugin/index -auto_examples/ray_plugin/index -auto_examples/sensor/index -auto_examples/snowflake_plugin/index -auto_examples/k8s_spark_plugin/index -auto_examples/sql_plugin/index -auto_examples/kftensorflow_plugin/index -auto_examples/whylogs_plugin/index -``` - -```{toctree} -:maxdepth: -1 -:caption: Tags -:hidden: - -_tags/tagsindex +flytesnacks/getting_started/quickstart_guide +flytesnacks/getting_started/getting_started_with_workflow_development +flytesnacks/getting_started/flyte_fundamentals +flytesnacks/getting_started/core_use_cases ```