From 8989cdb7cdaa64b17fabc50cad06a0cdedb40fa0 Mon Sep 17 00:00:00 2001 From: harshitha-cstk Date: Fri, 15 May 2026 12:21:48 +0530 Subject: [PATCH 1/2] docs: add deprecation notice to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b1081d5..9700e02 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!WARNING] +> **This repo is deprecated and no longer maintained. Security updates are not supported. We recommend avoiding its use.** + [![Contentstack Logo](/public/contentstack.png)](https://www.contentstack.com/) # Build a Starter Website with React.js and Contentstack From f9bc1f6f0dff97312882dbf45667f012d3972b0f Mon Sep 17 00:00:00 2001 From: harshitha-cstk Date: Fri, 15 May 2026 12:33:08 +0530 Subject: [PATCH 2/2] docs: update README with recommendation for new projects --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9700e02..f8ee1bb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ > [!WARNING] > **This repo is deprecated and no longer maintained. Security updates are not supported. We recommend avoiding its use.** +> +> For new projects, use [Contentstack Kickstarts](https://www.contentstack.com/docs/developers/kickstarts). [![Contentstack Logo](/public/contentstack.png)](https://www.contentstack.com/)