Skip to content

Commit eb0b726

Browse files
committed
Add redirect links from current new docs
1 parent 5754617 commit eb0b726

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

firebase.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2082,6 +2082,76 @@
20822082
"source": "/settings-and-integrations/project-setup/team",
20832083
"destination": "/resources/projects/collaboration",
20842084
"type": 301
2085+
},
2086+
{
2087+
"source": "/resources/ui/pages/pages-configuration",
2088+
"destination": "/resources/ui/pages/properties",
2089+
"type": 301
2090+
},
2091+
{
2092+
"source": "/resources/ui/widgets/widget-configurations",
2093+
"destination": "/resources/ui/widgets/properties",
2094+
"type": 301
2095+
},
2096+
{
2097+
"source": "/resources/ui/pages/scaffold-elements",
2098+
"destination": "/resources/ui/pages/scaffold",
2099+
"type": 301
2100+
},
2101+
{
2102+
"source": "/resources/ui/widgets/built-in-widgets/button",
2103+
"destination": "/resources/ui/widgets/button",
2104+
"type": 301
2105+
},
2106+
{
2107+
"source": "/resources/ui/widgets/built-in-widgets/text",
2108+
"destination": "/resources/ui/widgets/text",
2109+
"type": 301
2110+
},
2111+
{
2112+
"source": "/resources/ui/widgets/built-in-widgets/icon",
2113+
"destination": "/resources/ui/widgets/icons",
2114+
"type": 301
2115+
},
2116+
{
2117+
"source": "/resources/ui/widgets/built-in-widgets/container",
2118+
"destination": "/resources/ui/widgets/container",
2119+
"type": 301
2120+
},
2121+
{
2122+
"source": "/resources/ui/widgets/built-in-widgets/image",
2123+
"destination": "/resources/ui/widgets/image",
2124+
"type": 301
2125+
},
2126+
{
2127+
"source": "/resources/ui/widgets/composing-widgets",
2128+
"destination": "/resources/ui/widgets/composing-widgets/rows-column-stack",
2129+
"type": 301
2130+
},
2131+
{
2132+
"source": "/resources/ui/widgets/generate-dynamic-children",
2133+
"destination": "/resources/ui/widgets/composing-widgets/generate-dynamic-children",
2134+
"type": 301
2135+
},
2136+
{
2137+
"source": "/resources/ui/widgets/built-in-widgets/list-grid",
2138+
"destination": "/resources/ui/widgets/composing-widgets/list-grid",
2139+
"type": 301
2140+
},
2141+
{
2142+
"source": "/resources/ui/components/overview",
2143+
"destination": "/resources/ui/components",
2144+
"type": 301
2145+
},
2146+
{
2147+
"source": "/resources/ui/pages/getting-started",
2148+
"destination": "/resources/ui/pages",
2149+
"type": 301
2150+
},
2151+
{
2152+
"source": "/resources/ui/overview#widget-tree",
2153+
"destination": "/resources/ui/widgets#widget-tree",
2154+
"type": 301
20852155
}
20862156
]
20872157
}

0 commit comments

Comments
 (0)