feat(console): add /changelog page (#8476)

This commit is contained in:
Ryan Vogel 2026-01-14 11:01:30 -05:00 committed by GitHub
parent b5e9f96660
commit 78be8fecdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 628 additions and 0 deletions

View file

@ -24,6 +24,9 @@ export function Footer() {
<div data-slot="cell">
<a href="/docs">Docs</a>
</div>
<div data-slot="cell">
<a href="/changelog">Changelog</a>
</div>
<div data-slot="cell">
<a href="/discord">Discord</a>
</div>