From faff26bc82d121fdecb6ea0aebd0ed136b28d0c0 Mon Sep 17 00:00:00 2001 From: Farnabaz Date: Fri, 1 Sep 2023 17:46:07 +0200 Subject: [PATCH] docs: remove `count` helper alert --- docs/content/4.api/2.composables/1.query-content.md | 4 ---- 1 file changed, 4 deletions(-) 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()