Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mnemitz
left a comment
There was a problem hiding this comment.
The build is currently failing because the route /deployments/kubernetes/flow has been removed by these changes, but was the target of one of the redirects in redirects.json. The solution is to update that file with the appropriate redirect for that deleted route, and running npm run sync-redirects
| @@ -2,6 +2,8 @@ | |||
| title: Flow API Reference | |||
There was a problem hiding this comment.
If we're truly removing Flow from everywhere, why have the API reference here at all?
There was a problem hiding this comment.
I consolidated the flow stuff into a single hidden folder.
I suppose for transparency initially before that folder is itself removed.
Also happy to just delete it off the bat as it still wont be 'lost'.
| hide_title: true | ||
| description: API Reference for the Flow Voice AI Websocket API | ||
| sidebar_label: API reference | ||
| slug: /api-ref/flow-voice-ai-websocket |
There was a problem hiding this comment.
This makes it look like the other api ref page i think, with the different sidebar. Agree this is pointless. but i was just making minimal changes to remove flow.
Update old-redirects.json to point /on-prem/kubernetes/flow to /deployments/kubernetes instead of the deleted /deployments/kubernetes/flow, and regenerate vercel.json.
No description provided.