Skip to content

Commit

Permalink
add redirect, exclude deprecated_integrations file
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
nikki everett committed Apr 24, 2024
1 parent 2271c4d commit 7383f95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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/**",
Expand Down

0 comments on commit 7383f95

Please sign in to comment.