Skip to content

Commit 0bf5ec2

Browse files
committed
update example titles
1 parent d4039a8 commit 0bf5ec2

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

examples/angular/template-hierarchy-data-fetching/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Angular Template Hierarchy and Data fetching Example"
2+
title: "Angular Template Hierarchy and Data Fetching"
33
description: "In this example we show how to implement the **WordPress Template Hierarchy in Angular** for use with a Headless WordPress backend using WPGraphQL."
44
---
55

examples/astro/previews/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Astro Headless WordPress Previews Example"
2+
title: "Astro Headless WordPress Previews"
33
description: "In this example, we show how to implement **Headless WordPress Previews in Astro** using the **`hwp-previews`** plugin and WPGraphQL. This setup allows content creators to preview draft posts directly in the Astro frontend from the WordPress admin panel. We use **URQL** for all routing and fetching page content."
44
---
55

examples/astro/template-hierarchy-data-fetching-urql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Astro Template HIerarchy and Data fetching w/URQL Example"
2+
title: "Astro Template Hierarchy with URQL"
33
description: "In this example we show how to implement the WP Template Hierarchy in Astro for use with a Headless WordPress backend using WPGraphQL. We use URQL for all routing and fetching page content."
44
---
55

examples/next/apollo-authentication/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Next.js pages Apollo Authentication"
2+
title: "Next.js Authentication with Apollo Client"
33
description: "This example demonstrates authentication with username and password in a headless WordPress setup, running Next.js as a frontend framework. Example is using WPGraphQL and WPGraphQL Headless Login plugins to enable authentication features."
44
---
55

examples/next/apollo-client-data-fetch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Fetching data from WordPress with Apollo Client in Next.js"
2+
title: "Next.js Data Fetching with Apollo Client"
33
description: "This example demonstrates various approaches to integrate WordPress as a headless CMS with a Next.js frontend using Apollo Client. It showcases different data fetching strategies, state management techniques, and modern web development patterns in a real-world application context."
44
---
55

examples/next/apollo-client-filesystem-routing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Next.js + WPGraphQL Headless CMS"
2+
title: "Next.js Filesystem Routing with Apollo Client"
33
description: "This is a Next.js project integrated with **WPGraphQL** and **WPGraphQL for ACF** to build a headless WordPress-powered site."
44
---
55

examples/next/client-app-router-fetch-data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Next.js App Router using the Fetch API"
2+
title: "Next.js App Router with Fetch API"
33
description: "An example headless WordPress application using Next.js App Router and the fetch API to fetch data from WordPress using WPGraphQL It showcases different data fetching strategies, state management techniques, and modern web development patterns in a real-world application context. This also contains a full example using wp-env and sample data."
44
---
55

examples/next/client-multisite-app-router-fetch-data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Multisite Next.js App Router using the Fetch API"
2+
title: "Next.js Multisite App Router with Fetch API"
33
description: "An example mulitsite headless WordPress application using Next.js App Router and the fetch API to fetch data from WordPress using WPGraphQL. It showcases different data fetching strategies, state management techniques, and modern web development patterns in a real-world application context. This also contains a full example using wp-env and sample data."
44
---
55

examples/next/custom-sitemap-apollo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Create a custom WordPress sitemap with WPGraphQL and Apollo Client"
2+
title: "Next.js Custom Sitemap with Apollo Client"
33
description: "This example demonstrates how to generate a custom sitemap in a headless WordPress application using the Next.js framework. The example app fetches data from WordPress using Apollo Client and WPGraphQL. Since WPGraphQL doesn't support sitemaps natively, we are extending it with a custom plugin, which is included in this example as well. This plugin exposes new fields to fetch the sitemap index, with data identical to what's rendered on the native WordPress sitemap. Another field exposed by this plugin allows you to request sitemap subpages by specifying the types and pages. The plugin also adds featured image data, enabling you to create [Image Sitemaps](https://developers.google.com/search/docs/crawling-indexing/sitemaps/image-sitemaps)."
44
---
55

examples/next/custom-sitemap-vanilla-wpgraphql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Create a custom WordPress sitemap with vanilla WPGraphQL and Apollo Client"
2+
title: "Next.js Custom Sitemap with Vanilla WPGraphQL"
33
description: "This example demonstrates how to generate a custom sitemap in a headless WordPress application using the Next.js framework. The example app fetches data from WordPress using Apollo Client and WPGraphQL. This example is using only the existing WPGraphQL endpoints, without extending it."
44
---
55

0 commit comments

Comments
 (0)