From 063879e7b50244618fd7ea41e16fabc378184d47 Mon Sep 17 00:00:00 2001 From: Jack Bevis Date: Wed, 30 Jun 2021 16:13:47 -0600 Subject: [PATCH] chore: add documentation links for next-tinacms-cloudinary --- content/packages.json | 5 +++++ content/toc-doc.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/content/packages.json b/content/packages.json index a639bb09c7..8d74d42fbd 100644 --- a/content/packages.json +++ b/content/packages.json @@ -25,6 +25,11 @@ "name": "react-tinacms-strapi", "link": "https://github.com/tinacms/tinacms/tree/master/packages/react-tinacms-strapi" }, + { + "name": "next-tinacms-cloudinary", + "readme": "https://api.github.com/repos/tinacms/tina-graphql-gateway/contents/packages/next-tinacms-cloudinary/README.md", + "link": "https://github.com/tinacms/tina-graphql-gateway/tree/main/packages/next-tinacms-cloudinary" + }, { "name": "next-tinacms-github", "readme": "https://api.github.com/repos/tinacms/tinacms/contents/packages/next-tinacms-github/README.md", diff --git a/content/toc-doc.json b/content/toc-doc.json index 27009c83aa..ce24991ea9 100644 --- a/content/toc-doc.json +++ b/content/toc-doc.json @@ -240,6 +240,11 @@ "slug": "/packages/react-tinacms-strapi", "title": "react-tinacms-strapi" }, + { + "id": "/packages/next-tinacms-cloudinary", + "slug": "/packages/next-tinacms-cloudinary", + "title": "next-tinacms-cloudinary" + }, { "id": "/packages/next-tinacms-github", "slug": "/packages/next-tinacms-github",