Skip to content

Add mif-rs and structured-madr cards to root splash - #51

Merged
zircote merged 1 commit into
mainfrom
feat/nav-interlink
Jul 4, 2026
Merged

zircote merged 1 commit into
mainfrom
feat/nav-interlink

Conversation

@zircote

@zircote zircote commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Summary

The org root splash (index.html) was missing cards for two live project sites: mif-rs and Structured MADR. Both were deployed and reachable by URL but had no path to them from the org's front door.

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Enhancement (improvement to existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactor (no functional changes)
  • Chore (maintenance, dependencies, CI)

Related Issues

None.

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated
  • Manual testing performed

This is a static HTML file with no build step. Verified by reading the rendered diff and confirming the new a.card markup matches the existing card pattern exactly (same classes, same structure), and that the href conventions (root-relative /mif-rs/ for a page under this same Pages site, absolute https://smadr.dev for an external domain) match how the other 8 cards already do it.

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code where necessary
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • New and existing tests pass locally
  • Any dependent changes have been merged and published

Both project sites were live and deployed but missing from the root
landing page's card grid, so visitors had no path to them from the
org's front door.
@zircote
zircote marked this pull request as ready for review July 4, 2026 13:39
Copilot AI review requested due to automatic review settings July 4, 2026 13:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds missing navigation entries on the org root splash page (index.html) so two already-deployed sites—mif-rs and Structured MADR—are discoverable from the front door.

Changes:

  • Add a new internal card linking to /mif-rs/ (Rust implementation of MIF).
  • Add a new external card linking to https://smadr.dev (Structured MADR spec).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@zircote
zircote merged commit 66f74d1 into main Jul 4, 2026
7 checks passed
@zircote
zircote deleted the feat/nav-interlink branch July 4, 2026 13:42
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.

2 participants