Skip to content

Commit b15d88f

Browse files
committed
docs: fix remaining stale version refs across 4 pages
- quick-start.html: next-card eyebrow v0.1→v2.0 → v0.1→v2.3 - roadmap.html: og:title v0.1 to v2.0 → v0.1 to v2.3 - strategies.html: hero badge 'current as of v2.0' → 'current as of v2.3' - languages.html: extractor test count 177 → 162 (actual current count)
1 parent d17e81f commit b15d88f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/languages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h1>21 languages.<br>Zero install.</h1>
150150
<div class="lang-stat"><span class="lang-stat-val">21</span><span class="lang-stat-lbl">Languages</span></div>
151151
<div class="lang-stat"><span class="lang-stat-val">25</span><span class="lang-stat-lbl">Max sigs/file</span></div>
152152
<div class="lang-stat"><span class="lang-stat-val">0</span><span class="lang-stat-lbl">npm packages</span></div>
153-
<div class="lang-stat"><span class="lang-stat-val">177</span><span class="lang-stat-lbl">Tests passing</span></div>
153+
<div class="lang-stat"><span class="lang-stat-val">162</span><span class="lang-stat-lbl">Tests passing</span></div>
154154
</div>
155155
</div>
156156
</div>

docs/quick-start.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ <h2>Explore further</h2>
486486
<div class="next-card-desc">Stack both tools for the two-layer caching strategy. SigMap for daily; Repomix for deep sessions.</div>
487487
</a>
488488
<a class="next-card" href="roadmap.html">
489-
<div class="next-card-ey">v0.1 → v2.0</div>
489+
<div class="next-card-ey">v0.1 → v2.3</div>
490490
<div class="next-card-title">Full roadmap</div>
491491
<div class="next-card-desc">All major versions shipped. 97% token reduction. 325 tests. MIT license.</div>
492492
</a>

docs/roadmap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width,initial-scale=1.0">
66
<title>Roadmap — SigMap</title>
77
<meta name="description" content="SigMap shipped v0.1 through v2.3 — 20 versions, 97% token reduction, 325 tests. Full visual timeline from baseline to complete system.">
8-
<meta property="og:title" content="SigMap Roadmap — v0.1 to v2.0 complete">
8+
<meta property="og:title" content="SigMap Roadmap — v0.1 to v2.3 complete">
99
<meta property="og:description" content="20 versions shipped. 97% token reduction. 325 tests. MIT license. See how SigMap was built from first extractor to full enterprise system.">
1010
<meta property="og:url" content="https://manojmallick.github.io/sigmap/roadmap.html">
1111
<meta name="twitter:card" content="summary_large_image">

docs/strategies.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
<div class="page-hero">
132132
<div class="hero-inner">
133-
<div class="hero-badge">strategy guide — current as of v2.0</div>
133+
<div class="hero-badge">strategy guide — current as of v2.3</div>
134134
<h1>Choose the right context strategy</h1>
135135
<p class="hero-sub">SigMap supports three modes: full, per-module, and hot-cold. This page shows exactly when to use each one, what token cost to expect, and how MCP changes the decision.</p>
136136
</div>

0 commit comments

Comments
 (0)