Commit 30ec042
docs(website): update the /features "Recent" group to v3.4.0 (#120)
* docs(website): update the /features "Recent" group to v3.4.0
The Recent group still showcased v2.9–v2.20 features (Today dashboard,
scratch worktree, OAuth, AI inline suggestions). Replaced with the four
headline v3.4.0 conflict-engine additions: token-level merge, 2-way base
recovery, resolution preview + per-hunk confirm, and the
recoverable-before-model metric.
Note: HomeLanding.vue's tabbed "What's New" cards (featScratch/featOAuth/…)
and highlight banner are dead code — the markup was removed from the
template, only the i18n keys + CSS remain. Left untouched; the live
"What's New" surfaces (hero announce, /changelog button) already read v3.4.
disabled
* chore(website): remove dead landing features/tabs/patterns/bench code
The tabbed features section, patterns grid, benchmarks section and the
"What's New" highlight banner were removed from HomeLanding's template at
some point, but their i18n keys (×5 locales), CSS and script symbols were
left behind — 80 orphan locale keys plus the matching style blocks and the
TabId/activeTab/jumpToNewTab trio, none referenced anywhere.
Removed authoritatively: a key line is deleted only when its head key is
never referenced as t.<key> in the template, and a CSS rule only when every
class in its selector is confirmed unused (verified against the template,
not eyeballed). 793 lines, pure deletion, no live key or class touched.
Website build passes.
---------
Co-authored-by: Laurent Guitton <laurent.guitton@dendreo.com>1 parent 770622e commit 30ec042
2 files changed
Lines changed: 5 additions & 798 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments