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 ```