From 5bbc7e832f11d25fdd192d5c6584c62c6b1e9d22 Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Sat, 20 Jun 2026 23:47:06 +0200 Subject: [PATCH] fix(v2): bump v2_elite.css cache-buster to 2.9.46 (Show more was broken) The "Show more / Show less" disclosure on the Trending lanes did nothing on the live site: the extra_css reference was pinned to ?v=2.9.42 and never bumped, so returning visitors kept the cached pre-disclosure CSS (no .trending-card--extra / .trending-showmore / :checked rules). Both the "Show N more" and "Show less" labels showed at once and clicking was inert. Bumping the query string forces browsers/CDN to re-fetch the current file. Verified the disclosure works in a freshly built site via Playwright (9 -> 16 cards on click, label toggles correctly). Co-Authored-By: Claude Opus 4.8 --- v2-mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2-mkdocs.yml b/v2-mkdocs.yml index 32811d1a..2d705532 100644 --- a/v2-mkdocs.yml +++ b/v2-mkdocs.yml @@ -115,7 +115,7 @@ extra: extra_css: - https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap - static/extra.css - - static/v2_elite.css?v=2.9.42 + - static/v2_elite.css?v=2.9.46 extra_javascript: - static/v2_filter.js?v=2.9.19