Skip to content

Commit 589ce8c

Browse files
committed
remove unused rockset migration guide
1 parent c1fa615 commit 589ce8c

File tree

7 files changed

+5
-159
lines changed

7 files changed

+5
-159
lines changed

docs/integrations/migration/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ Take a look at the pages below for further information.
1818
| [Using a 3rd-party ETL Tool](/cloud/migration/etl-tool-to-clickhouse) | Learn more about the popular ETL and ELT tools for moving data from an external data source into ClickHouse. |
1919
| [Object Storage to ClickHouse Cloud](/integrations/migration/object-storage-to-clickhouse) | Learn how to use various table functions to import data from Cloud Object Storage into ClickHouse Cloud. |
2020
| [Upload a CSV File](/integrations/migration/upload-a-csv-file) | Learn how to upload data to ClickHouse Cloud using a CSV or TSV file. |
21-
| [Migrating From Rockset](/migrations/rockset) | Learn how to migrate from Rockset to ClickHouse Cloud. |

docs/integrations/migration/rockset.md

Lines changed: 0 additions & 147 deletions
This file was deleted.

docs/migrations/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ description: 'Landing page for the migrations section'
1414
| [MySQL](../integrations/data-ingestion/dbms/mysql/index.md) | Migration guide for MySQL |
1515
| [Redshift](../integrations/data-ingestion/redshift/index.md) | Migration guide for Redshift |
1616
| [DynamoDB](../integrations/data-ingestion/dbms/dynamodb/index.md) | Migration guide for DynamoDB |
17-
| [Rockset](../integrations/migration/rockset.md) | Migration guide for Rockset |

sidebars.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,6 @@ const sidebars = {
211211
"integrations/data-ingestion/dbms/mysql/index",
212212
"integrations/data-ingestion/redshift/index",
213213
"integrations/data-ingestion/dbms/dynamodb/index",
214-
{
215-
type: "doc",
216-
id: "integrations/migration/rockset",
217-
label: "Rockset",
218-
},
219214
],
220215
},
221216
{
@@ -479,11 +474,6 @@ const sidebars = {
479474
"integrations/migration/etl-tool-to-clickhouse",
480475
"integrations/migration/object-storage-to-clickhouse",
481476
"integrations/migration/upload-a-csv-file",
482-
{
483-
type: "link",
484-
label: "Rockset",
485-
href: "/migrations/rockset",
486-
},
487477
],
488478
},
489479
],
Binary file not shown.
Binary file not shown.

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3350,6 +3350,11 @@
33503350
"source": "/docs/cloud/manage/api/members-api-reference",
33513351
"destination": "/docs/cloud/manage/api/swagger#/paths/~1v1~1organizations~1%7BorganizationId%7D~1members/get",
33523352
"permanent": true
3353+
},
3354+
{
3355+
"source": "/docs/migrations/rockset",
3356+
"destination": "/docs/migrations/migrations",
3357+
"permanent": true
33533358
}
33543359
]
33553360
}

0 commit comments

Comments
 (0)