add changelog page
This commit is contained in:
parent
e7c807ac85
commit
f3dafd1172
5 changed files with 36 additions and 9 deletions
|
|
@ -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 && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue