From 47ab3dc1a11be7969733bab5a2cd2c089a5f4b0f Mon Sep 17 00:00:00 2001 From: Imran Siddique Date: Mon, 14 Sep 2026 15:24:28 -0700 Subject: [PATCH] docs: load the shared stylesheet and top bar at v=22 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) Claude-Session: https://claude.ai/code/session_013aK3gVWzNdcM3hZ2o2awK2 --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index c1b7395..714553b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -152,7 +152,7 @@ extra_css: # a local override here is how this site drifted to the Material default # violet last time. Change the shared file instead. # The ?v= matches CSS_VERSION in agentrust-io.github.io tools/site_header.py. Browsers keep these files for hours, so bump it there and here together. - - https://agentrust-io.com/design-system.css?v=21 + - https://agentrust-io.com/design-system.css?v=22 nav: - Home: index.md @@ -183,4 +183,4 @@ nav: extra_javascript: # The ?v= matches CSS_VERSION in agentrust-io.github.io tools/site_header.py. Browsers keep these files for hours, so bump it there and here together. - - https://agentrust-io.com/supernav.js?v=21 + - https://agentrust-io.com/supernav.js?v=22