diff --git a/docs/advanced-features/preview-mode.md b/docs/advanced-features/preview-mode.md index 1038971e2a8e8e4f66f56ab51c4953ee377437f1..45282da32c03cecc3d8d3ccfc5c42f1c7d083612 100644 --- a/docs/advanced-features/preview-mode.md +++ b/docs/advanced-features/preview-mode.md @@ -16,6 +16,7 @@ description: Next.js has the preview mode for statically generated pages. You ca
  • Prismic Example (Demo)
  • Contentful Example (Demo)
  • Strapi Example (Demo)
  • +
  • Agility CMS Example (Demo)
  • diff --git a/docs/basic-features/data-fetching.md b/docs/basic-features/data-fetching.md index d734a959d4c9376d994860bc38b173ca8b79bed1..1f2a6c2d0b9a5b97325ba464e9ba66353f86246e 100644 --- a/docs/basic-features/data-fetching.md +++ b/docs/basic-features/data-fetching.md @@ -18,6 +18,7 @@ description: 'Next.js has 2 pre-rendering modes: Static Generation and Server-si
  • Contentful Example (Demo)
  • Static Tweet Demo
  • Strapi Example (Demo)
  • +
  • Agility CMS Example (Demo)
  • diff --git a/docs/basic-features/pages.md b/docs/basic-features/pages.md index 573127e5a383ad5d9654650628fe439f06e9ebb1..446d8bc3c93f4d22a476bc9a073d3862bf609060 100644 --- a/docs/basic-features/pages.md +++ b/docs/basic-features/pages.md @@ -56,6 +56,7 @@ Finally, you can always use **Client-side Rendering** along with Static Generati
  • Prismic Example (Demo)
  • Contentful Example (Demo)
  • Strapi Example (Demo)
  • +
  • Agility CMS Example (Demo)
  • Static Tweet Demo
  • diff --git a/examples/blog-starter/README.md b/examples/blog-starter/README.md index 1d37d637cdd109698a23a61e79552b3a53484f9a..b5eb63c419f17f780aafc97b540d7f49696ba8bf 100644 --- a/examples/blog-starter/README.md +++ b/examples/blog-starter/README.md @@ -12,12 +12,14 @@ To create the blog posts we use [`remark`](https://github.com/remarkjs/remark) a ### Related examples +- [WordPress](/examples/cms-wordpress) - [DatoCMS](/examples/cms-datocms) - [Sanity](/examples/cms-sanity) - [TakeShape](/examples/cms-takeshape) - [Prismic](/examples/cms-prismic) - [Contentful](/examples/cms-contentful) - [Strapi](/examples/cms-strapi) +- [Agility CMS](/examples/cms-agilitycms) ## How to use diff --git a/examples/cms-agilitycms/README.md b/examples/cms-agilitycms/README.md index 350ab5e7806411cd587bdd996d6228c1efa1accf..12fc16a82b0d14d430348a3e3cdae9a1718f18d8 100644 --- a/examples/cms-agilitycms/README.md +++ b/examples/cms-agilitycms/README.md @@ -11,11 +11,14 @@ This example showcases Next.js's [Static Generation](https://nextjs.org/docs/bas ### Related examples -- [Agility CMS Sample Starter](https://github.com/agility/agilitycms-next-starter-ssg) -- [Blog Starter](/examples/blog-starter) +- [WordPress](/examples/cms-wordpress) +- [DatoCMS](/examples/cms-datocms) - [Sanity](/examples/cms-sanity) - [TakeShape](/examples/cms-takeshape) - [Prismic](/examples/cms-prismic) +- [Contentful](/examples/cms-contentful) +- [Strapi](/examples/cms-strapi) +- [Blog Starter](/examples/blog-starter) ## How to use diff --git a/examples/cms-contentful/README.md b/examples/cms-contentful/README.md index d0e4618a33d1f3e07ca22cd6a3090bca98f70f70..7ebaaf35d1833ee7a2a5d372e0de710fbdb31e07 100644 --- a/examples/cms-contentful/README.md +++ b/examples/cms-contentful/README.md @@ -14,6 +14,7 @@ This example showcases Next.js's [Static Generation](/docs/basic-features/pages. - [TakeShape](/examples/cms-takeshape) - [Prismic](/examples/cms-prismic) - [Strapi](/examples/cms-strapi) +- [Agility CMS](/examples/cms-agilitycms) - [Blog Starter](/examples/blog-starter) ## How to use diff --git a/examples/cms-datocms/README.md b/examples/cms-datocms/README.md index ecc7e3e5818bebea0c3cc36c3fa7035db9e1c949..1f4c3f615be1f349cfc7c0d5e33d2f25ca9c249f 100644 --- a/examples/cms-datocms/README.md +++ b/examples/cms-datocms/README.md @@ -14,6 +14,7 @@ This example showcases Next.js's [Static Generation](https://nextjs.org/docs/bas - [Prismic](/examples/cms-prismic) - [Contentful](/examples/cms-contentful) - [Strapi](/examples/cms-strapi) +- [Agility CMS](/examples/cms-agilitycms) - [Blog Starter](/examples/blog-starter) ## How to use diff --git a/examples/cms-prismic/README.md b/examples/cms-prismic/README.md index 07fb136b68db3c3fc8e2fc14637823586f76a292..91fd751433f449c9100018e7c746f7ab1e65c637 100644 --- a/examples/cms-prismic/README.md +++ b/examples/cms-prismic/README.md @@ -14,6 +14,7 @@ This example showcases Next.js's [Static Generation](/docs/basic-features/pages. - [TakeShape](/examples/cms-takeshape) - [Contentful](/examples/cms-contentful) - [Strapi](/examples/cms-strapi) +- [Agility CMS](/examples/cms-agilitycms) - [Blog Starter](/examples/blog-starter) ## How to use diff --git a/examples/cms-sanity/README.md b/examples/cms-sanity/README.md index 76f7a014caa07b530947b45cc7a2dda235bb62c9..b81a94ac0bd254025f2d160e17c1cbd44d767d3d 100644 --- a/examples/cms-sanity/README.md +++ b/examples/cms-sanity/README.md @@ -14,6 +14,7 @@ This example showcases Next.js's [Static Generation](https://nextjs.org/docs/bas - [Prismic](/examples/cms-prismic) - [Contentful](/examples/cms-contentful) - [Strapi](/examples/cms-strapi) +- [Agility CMS](/examples/cms-agilitycms) - [Blog Starter](/examples/blog-starter) ## How to use diff --git a/examples/cms-strapi/README.md b/examples/cms-strapi/README.md index b00bbb8ddc19942bdc6d16aacac76db11e5b769f..18cccfe1a450d4b39fd802dc3be9b94514e8cb4e 100644 --- a/examples/cms-strapi/README.md +++ b/examples/cms-strapi/README.md @@ -8,12 +8,14 @@ This example showcases Next.js's [Static Generation](https://nextjs.org/docs/bas ### Related examples -- [Blog Starter](/examples/blog-starter) +- [WordPress](/examples/cms-wordpress) - [DatoCMS](/examples/cms-datocms) - [Sanity](/examples/cms-sanity) - [TakeShape](/examples/cms-takeshape) - [Prismic](/examples/cms-prismic) - [Contentful](/examples/cms-contentful) +- [Agility CMS](/examples/cms-agilitycms) +- [Blog Starter](/examples/blog-starter) ## How to use diff --git a/examples/cms-takeshape/README.md b/examples/cms-takeshape/README.md index da88246f9609e10ff671bbd6e35555ed5b1ba112..a98d3957d65c685242bacf5ec9263cb54fc3246a 100644 --- a/examples/cms-takeshape/README.md +++ b/examples/cms-takeshape/README.md @@ -14,6 +14,7 @@ This example showcases Next.js's [Static Generation](https://nextjs.org/docs/bas - [Prismic](/examples/cms-prismic) - [Contentful](/examples/cms-contentful) - [Strapi](/examples/cms-strapi) +- [Agility CMS](/examples/cms-agilitycms) - [Blog Starter](/examples/blog-starter) ## How to use diff --git a/examples/cms-wordpress/README.md b/examples/cms-wordpress/README.md index da08d557586c08efaee7c884bcdee4579a4912a0..9c407520d5e552e4ca007bd5c4da5735e9df7d6e 100644 --- a/examples/cms-wordpress/README.md +++ b/examples/cms-wordpress/README.md @@ -13,6 +13,8 @@ This example showcases Next.js's [Static Generation](https://nextjs.org/docs/bas - [TakeShape](/examples/cms-takeshape) - [Prismic](/examples/cms-prismic) - [Contentful](/examples/cms-contentful) +- [Strapi](/examples/cms-strapi) +- [Agility CMS](/examples/cms-agilitycms) - [Blog Starter](/examples/blog-starter) ## How to use