Skip to content

Commit

Permalink
Merge pull request kuzudb#148 from kuzudb/fix-404
Browse files Browse the repository at this point in the history
remove redundant url causing 404
  • Loading branch information
prrao87 authored May 15, 2024
2 parents 700cd86 + 466a00d commit 4f80a3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export default defineConfig({
{ label: 'Subqueries', link: '/cypher/subquery' },
{ label: 'Macros', link: '/cypher/macro' },
{ label: 'Transactions', link: '/cypher/transaction' },
{ label: 'Migrate database', link: '/cypher/import-export-db', badge: { text: 'New'} },
{ label: 'Connection configuration', link: '/cypher/configuration' },
],
autogenerate: { directory: 'reference' },
Expand Down

0 comments on commit 4f80a3b

Please sign in to comment.