diff --git a/docs/advanced-features/preview-mode.md b/docs/advanced-features/preview-mode.md
index 1038971e2a8e8..45282da32c03c 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 d734a959d4c93..1f2a6c2d0b9a5 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 573127e5a383a..446d8bc3c93f4 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 1d37d637cdd10..b5eb63c419f17 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 350ab5e780641..12fc16a82b0d1 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 d0e4618a33d1f..7ebaaf35d1833 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 ecc7e3e5818be..1f4c3f615be1f 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 07fb136b68db3..91fd751433f44 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 76f7a014caa07..b81a94ac0bd25 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 b00bbb8ddc199..18cccfe1a450d 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 da88246f9609e..a98d3957d65c6 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 da08d557586c0..9c407520d5e55 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