fix(site): load the top bar on the marketplace and 404 pages - #73
Merged
Merged
Conversation
After #72 every agentrust-io.com page loads supernav.js except these two, so they showed the header without the bar. The static catalog stays scriptless by design (check-discovery.py requires it). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013aK3gVWzNdcM3hZ2o2awK2
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.
After #72, every agentrust-io.com page loads the shared top bar except two: /marketplace/ and the 404 page. A live check of the deployed site on 2026-09-14 found
supernav.json the homepage, community, verify, quickstart, demos, registry, go, telemetry and the cA2A extension page, and not on those two, so they showed the header without the bar above it.This loads
supernav.json both, the same way the other pages do: a plain script tag before</body>./marketplace/catalog/ is left without it on purpose. It is the static catalog, and check-discovery.py requires that page to carry no script.
Checked
Generated with Claude Code
https://claude.ai/code/session_013aK3gVWzNdcM3hZ2o2awK2