From 89112104bbc1b7be700014bc99a1dfc069d8f5f1 Mon Sep 17 00:00:00 2001 From: aditiabhang Date: Fri, 18 Sep 2026 11:03:02 -0400 Subject: [PATCH] Remove 6.x entries from docs version dropdown --- src/data/versions.ts | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/src/data/versions.ts b/src/data/versions.ts index f36a7442c..af51e57c1 100644 --- a/src/data/versions.ts +++ b/src/data/versions.ts @@ -44,30 +44,6 @@ export const versions: VersionI[] = [ { name: 'v7.0', url: 'https://7.0.sourcegraph.com' - }, - { - name: 'v6.12', - url: 'https://6.12.sourcegraph.com' - }, - { - name: 'v6.11', - url: 'https://6.11.sourcegraph.com' - }, - { - name: 'v6.10', - url: 'https://6.10.sourcegraph.com/' - }, - { - name: 'v6.9', - url: 'https://6.9.sourcegraph.com/' - }, - { - name: 'v6.8', - url: 'https://6.8.sourcegraph.com/' - }, - { - name: 'v6.7', - url: 'https://6.7.sourcegraph.com/' } ];