Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3435,6 +3435,11 @@ export default withNextra({
destination: '/getting-started/build-memgraph-from-source#run-memgraph',
permanent: true
},
{
source: '/data-migration/migrate-from-neo4j-using-single-cypher-query',
destination: 'data-migration/migrate-from-neo4j/using-single-cypher-query',
permanent: true
},
{
source: '/database-management/authentication-and-authorization/auth-system-integrations#flags',
destination: '/database-management/authentication-and-authorization/auth-system-integrations#configuration-flags',
Expand Down
1 change: 0 additions & 1 deletion pages/data-migration/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export default {
"json": "JSON",
"cypherl": "CYPHERL",
"migrate-from-neo4j": "Migrate from Neo4j",
"migrate-from-neo4j-using-single-cypher-query": "Migrate from Neo4j using a single Cypher query",
"migrate-from-rdbms": "Migrate from RDBMS using CSV files",
"migrate-from-rdbms-directly": "Migrate from RDBMS using MAGE modules",
"migrate-iceberg-tables-from-data-lake-using-dremio": "Migrate Apache Iceberg tables from data lake using Dremio",
Expand Down
Loading