docs: integrate payload guide (#13162)

* docs: integrate payload guide

* remove todo

* fix vale errors

* change items per row in integrations page

* updates to guide
This commit is contained in:
Shahed Nasser
2025-08-19 12:59:15 +03:00
committed by GitHub
parent c6b836bb03
commit b1ee204369
13 changed files with 6667 additions and 1 deletions
File diff suppressed because it is too large Load Diff
@@ -78,6 +78,14 @@ Integrate a third-party Content-Management System (CMS) to utilize rich content-
children: "Tutorial"
}
},
{
href: "/integrations/guides/payload",
title: "Payload CMS",
badge: {
variant: "blue",
children: "Tutorial"
}
},
{
href: "/integrations/guides/sanity",
title: "Sanity",
@@ -88,6 +96,7 @@ Integrate a third-party Content-Management System (CMS) to utilize rich content-
},
]}
className="mb-1"
itemsPerRow={2}
/>
---