From 304ecd29acad105cef54af8facde110d0c33bc56 Mon Sep 17 00:00:00 2001 From: Patrik Date: Thu, 21 Nov 2024 14:09:08 -0500 Subject: [PATCH] docs: removes public demo references (#9408) ### What? Removes all references to the `public-demo` from the docs --- docs/configuration/collections.mdx | 2 +- docs/configuration/globals.mdx | 2 +- docs/configuration/overview.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration/collections.mdx b/docs/configuration/collections.mdx index 59f074806..bd800f524 100644 --- a/docs/configuration/collections.mdx +++ b/docs/configuration/collections.mdx @@ -52,7 +52,7 @@ export const Posts: CollectionConfig = { Reminder: - For a more complex example, see the [Public Demo](https://github.com/payloadcms/public-demo) source code on GitHub, or the [Templates](https://github.com/payloadcms/payload/tree/main/templates) and [Examples](https://github.com/payloadcms/payload/tree/main/examples) directories in the Payload repository. + For more complex examples, see the [Templates](https://github.com/payloadcms/payload/tree/main/templates) and [Examples](https://github.com/payloadcms/payload/tree/main/examples) directories in the Payload repository. The following options are available: diff --git a/docs/configuration/globals.mdx b/docs/configuration/globals.mdx index 9f9cd8c8c..f8892c60b 100644 --- a/docs/configuration/globals.mdx +++ b/docs/configuration/globals.mdx @@ -60,7 +60,7 @@ export const Nav: GlobalConfig = { Reminder: - For a more complex example, see the [Public Demo](https://github.com/payloadcms/public-demo) source code on GitHub, or the [Templates](https://github.com/payloadcms/payload/tree/main/templates) and [Examples](https://github.com/payloadcms/payload/tree/main/examples) directories in the Payload repository. + For more complex examples, see the [Templates](https://github.com/payloadcms/payload/tree/main/templates) and [Examples](https://github.com/payloadcms/payload/tree/main/examples) directories in the Payload repository. The following options are available: diff --git a/docs/configuration/overview.mdx b/docs/configuration/overview.mdx index 540cd8e47..e01656510 100644 --- a/docs/configuration/overview.mdx +++ b/docs/configuration/overview.mdx @@ -58,7 +58,7 @@ export default buildConfig({ Note: - For a more complex example, see the [Public Demo](https://github.com/payloadcms/public-demo) source code on GitHub, or the [Templates](https://github.com/payloadcms/payload/tree/main/templates) and [Examples](https://github.com/payloadcms/payload/tree/main/examples) directories in the Payload repository. + For more complex examples, see the [Templates](https://github.com/payloadcms/payload/tree/main/templates) and [Examples](https://github.com/payloadcms/payload/tree/main/examples) directories in the Payload repository. The following options are available: