mirror of
https://github.com/upstash/context7.git
synced 2026-09-14 19:09:34 +08:00
6d777619c2
Co-authored-by: Context7 Agent <docs-agent@context7.com> Co-authored-by: Josh <josh@upstash.com> Co-authored-by: context7[bot] <236830434+context7[bot]@users.noreply.github.com>
23 lines
441 B
Plaintext
23 lines
441 B
Plaintext
---
|
|
title: Updates
|
|
description: Build a changelog from dated entries
|
|
---
|
|
|
|
`<Update>` requires a `label`. Use ISO dates when the page also publishes an RSS feed.
|
|
|
|
## Usage
|
|
|
|
```mdx
|
|
<Update label="2026-08-24" tags={["New"]}>
|
|
Added branch previews.
|
|
</Update>
|
|
```
|
|
|
|
`description` adds a short label beside the date. Readers can filter entries by `tags`.
|
|
|
|
## Example
|
|
|
|
<Update label="2026-08-24" tags={["New"]}>
|
|
Added branch previews.
|
|
</Update>
|