diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/11ty.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/11ty.md index fb10c071a6..d2a08b3755 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/11ty.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/11ty.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with 11ty +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [11ty](https://www.11ty.dev/) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/angular.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/angular.md index ccc393a4f4..5cf4daba4f 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/angular.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/angular.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with Angular +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [Angular](https://angular.io) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/dart.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/dart.md index 0aa6f55389..425ab4d3ed 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/dart.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/dart.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with Dart +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [Dart](https://dart.dev/) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/flutter.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/flutter.md index 2ab5c5c72d..4ebc837412 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/flutter.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/flutter.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with Flutter +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [Flutter](https://flutter.dev/) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/gatsby.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/gatsby.md index 6ae1bd3d1d..d4f16afaf5 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/gatsby.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/gatsby.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with Gatsby +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [Gatsby](https://www.gatsbyjs.org/) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/go.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/go.md index aee335b6b5..094a0bef73 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/go.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/go.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with GO +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start guide, the way you request a Strapi API with [GO](https://golang.org/) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/graphql.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/graphql.md index 0e69d78b80..00b09f0f9e 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/graphql.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/graphql.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with GraphQL +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [GraphQL](https://graphql.org/) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/gridsome.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/gridsome.md index ecc34d9b20..9694b1d7dd 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/gridsome.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/gridsome.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with Gridsome +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [Gridsome](https://gridsome.org/) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/jekyll.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/jekyll.md index fdf464c649..558ce789c7 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/jekyll.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/jekyll.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with Jekyll +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [Jekyll](https://jekyllrb.com) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/laravel.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/laravel.md index b22e090a03..9f3b6ac57c 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/laravel.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/laravel.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with Laravel +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). Should you wish to use standalone PHP, you may also be interested in the [PHP integration guide](/developer-docs/latest/developer-resources/content-api/integrations/php.md). diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/next-js.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/next-js.md index 577fda3f19..182098362e 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/next-js.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/next-js.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with Next.js +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [Next.js](https://nextjs.org/) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/nuxt-js.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/nuxt-js.md index aa14f9d3fb..5a488900dc 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/nuxt-js.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/nuxt-js.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with Nuxt.js +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [Nuxt.js](https://nuxtjs.org/) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/php.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/php.md index f3c325dc17..34c91502f3 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/php.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/php.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with PHP +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [PHP](https://php.net/) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/python.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/python.md index efb51cb736..0e0f6f6356 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/python.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/python.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with Python +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [Python](https://www.python.org/) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/react.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/react.md index ca31b54d93..0561d699ce 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/react.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/react.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with React +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [React](https://reactjs.org/) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/ruby.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/ruby.md index d071c91c1f..1d0557be75 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/ruby.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/ruby.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with Ruby +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [Ruby](https://www.ruby-lang.org/en/) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/sapper.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/sapper.md index bddb730984..a901d98c01 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/sapper.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/sapper.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with Sapper +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [Sapper](https://sapper.svelte.dev) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/svelte.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/svelte.md index 3f6a630c77..e542060544 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/svelte.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/svelte.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with Svelte +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [Svelte](https://svelte.dev) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/integrations/vue-js.md b/docs/developer-docs/latest/developer-resources/content-api/integrations/vue-js.md index 51ed7c88a4..a715772268 100644 --- a/docs/developer-docs/latest/developer-resources/content-api/integrations/vue-js.md +++ b/docs/developer-docs/latest/developer-resources/content-api/integrations/vue-js.md @@ -5,6 +5,8 @@ description: Build powerful applications using Strapi, the leading open-source h # Getting Started with Vue.js +!!!include(developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md)!!! + This integration guide is following the [Quick Start Guide](/developer-docs/latest/getting-started/quick-start.md). We assume that you have fully completed its "Hands-on" path, and therefore can consume the API by browsing this [url](http://localhost:1337/restaurants). If you haven't gone through the Quick Start Guide, the way you request a Strapi API with [Vue.js](https://vuejs.org/) remains the same except that you will not fetch the same content. diff --git a/docs/developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md b/docs/developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md new file mode 100644 index 0000000000..51659b8bb0 --- /dev/null +++ b/docs/developer-docs/latest/developer-resources/content-api/snippets/integration-guide-not-updated.md @@ -0,0 +1,3 @@ +::: caution +This third-party integration guide might not be up-to-date with Strapi v4. [Contributions](https://github.com/strapi/documentation/blob/main/CONTRIBUTING.md) are most welcome. +:::