From 3b3cb8a2658560131de9cbb0f5bd4f2a8f58ed03 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 7 Oct 2024 11:52:44 -0700 Subject: [PATCH 1/2] Add /go/web-html-renderer-deprecation redirect See also https://github.com/flutter/flutter/issues/145954 https://github.com/flutter/flutter/issues/154878 https://github.com/flutter/flutter/issues/154879 --- firebase.json | 1 + 1 file changed, 1 insertion(+) diff --git a/firebase.json b/firebase.json index 186bfdc981..d21a527852 100644 --- a/firebase.json +++ b/firebase.json @@ -634,6 +634,7 @@ { "source": "/go/web-astral-projections", "destination": "https://docs.google.com/document/d/1pvH-J8opXsjntTpFf1bbsbU8N1vFd8tPKvBgcNn8UKQ", "type": 301 }, { "source": "/go/web-cleanup-service-worker", "destination": "https://docs.google.com/document/d/1czOm3Hmy_oIq3NJStezb9AjwkKyta3NospkCy_DDv9E/edit", "type": 301 }, { "source": "/go/web-declarative-bootstrap", "destination": "https://docs.google.com/document/d/1jVXxC0tNDW45ypfVESyHipL2lHCX32GmFyJNO0u9c6Y/edit?resourcekey=0-AQ8z_0_U8Vq3JBdyracNuQ", "type": 301 }, + { "source": "/go/web-html-renderer-deprecation", "destination": "https://github.com/flutter/flutter/issues/145954", "type": 301 }, { "source": "/go/web-multiview-js-api", "destination": "https://docs.google.com/document/d/1ixwPBG7YIHEONc15t9SOmrfgDK3gghvkk7it_8AFOmw/edit?resourcekey=0-VQC2nby6Coe5OG-R833yXw", "type": 301 }, { "source": "/go/web-native-text-editing", "destination": "https://docs.google.com/document/d/1t6qAX46tsR1tdBS42yro6G_5Igtrj7WzmKKiUI_JC-k/edit", "type": 301 }, { "source": "/go/web-plugins-layout", "destination": "https://docs.google.com/document/d/1PeS-QSAFydHXhjZrqkub-GRPMs83roh8VwhbUScWuGQ", "type": 301 }, From 89c45ac0b83285b4793b3fc7a2260f2c527a5f49 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Mon, 7 Oct 2024 13:09:00 -0700 Subject: [PATCH 2/2] update to to link --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index d21a527852..9949991990 100644 --- a/firebase.json +++ b/firebase.json @@ -634,7 +634,6 @@ { "source": "/go/web-astral-projections", "destination": "https://docs.google.com/document/d/1pvH-J8opXsjntTpFf1bbsbU8N1vFd8tPKvBgcNn8UKQ", "type": 301 }, { "source": "/go/web-cleanup-service-worker", "destination": "https://docs.google.com/document/d/1czOm3Hmy_oIq3NJStezb9AjwkKyta3NospkCy_DDv9E/edit", "type": 301 }, { "source": "/go/web-declarative-bootstrap", "destination": "https://docs.google.com/document/d/1jVXxC0tNDW45ypfVESyHipL2lHCX32GmFyJNO0u9c6Y/edit?resourcekey=0-AQ8z_0_U8Vq3JBdyracNuQ", "type": 301 }, - { "source": "/go/web-html-renderer-deprecation", "destination": "https://github.com/flutter/flutter/issues/145954", "type": 301 }, { "source": "/go/web-multiview-js-api", "destination": "https://docs.google.com/document/d/1ixwPBG7YIHEONc15t9SOmrfgDK3gghvkk7it_8AFOmw/edit?resourcekey=0-VQC2nby6Coe5OG-R833yXw", "type": 301 }, { "source": "/go/web-native-text-editing", "destination": "https://docs.google.com/document/d/1t6qAX46tsR1tdBS42yro6G_5Igtrj7WzmKKiUI_JC-k/edit", "type": 301 }, { "source": "/go/web-plugins-layout", "destination": "https://docs.google.com/document/d/1PeS-QSAFydHXhjZrqkub-GRPMs83roh8VwhbUScWuGQ", "type": 301 }, @@ -736,6 +735,7 @@ { "source": "/to/use-profile-mode", "destination": "/perf/ui-performance#run-in-profile-mode", "type": 301 }, { "source": "/to/wasm", "destination": "/platform-integration/web/wasm", "type": 301 }, { "source": "/to/web-bootstrapping", "destination": "/platform-integration/web/initialization", "type": 301 }, + { "source": "/to/web-html-renderer-deprecation", "destination": "https://github.com/flutter/flutter/issues/145954", "type": 301 }, { "source": "/to/web-images", "destination": "/platform-integration/web/web-images", "type": 301 }, { "source": "/to/web-multiview-runwidget", "destination": "/platform-integration/web/embedding-flutter-web#replace-runapp-by-runwidget-in-dart", "type": 301 }, { "source": "/to/web-renderers", "destination": "/platform-integration/web/renderers", "type": 301 },