Skip to content

Commit

Permalink
docs: remove count helper alert
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Sep 1, 2023
1 parent d920553 commit faff26b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/content/4.api/2.composables/1.query-content.md
Expand Up @@ -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()
Expand Down

0 comments on commit faff26b

Please sign in to comment.