From 51aca99bd65cb47ad87570dfbb691bf8c64857e8 Mon Sep 17 00:00:00 2001 From: Michael Webb Date: Thu, 16 Nov 2023 11:49:23 +0100 Subject: [PATCH] docs: remove link to nextjs integration --- modules/ROOT/content-nav.adoc | 1 - modules/ROOT/pages/integrations/nextjs.adoc | 8 -------- 2 files changed, 9 deletions(-) delete mode 100644 modules/ROOT/pages/integrations/nextjs.adoc diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 312f14a6..41a8f8ef 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -73,7 +73,6 @@ ** Frameworks and integrations *** xref:integrations/apollo-federation.adoc[] -*** xref:integrations/nextjs.adoc[] ** xref:troubleshooting.adoc[] diff --git a/modules/ROOT/pages/integrations/nextjs.adoc b/modules/ROOT/pages/integrations/nextjs.adoc deleted file mode 100644 index bf2d19f1..00000000 --- a/modules/ROOT/pages/integrations/nextjs.adoc +++ /dev/null @@ -1,8 +0,0 @@ -[[next.js]] -= Next.js -:description: This page shows information on how to use the Neo4j GraphQL Library with Next.js -:page-aliases: guides/frameworks/nextjs.adoc - - -This https://github.com/vercel/next.js/tree/canary/examples/with-apollo-neo4j-graphql[example project] in the Next.js repository demonstrates how to use Neo4j with https://neo4j.com/docs/getting-started/appendix/example-data/[the "Movies" example], the Neo4j GraphQL Library and https://www.apollographql.com/docs/apollo-server/[Apollo Server]. -See the https://github.com/vercel/next.js/blob/canary/examples/with-apollo-neo4j-graphql/README.md[README] file for more instructions.