Skip to content

Commit 6af7625

Browse files
authored
Update the migration docs (#1451)
* init * add content to main page * update main page * fix typo
1 parent 2bb223f commit 6af7625

File tree

6 files changed

+641
-523
lines changed

6 files changed

+641
-523
lines changed

next.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3435,6 +3435,11 @@ export default withNextra({
34353435
destination: '/getting-started/build-memgraph-from-source#run-memgraph',
34363436
permanent: true
34373437
},
3438+
{
3439+
source: '/data-migration/migrate-from-neo4j-using-single-cypher-query',
3440+
destination: 'data-migration/migrate-from-neo4j/using-single-cypher-query',
3441+
permanent: true
3442+
},
34383443
{
34393444
source: '/database-management/authentication-and-authorization/auth-system-integrations#flags',
34403445
destination: '/database-management/authentication-and-authorization/auth-system-integrations#configuration-flags',

pages/data-migration/_meta.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export default {
44
"json": "JSON",
55
"cypherl": "CYPHERL",
66
"migrate-from-neo4j": "Migrate from Neo4j",
7-
"migrate-from-neo4j-using-single-cypher-query": "Migrate from Neo4j using a single Cypher query",
87
"migrate-from-rdbms": "Migrate from RDBMS using CSV files",
98
"migrate-from-rdbms-directly": "Migrate from RDBMS using MAGE modules",
109
"migrate-iceberg-tables-from-data-lake-using-dremio": "Migrate Apache Iceberg tables from data lake using Dremio",

0 commit comments

Comments
 (0)