From c90ddfb7f12ebdba5e661196a1f1b568398f881f Mon Sep 17 00:00:00 2001 From: Alessandro Menduni Date: Thu, 10 Oct 2019 13:46:07 +0200 Subject: [PATCH] docs: add link from headless-cms guide to creating plugins guide (#18432) Refers to issu#18329 --- docs/docs/headless-cms.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/headless-cms.md b/docs/docs/headless-cms.md index dad9fedf58491..e37d624188147 100644 --- a/docs/docs/headless-cms.md +++ b/docs/docs/headless-cms.md @@ -47,3 +47,5 @@ Here are more resources for guides, plugins, and starters for CMS systems you ca ## How to add new guides to this section If you don’t see your preferred CMS in this list, you can [write a new guide yourself](/contributing/how-to-contribute/) or [open an issue to request it](https://github.com/gatsbyjs/gatsby/issues/new/choose). + +You can also [write your own source plugin](/docs/creating-a-source-plugin/) to integrate Gatsby with a CMS that is not in the list.