diff --git a/docs/conf.py b/docs/conf.py index c3225f06c2..126cab68ae 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -96,6 +96,7 @@ # redirects redirects = { + "flytesnacks/deprecated_integrations": "../deprecated_integrations/index.html", "flytesnacks/examples/bigquery_plugin/index": "../../../deprecated_integrations/bigquery_plugin/index.html", "flytesnacks/examples/bigquery_plugin/bigquery_plugin_example": "../../../deprecated_integrations/bigquery_plugin/biquery_plugin_example.html", "flytesnacks/examples/databricks_plugin/index": "../../../deprecated_integrations/databricks_plugin/index.html", @@ -143,6 +144,7 @@ "flytesnacks/feature_engineering.md", "flytesnacks/flyte_lab.md", "flytesnacks/ml_training.md", + "flytesnacks/deprecated_integrations.md", "flytesnacks/README.md", "flytekit/**/README.md", "flytekit/_templates/**",