From 3d32cf9c195e3495975bd3afec925151bfa5e608 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Thu, 4 Jan 2024 12:22:11 -0600 Subject: [PATCH] Add next-gen JS interop short link (#5444) I'd like to add this to link to from DartPad and the Flutter site. Perhaps elsewhere as well (such as tools or docs in the SDK). That way we can adjust the destination of the redirect in the future as we add more documentation. --- firebase.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index a6108a9741..7a9d5b84c6 100644 --- a/firebase.json +++ b/firebase.json @@ -170,7 +170,8 @@ { "source": "/go/non-promo-public-field", "destination": "/tools/non-promotion-reasons#private", "type": 301 }, { "source": "/go/non-promo-this", "destination": "/tools/non-promotion-reasons#this", "type": 301 }, { "source": "/go/non-promo-write", "destination": "/tools/non-promotion-reasons#write", "type": 301 }, - + + { "source": "/go/next-gen-js-interop", "destination": "/interop/js-interop#next-generation-js-interop-preview", "type": 301 }, { "source": "/go/null-safety-migration", "destination": "/null-safety/migration-guide", "type": 301 }, { "source": "/go/package-discontinue", "destination": "/tools/pub/publishing#discontinue", "type": 301 }, { "source": "/go/package-retraction", "destination": "/tools/pub/publishing#retract", "type": 301 },