Fix: Restore connectivity.libp2p.io content into unified website - #35
Merged
Merged
Conversation
The connectivity.libp2p.io subdomain was broken and redirecting to the main libp2p.io page, losing all connectivity explainer content. This commit restores the full content recovered from the Wayback Machine archive (https://web.archive.org/web/20251118040510/https://connectivity.libp2p.io) and integrates it into the unified website at /connectivity/. Changes: - Add content/connectivity/_index.md section entry - Add templates/connectivity.html with full-fidelity page template - Add static/connectivity.css with original Tailwind theme styles - Add static/img/connectivity/ with all 8 transport protocol SVG icons - Add 'Connectivity' link to the main nav in config.toml - Add subdomain redirect logic in templates/base.html
sumanjeet0012
force-pushed
the
fix-connectivity
branch
from
July 27, 2026 15:09
4db09e5 to
c656c17
Compare
Collaborator
Author
|
I've restored the connectivity.libp2p.io explainer content and integrated it directly into the unified website at /connectivity/. You can preview it here: http://100.26.22.114:1111/connectivity/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The connectivity.libp2p.io subdomain was previously a standalone React/Next.js site that served a rich explainer covering all libp2p transport protocols (TCP, QUIC, Hole Punching, WebSocket, WebTransport, WebRTC). The site was deprecated and the subdomain began redirecting to https://libp2p.io, silently losing all the educational content it hosted.
Solution
The connectivity explainer has been fully restored and integrated directly into the unified libp2p website at /connectivity/.
The content was recovered from the Wayback Machine archive and all assets (SVGs, CSS, fonts) were extracted and served locally — no external dependency on the original domain.
Changes
Details
• All content preserved: Every section from the original — TCP, QUIC, Hole Punching, WebSocket, WebTransport, WebRTC — including support matrices, "Counting Round Trips" tabs, "Further Reading" links,
and the hero CTA button ("Connect With Developers").
• Styling fidelity: The original site's CSS custom properties (--accent1-color, --primary-color, font variables, etc.) were recovered from the archived CSS and injected as :root variables, ensuring
icon backgrounds, link colors, and typography exactly match the original.
• All links fixed: Internal links that pointed to the archived Wayback Machine URLs (web.archive.org/web/.../connectivity.libp2p.io#...) have been updated to local anchor links (#tcp, #quic, etc.).
External links (GitHub, IETF RFCs, MDN, W3C) have been cleaned and point directly to their canonical sources.
• Navigation: "Connectivity" is now a first-class entry in the site's top navigation bar, between "Home" and "Blog".
Archived reference: https://web.archive.org/web/20251118040510/https://connectivity.libp2p.io