Skip to content

Commit 9803a18

Browse files
committed
docs: link to GitHub release notes and add releases page
- Update announcement banner to link to GitHub release instead of local page - Add /reference/releases page listing all lexicon releases - Add Releases entry to sidebar navigation - Remove local release notes page (release-notes-v0-11-0.md)
1 parent 82557fc commit 9803a18

3 files changed

Lines changed: 3 additions & 204 deletions

File tree

components/AnnouncementBanner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ export function AnnouncementBanner() {
2424
<span className="announcement-banner-date">April 8, 2026</span>
2525
<span className="announcement-banner-text">
2626
<strong>hypercerts-lexicon v0.11.0</strong> — breaking changes to evaluation scores, badge references, and funding receipts.{' '}
27-
<Link href="/reference/release-notes-v0-11-0" className="announcement-banner-link">
27+
<a href="https://github.com/hypercerts-org/hypercerts-lexicon/releases/tag/v0.11.0" className="announcement-banner-link" target="_blank" rel="noopener noreferrer">
2828
Read the release notes&nbsp;&rarr;
29-
</Link>
29+
</a>
3030
</span>
3131
<button
3232
className="announcement-banner-close"

lib/navigation.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,7 @@ export const navigation = [
161161
},
162162
],
163163
},
164-
{
165-
title: "Lexicon v0.11.0 Release Notes",
166-
path: "/reference/release-notes-v0-11-0",
167-
},
164+
{ title: "Releases", path: "/reference/releases" },
168165
{ title: "Certified PDSs", path: "/reference/certified-pdss" },
169166
{ title: "Certified Services", path: "/reference/certified-services" },
170167
{ title: "Glossary", path: "/reference/glossary" },

pages/reference/release-notes-v0-11-0.md

Lines changed: 0 additions & 198 deletions
This file was deleted.

0 commit comments

Comments
 (0)