Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit c3fb6a4

Browse files
authored
setup redirects to the new site (#88)
* try something else * update redirects * why isn't it working? * final push
1 parent a35c1ba commit c3fb6a4

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

_redirects

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
/ https://docs.localstack.cloud/snowflake 301
2+
/user-guide/state-management/ https://docs.localstack.cloud/snowflake/capabilities/state-management/ 301
3+
/tutorials/credit-scoring-with-localstack-snowpark/ https://docs.localstack.cloud/snowflake/tutorials/aws-lambda-localstack-snowpark/ 301
4+
/user-guide/init-hooks/ https://docs.localstack.cloud/snowflake/capabilities/init-hooks/ 301
5+
/user-guide/authentication/ https://docs.localstack.cloud/snowflake/features/authentication/ 301
6+
/references/configuration/ https://docs.localstack.cloud/snowflake/capabilities/configuration/ 301
7+
/user-guide/tasks/ https://docs.localstack.cloud/snowflake/features/tasks/ 301
8+
/user-guide/snowflake-drivers/ https://docs.localstack.cloud/snowflake/integrations/snowflake-drivers/ 301
9+
/user-guide/tags/ https://docs.localstack.cloud/snowflake/features/tags/ 301
10+
/user-guide/stages/ https://docs.localstack.cloud/snowflake/features/stages/ 301
11+
/getting-started/installation/ https://docs.localstack.cloud/snowflake/getting-started/ 301
12+
/references/coverage-features/ https://docs.localstack.cloud/snowflake/features/ 301
13+
/user-guide/streamlit/ https://docs.localstack.cloud/snowflake/features/streamlit/ 301
14+
/user-guide/clones/ https://docs.localstack.cloud/snowflake/features/clones/ 301
15+
/user-guide/integrations/snowsql/ https://docs.localstack.cloud/snowflake/integrations/snowsql/ 301
16+
/getting-started/ https://docs.localstack.cloud/snowflake/getting-started/ 301
17+
/user-guide/integrations/snow-cli/ https://docs.localstack.cloud/snowflake/integrations/snow-cli/ 301
18+
/user-guide/snowpipe/ https://docs.localstack.cloud/snowflake/features/snowpipe/ 301
19+
/user-guide/streams/ https://docs.localstack.cloud/snowflake/features/streams/ 301
20+
/user-guide/materalized-views/ https://docs.localstack.cloud/snowflake/features/materalized-views/ 301
21+
/tutorials/aws-lambda-localstack-snowpark/ https://docs.localstack.cloud/snowflake/tutorials/aws-lambda-localstack-snowpark/ 301
22+
/user-guide/integrations/continuous-integration/ https://docs.localstack.cloud/snowflake/integrations/continuous-integration/ 301
23+
/introduction/ https://docs.localstack.cloud/snowflake/ 301
24+
/user-guide/user-defined-functions/ https://docs.localstack.cloud/snowflake/features/user-defined-functions/ 301
25+
/getting-started/faq/ https://docs.localstack.cloud/snowflake/getting-started/faq/ 301
26+
/user-guide/integrations/dbeaver/ https://docs.localstack.cloud/snowflake/integrations/dbeaver/ 301
27+
/user-guide/cross-database-resource-sharing/ https://docs.localstack.cloud/snowflake/features/cross-database-resource-sharing/ 301
28+
/user-guide/row-access-policies/ https://docs.localstack.cloud/snowflake/features/row-access-policies/ 301
29+
/user-guide/integrations/dbt/ https://docs.localstack.cloud/snowflake/integrations/dbt/ 301
30+
/user-guide/ https://docs.localstack.cloud/snowflake/features/ 301
31+
/user-guide/integrations/airflow/ https://docs.localstack.cloud/snowflake/integrations/airflow/ 301
32+
/user-guide/user-interface/ https://docs.localstack.cloud/snowflake/tooling/user-interface/ 301
33+
/user-guide/accounts/ https://docs.localstack.cloud/snowflake/features/accounts/ 301
34+
/user-guide/hybird-tables/ https://docs.localstack.cloud/snowflake/features/hybrid-tables/ 301
35+
/references/changelog/ https://docs.localstack.cloud/snowflake/changelog/ 301
36+
/user-guide/integrations/flyway/ https://docs.localstack.cloud/snowflake/integrations/flyway/ 301
37+
/user-guide/dynamic-tables/ https://docs.localstack.cloud/snowflake/features/dynamic-tables/ 301
38+
/user-guide/native-apps/ https://docs.localstack.cloud/snowflake/features/native-apps/ 301
39+
/references/coverage-functions/ https://docs.localstack.cloud/snowflake/sql-functions/ 301
40+
/user-guide/storage-integrations/ https://docs.localstack.cloud/snowflake/features/storage-integrations/ 301
41+
/user-guide/polaris-catalog/ https://docs.localstack.cloud/snowflake/features/polaris-catalog/ 301
42+
/getting-started/quickstart/ https://docs.localstack.cloud/snowflake/getting-started/quickstart/ 301
43+
/user-guide/iceberg-tables/ https://docs.localstack.cloud/snowflake/features/iceberg-tables/ 301
44+
/user-guide/integrations/terraform/ https://docs.localstack.cloud/snowflake/integrations/terraform/ 301
45+
/user-guide/integrations/pulumi/ https://docs.localstack.cloud/snowflake/integrations/pulumi/ 301
46+
/user-guide/integrations/ https://docs.localstack.cloud/snowflake/integrations/ 301
47+
/user-guide/transaction-management/ https://docs.localstack.cloud/snowflake/features/transaction-management/ 301
48+
/user-guide/snowpark/ https://docs.localstack.cloud/snowflake/integrations/snowpark/ 301
49+
/tutorials/ https://docs.localstack.cloud/snowflake/tutorials/aws-lambda-localstack-snowpark/ 301
50+
/references/ https://docs.localstack.cloud/snowflake/capabilities/config/ 301

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>LocalStack for Snowflake!</title>
5+
<meta charset="UTF-8" />
6+
<meta http-equiv="refresh" content="0; URL=https://docs.localstack.cloud/snowflake/" />
7+
</head>
8+
<body>
9+
<p>If you are not redirected within 3 seconds, click <a href="https://docs.localstack.cloud/snowflake/">here</a>.</p>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)