Skip to content

Add release updates to the home page#115

Open
s-adamantine wants to merge 2 commits intomainfrom
t3code/561ce58f
Open

Add release updates to the home page#115
s-adamantine wants to merge 2 commits intomainfrom
t3code/561ce58f

Conversation

@s-adamantine
Copy link
Copy Markdown
Contributor

@s-adamantine s-adamantine commented Apr 8, 2026

Summary by CodeRabbit

  • New Features

    • Announcement banner for v0.11.0 release now appears at the top of the site; dismissible and persists across sessions.
  • Documentation

    • New Release Notes: hypercerts-lexicon v0.11.0 page documenting breaking changes, schema updates, and new lexicon records.
    • Roadmap removed from navigation; replaced with release notes link.
    • Updated home page and FAQ references.

s-adamantine and others added 2 commits March 24, 2026 21:10
The roadmap is being removed for now. Deletes the page and cleans up
all references in navigation, index, FAQ, certified-identity docs,
search index, and lastUpdated metadata.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add a dedicated release notes page covering breaking changes (evaluation
scores, badge strong refs, funding receipt normalization), new lexicons
(EVM identity linking, vendored Leaflet), and schema refinements. A
dismissible announcement banner appears site-wide above the header linking
directly to the release notes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 8, 2026

📝 Walkthrough

Walkthrough

The PR adds a new dismissible announcement banner component and restructures documentation by removing the standalone roadmap page, replacing it with a versioned release notes page for hypercerts-lexicon v0.11.0, and updating navigation and search index entries accordingly.

Changes

Cohort / File(s) Summary
Announcement Banner Component
components/AnnouncementBanner.js, components/Layout.js, styles/globals.css
New React component with localStorage-based persistence for dismissing announcements; integrated into layout with responsive styling and dark mode support.
Navigation and Search Configuration
lib/navigation.js, lib/generate-search-index.js, lib/lastUpdated.json
Removed "Roadmap" navigation item and special-case section mapping; added "Lexicon v0.11.0 Release Notes" entry; updated timestamps for affected pages.
Documentation Pages
pages/reference/release-notes-v0-11-0.md, pages/roadmap.md, pages/core-concepts/certified-identity.md, pages/index.md, pages/reference/faq.md
Added new v0.11.0 release notes documenting breaking schema changes, lexicon updates, and dependency improvements; removed standalone roadmap page and all references to it across documentation.
Search Index
public/search-index.json
Updated page content indexing to reflect removed roadmap references and new release notes page with metadata and section categorization.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~30 minutes

Possibly related PRs

  • hypercerts-org/documentation#105: Modifies search index generation logic and resulting search index output, with overlapping changes to lib/generate-search-index.js and public/search-index.json.

Poem

🐰 A banner hops in with localStorage cheer,
Roadmap's retired—release notes appear!
v0.11.0 brings breaking schema spree,
Dismissible and dapper, for all eyes to see! ✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title accurately summarizes the main change: adding a release notes page (v0.11.0) and promoting it via an announcement banner, while removing the roadmap section from navigation.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch t3code/561ce58f

Comment @coderabbitai help to get the list of available commands and usage tips.

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hypercerts-atproto-documentation Ready Ready Preview, Comment Apr 8, 2026 2:49pm

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@lib/lastUpdated.json`:
- Line 38: Add a missing lastUpdated JSON entry for the new page key
"/reference/release-notes-v0-11-0" using the same ISO-8601 timestamp format as
the other entries (e.g., "2026-03-24T21:10:30-07:00"), insert it into the JSON
object alongside the other "/reference/..." entries so ordering/consistency is
preserved, and ensure the JSON remains valid (commas/quotes) after adding the
new key.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f65ffad9-5e64-4b65-bcec-9bf8c2a44835

📥 Commits

Reviewing files that changed from the base of the PR and between 39e83bf and 08d232a.

📒 Files selected for processing (12)
  • components/AnnouncementBanner.js
  • components/Layout.js
  • lib/generate-search-index.js
  • lib/lastUpdated.json
  • lib/navigation.js
  • pages/core-concepts/certified-identity.md
  • pages/index.md
  • pages/reference/faq.md
  • pages/reference/release-notes-v0-11-0.md
  • pages/roadmap.md
  • public/search-index.json
  • styles/globals.css
💤 Files with no reviewable changes (4)
  • pages/reference/faq.md
  • lib/generate-search-index.js
  • pages/index.md
  • pages/roadmap.md

"/lexicons/hypercerts-lexicons/rights": "2026-03-05T19:53:52+08:00",
"/lexicons/introduction-to-lexicons": "2026-03-05T19:42:38+08:00",
"/reference/faq": "2026-03-06T22:56:46+08:00",
"/reference/faq": "2026-03-24T21:10:30-07:00",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Missing lastUpdated entry for the new release notes page.

The new page /reference/release-notes-v0-11-0 is not included in this JSON file. This will cause the "Last Updated" component to not display a date for that page.

🔧 Proposed fix
   "/reference/faq": "2026-03-24T21:10:30-07:00",
+  "/reference/release-notes-v0-11-0": "2026-04-08T14:48:55Z",
   "/reference/glossary": "2026-03-05T20:14:26+08:00",
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@lib/lastUpdated.json` at line 38, Add a missing lastUpdated JSON entry for
the new page key "/reference/release-notes-v0-11-0" using the same ISO-8601
timestamp format as the other entries (e.g., "2026-03-24T21:10:30-07:00"),
insert it into the JSON object alongside the other "/reference/..." entries so
ordering/consistency is preserved, and ensure the JSON remains valid
(commas/quotes) after adding the new key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant