docs: cookbook redirect (v0.1) (#21823)

This commit is contained in:
Erick Friis 2024-05-17 10:02:00 -07:00 committed by GitHub
parent 4bf7add9b8
commit 65e6239f14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,10 @@
"source": "/docs/:path*(/?)", "source": "/docs/:path*(/?)",
"destination": "/v0.1/docs/:path*/" "destination": "/v0.1/docs/:path*/"
}, },
{
"source": "/cookbook(/?)",
"destination": "/v0.1/docs/cookbook/"
},
{ {
"source": "(/?)", "source": "(/?)",
"destination": "/v0.1/docs/get_started/introduction/" "destination": "/v0.1/docs/get_started/introduction/"