From c4e643a5ffe18cc43f60bda39137bf9d5bb45b20 Mon Sep 17 00:00:00 2001 From: JamBalaya56562 Date: Wed, 27 Nov 2024 18:35:00 +0900 Subject: [PATCH] docs: update the demo link of kontent.ai --- .../02-rendering/02-static-site-generation.mdx | 2 +- .../02-building-your-application/03-data-fetching/index.mdx | 2 +- .../06-configuring/13-preview-mode.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/02-pages/02-building-your-application/02-rendering/02-static-site-generation.mdx b/docs/02-pages/02-building-your-application/02-rendering/02-static-site-generation.mdx index 7de99342d14f4..0faf615295429 100644 --- a/docs/02-pages/02-building-your-application/02-rendering/02-static-site-generation.mdx +++ b/docs/02-pages/02-building-your-application/02-rendering/02-static-site-generation.mdx @@ -20,7 +20,7 @@ description: Use Static Site Generation (SSG) to pre-render pages at build time. - [ButterCMS Example](https://github.com/vercel/next.js/tree/canary/examples/cms-buttercms) ([Demo](https://next-blog-buttercms.vercel.app/)) - [Storyblok Example](https://github.com/vercel/next.js/tree/canary/examples/cms-storyblok) ([Demo](https://next-blog-storyblok.vercel.app/)) - [GraphCMS Example](https://github.com/vercel/next.js/tree/canary/examples/cms-graphcms) ([Demo](https://next-blog-graphcms.vercel.app/)) -- [Kontent Example](https://github.com/vercel/next.js/tree/canary/examples/cms-kontent-ai) ([Demo](https://next-blog-kontent.vercel.app/)) +- [Kontent.ai Example](https://github.com/vercel/next.js/tree/canary/examples/cms-kontent-ai) ([Demo](https://next-blog-kontent-ai.vercel.app/)) - [Builder.io Example](https://github.com/vercel/next.js/tree/canary/examples/cms-builder-io) ([Demo](https://cms-builder-io.vercel.app/)) - [TinaCMS Example](https://github.com/vercel/next.js/tree/canary/examples/cms-tina) ([Demo](https://cms-tina-example.vercel.app/)) - [Static Tweet (Demo)](https://static-tweet.vercel.app/) diff --git a/docs/02-pages/02-building-your-application/03-data-fetching/index.mdx b/docs/02-pages/02-building-your-application/03-data-fetching/index.mdx index 91041ad6f9459..a419727d3d7e5 100644 --- a/docs/02-pages/02-building-your-application/03-data-fetching/index.mdx +++ b/docs/02-pages/02-building-your-application/03-data-fetching/index.mdx @@ -21,6 +21,6 @@ Data fetching in Next.js allows you to render your content in different ways, de - [ButterCMS Example](https://github.com/vercel/next.js/tree/canary/examples/cms-buttercms) ([Demo](https://next-blog-buttercms.vercel.app/)) - [Storyblok Example](https://github.com/vercel/next.js/tree/canary/examples/cms-storyblok) ([Demo](https://next-blog-storyblok.vercel.app/)) - [GraphCMS Example](https://github.com/vercel/next.js/tree/canary/examples/cms-graphcms) ([Demo](https://next-blog-graphcms.vercel.app/)) -- [Kontent Example](https://github.com/vercel/next.js/tree/canary/examples/cms-kontent-ai) ([Demo](https://next-blog-kontent.vercel.app/)) +- [Kontent.ai Example](https://github.com/vercel/next.js/tree/canary/examples/cms-kontent-ai) ([Demo](https://next-blog-kontent-ai.vercel.app/)) - [Static Tweet Demo](https://static-tweet.vercel.app/) - [Enterspeed Example](https://github.com/vercel/next.js/tree/canary/examples/cms-enterspeed) ([Demo](https://next-blog-demo.enterspeed.com/)) diff --git a/docs/02-pages/02-building-your-application/06-configuring/13-preview-mode.mdx b/docs/02-pages/02-building-your-application/06-configuring/13-preview-mode.mdx index 83bee230e64ce..9363c11f4ddd1 100644 --- a/docs/02-pages/02-building-your-application/06-configuring/13-preview-mode.mdx +++ b/docs/02-pages/02-building-your-application/06-configuring/13-preview-mode.mdx @@ -21,7 +21,7 @@ description: Next.js has the preview mode for statically generated pages. You ca - [ButterCMS Example](https://github.com/vercel/next.js/tree/canary/examples/cms-buttercms) ([Demo](https://next-blog-buttercms.vercel.app/)) - [Storyblok Example](https://github.com/vercel/next.js/tree/canary/examples/cms-storyblok) ([Demo](https://next-blog-storyblok.vercel.app/)) - [GraphCMS Example](https://github.com/vercel/next.js/tree/canary/examples/cms-graphcms) ([Demo](https://next-blog-graphcms.vercel.app/)) -- [Kontent Example](https://github.com/vercel/next.js/tree/canary/examples/cms-kontent-ai) ([Demo](https://next-blog-kontent.vercel.app//)) +- [Kontent.ai Example](https://github.com/vercel/next.js/tree/canary/examples/cms-kontent-ai) ([Demo](https://next-blog-kontent-ai.vercel.app/)) - [Umbraco Heartcore Example](https://github.com/vercel/next.js/tree/canary/examples/cms-umbraco-heartcore) ([Demo](https://next-blog-umbraco-heartcore.vercel.app/)) - [Plasmic Example](https://github.com/vercel/next.js/tree/canary/examples/cms-plasmic) ([Demo](https://nextjs-plasmic-example.vercel.app/)) - [Enterspeed Example](https://github.com/vercel/next.js/tree/canary/examples/cms-enterspeed) ([Demo](https://next-blog-demo.enterspeed.com/))