docs: load the shared stylesheet and top bar at v=22 - #182
Merged
Merged
Conversation
agentrust-io.com moves CSS_VERSION to 22 because supernav.js gains a Search item. Matching the number here makes browsers fetch the new top bar instead of the copy they keep for up to four hours. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013aK3gVWzNdcM3hZ2o2awK2
imran-siddique
requested review from
a team,
carloshvp and
zohebk8s
as code owners
September 14, 2026 23:11
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.
agentrust-io.com adds a Search item to the shared top bar, which changes
supernav.js, so itsCSS_VERSIONintools/site_header.pymoves from 21 to 22. This moves both shared URLs inmkdocs.ymlto?v=22to match, as the comment above each line asks. Without it, browsers keep the old top bar for up to four hours (Cache-Control: max-age=14400), and the hub's scheduled availability check reports this host as lagging.Checked
mkdocs.ymlstill parses, andextra_cssandextra_javascripteach hold the one URL at?v=22.?v=22URLs return 200 from agentrust-io.com.Merge after the agentrust-io.github.io search PR deploys, so the top bar this loads is the one with Search.
Generated with Claude Code
https://claude.ai/code/session_013aK3gVWzNdcM3hZ2o2awK2