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
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>