Skip to content

Commit

Permalink
Add next-gen JS interop short link (#5444)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
parlough authored Jan 4, 2024
1 parent 87996d7 commit 3d32cf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 3d32cf9

Please sign in to comment.