docs: cookbook redirect (#21822)

This commit is contained in:
Erick Friis 2024-05-17 10:07:30 -07:00 committed by GitHub
parent 9f8d18c028
commit 7976fb1663
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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