From 16b78dc26ea79f6b91eba16bdb870d6b016fef18 Mon Sep 17 00:00:00 2001 From: Alberto Giunta Date: Thu, 23 Jan 2025 13:36:48 +0100 Subject: [PATCH] Add reference to the official example on the payload repo (#10759) Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> --- src/content/docs/en/guides/cms/payload.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/docs/en/guides/cms/payload.mdx b/src/content/docs/en/guides/cms/payload.mdx index 6fd9ff268c675..4a3503c2aff53 100644 --- a/src/content/docs/en/guides/cms/payload.mdx +++ b/src/content/docs/en/guides/cms/payload.mdx @@ -217,7 +217,8 @@ export async function getStaticPaths() { To deploy your site visit our [deployment guide](/en/guides/deploy/) and follow the instructions for your preferred hosting provider. -## Community Resources +## Community Resources +- Check out the [official Astro Payload CMS integration](https://github.com/payloadcms/payload/tree/main/examples/astro). - Try this [Payload CMS & Astro Template](https://github.com/Lambdo-Labs/payloadcms-astro-template). - Check out [Astroad](https://github.com/mooxl/astroad) for easy development and VPS deployment with Docker.