Skip to content

Commit

Permalink
Docs: Add canary tags to expirePath and expireTag (#73096)
Browse files Browse the repository at this point in the history
- `expirePath` and `expireTag` are not yet available in a stable
version, so we don't want these APIs leaking into stable docs.
  • Loading branch information
delbaoliveira authored Nov 22, 2024
1 parent 04adb76 commit be82865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/01-app/03-api-reference/04-functions/expirePath.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: expirePath
description: API Reference for the expirePath function.
version: canary
---

`expirePath` allows you to purge [cached data](/docs/app/building-your-application/caching) on-demand for a specific path.
Expand Down
1 change: 1 addition & 0 deletions docs/01-app/03-api-reference/04-functions/expireTag.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: expireTag
description: API Reference for the expireTag function.
version: canary
---

`expireTag` allows you to purge [cached data](/docs/app/building-your-application/caching) on-demand for a specific cache tag.
Expand Down

0 comments on commit be82865

Please sign in to comment.