add changelog page

This commit is contained in:
outfoxxed 2025-07-26 21:05:24 -07:00
parent e7c807ac85
commit f3dafd1172
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 36 additions and 9 deletions

View file

@ -90,6 +90,11 @@ if (versionName) {
link="/about"
current={currentPath.length === 1 && currentPath[0] === "about"}
/>
<Link
title="Changelog"
link="/changelog"
current={currentPath.length === 1 && currentPath[0] === "changelog"}
/>
{ versionedEntries && <Tree {...versionsTree as TreeEntry}/>}
<hr/>
{ versionedEntries && (