From 94d76bf875161fb58d6266810d18490e06d3e046 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 19 May 2026 20:48:37 +0100 Subject: [PATCH] docs: clarify network upgrade sidebar labels - Remove (Active) labels from T2 and T3 - Add (Latest) next to T4 - Add (Next) next to T5 Amp-Thread-ID: https://ampcode.com/threads/T-019e41c7-3c78-7429-8c11-8e48e079ba59 Co-authored-by: Amp --- vocs.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vocs.config.ts b/vocs.config.ts index fa3db871..318d478c 100644 --- a/vocs.config.ts +++ b/vocs.config.ts @@ -725,19 +725,19 @@ export default defineConfig({ collapsed: true, items: [ { - text: 'T5', + text: 'T5 (Next)', link: '/protocol/upgrades/t5', }, { - text: 'T4 (Active)', + text: 'T4 (Latest)', link: '/protocol/upgrades/t4', }, { - text: 'T3 (Active)', + text: 'T3', link: '/protocol/upgrades/t3', }, { - text: 'T2 (Active)', + text: 'T2', link: '/protocol/upgrades/t2', }, ],