Merge pull request #32544 from backstage/sennyeya/hard-navigate

fix: hard navigation to reference docsite
This commit is contained in:
Andre Wanlin
2026-01-27 19:29:28 -06:00
committed by GitHub
+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',
},
],
},