From dfa20fe61e545eeccc4beac340fe2fdb681ec0c6 Mon Sep 17 00:00:00 2001 From: JamBalaya56562 Date: Mon, 9 Dec 2024 10:33:18 +0900 Subject: [PATCH] examples: introduce LaunchPad in strapi --- examples/cms-strapi/.gitignore | 36 ---------------------------------- examples/cms-strapi/README.md | 4 ++-- 2 files changed, 2 insertions(+), 38 deletions(-) delete mode 100644 examples/cms-strapi/.gitignore diff --git a/examples/cms-strapi/.gitignore b/examples/cms-strapi/.gitignore deleted file mode 100644 index fd3dbb571a12a1..00000000000000 --- a/examples/cms-strapi/.gitignore +++ /dev/null @@ -1,36 +0,0 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js -.yarn/install-state.gz - -# testing -/coverage - -# next.js -/.next/ -/out/ - -# production -/build - -# misc -.DS_Store -*.pem - -# debug -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# local env files -.env*.local - -# vercel -.vercel - -# typescript -*.tsbuildinfo -next-env.d.ts diff --git a/examples/cms-strapi/README.md b/examples/cms-strapi/README.md index df4135a2e914fa..a96aeda557e058 100644 --- a/examples/cms-strapi/README.md +++ b/examples/cms-strapi/README.md @@ -1,3 +1,3 @@ -## Deprecated +# Strapi Example -The Strapi CMS example is deprecated. Please check out [Strapi’s official demo application](https://github.com/strapi/nextjs-corporate-starter). +The official example [LaunchPad](https://github.com/strapi/LaunchPad) for using [Strapi](https://strapi.io/) is available.