diff --git a/docs/content/4.api/2.composables/1.query-content.md b/docs/content/4.api/2.composables/1.query-content.md index b53b5ad2e..f9dedc9da 100644 --- a/docs/content/4.api/2.composables/1.query-content.md +++ b/docs/content/4.api/2.composables/1.query-content.md @@ -202,10 +202,6 @@ const [prev, next] = await queryContent() Count the number of matched contents based on the query. -::alert -This feature is available in [edge-channel](https://content.nuxtjs.org/guide/migration/edge-channel) and will be released in next version. -:: - ```ts // Count of articles const count = await queryContent('articles').count()