From 1689914cab39a2324c54d74074734525cb1d16a9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 17 Sep 2026 18:04:15 +0000 Subject: [PATCH 1/2] Initial plan From 8f963846df07e2ff0a0b990544e7b6874f9ce5d8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 17 Sep 2026 18:05:56 +0000 Subject: [PATCH 2/2] Fix latest docs URL per PR review Co-authored-by: aditiabhang <51350594+aditiabhang@users.noreply.github.com> --- src/data/versions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/versions.ts b/src/data/versions.ts index d7f2505cb..f36a7442c 100644 --- a/src/data/versions.ts +++ b/src/data/versions.ts @@ -11,7 +11,7 @@ export const versions: VersionI[] = [ { name: `v${config.DOCS_LATEST_VERSION}`, label: 'latest', - url: 'https://sourcegraph.com/docs' + url: '/docs' }, { name: 'v7.7',