From 365127bee475268203b9aeb6df8e7bb986234086 Mon Sep 17 00:00:00 2001 From: Patrik Date: Mon, 7 Oct 2024 12:24:49 -0400 Subject: [PATCH] docs: clarifies distinction between official and community plugins in docs (#8584) Updated the plugins overview page to better differentiate between official Payload plugins and community plugins. Clarified that only official plugins are maintained and supported by the Payload team, while community plugins may have varying levels of support. --- docs/plugins/overview.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/plugins/overview.mdx b/docs/plugins/overview.mdx index 572509777f..a5b4df75d9 100644 --- a/docs/plugins/overview.mdx +++ b/docs/plugins/overview.mdx @@ -144,6 +144,10 @@ export default addLastModified ### Available Plugins -You can discover existing plugins by browsing the `payload-plugin` topic on [GitHub](https://github.com/topics/payload-plugin). +Payload supports both official plugins, maintained by the Payload team, and community plugins, developed by external contributors. + +You can discover existing plugins by browsing the `payload-plugin` topic on [GitHub](https://github.com/topics/payload-plugin). These plugins offer a wide range of functionality. Some are maintained by the Payload team, while others are community-built. While we encourage users to explore them, please note that only official plugins are maintained and supported by the Payload team. For community plugins, support may vary as they are developed and maintained independently. For maintainers building plugins for others to use, please add the topic to help others find it. If you would like one to be built by the core Payload team, [open a Feature Request](https://github.com/payloadcms/payload/discussions) in our GitHub Discussions board. We would be happy to review your code and maybe feature you and your plugin where appropriate. + +For a list of official plugins, check the [Payload monorepo](https://github.com/payloadcms/payload/tree/main/packages).