fix: hard navigation to reference docsite

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2026-01-27 19:55:50 -05:00
parent 827aa1ea6d
commit cdffa38b46
+4 -2
View File
@@ -395,11 +395,13 @@ const config: Config = {
items: [
{
label: `Stable (${releases[0]})`,
to: '/api/stable',
href: 'https://backstage.io/api/stable',
target: '_self',
},
{
label: 'Next',
to: '/api/next',
href: 'https://backstage.io/api/next',
target: '_self',
},
],
},