Skip to content

Commit faff26b

Browse files
authored
docs: remove count helper alert
1 parent d920553 commit faff26b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/content/4.api/2.composables/1.query-content.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,6 @@ const [prev, next] = await queryContent()
202202

203203
Count the number of matched contents based on the query.
204204

205-
::alert
206-
This feature is available in [edge-channel](https://content.nuxtjs.org/guide/migration/edge-channel) and will be released in next version.
207-
::
208-
209205
```ts
210206
// Count of articles
211207
const count = await queryContent('articles').count()

0 commit comments

Comments
 (0)