diff --git a/docs.json b/docs.json index 177c5546..b4e4e087 100644 --- a/docs.json +++ b/docs.json @@ -2197,6 +2197,50 @@ { "source": "/context7", "destination": "https://context7.com/docs/overview" + }, + { + "source": "/workflow/migration", + "destination": "/workflow/howto/migrations" + }, + { + "source": "/workflow/overview", + "destination": "/workflow/getstarted" + }, + { + "source": "/workflow/overall/getstarted", + "destination": "/workflow/getstarted" + }, + { + "source": "/qstash/pricing", + "destination": "/qstash/overall/pricing" + }, + { + "source": "/qstash/overall/features", + "destination": "/qstash/overall/getstarted" + }, + { + "source": "/qstash/api/publish", + "destination": "/qstash/api-reference/messages/publish-a-message" + }, + { + "source": "/qstash/api/url-groups/list", + "destination": "/qstash/api-reference/url-groups/list-url-groups" + }, + { + "source": "/qstash/api/url-groups/get", + "destination": "/qstash/api-reference/url-groups/get-a-url-group" + }, + { + "source": "/qstash/api/url-groups/add-endpoint", + "destination": "/qstash/api-reference/url-groups/upsert-url-group-and-endpoint" + }, + { + "source": "/qstash/api/url-groups/remove-endpoint", + "destination": "/qstash/api-reference/url-groups/remove-endpoints" + }, + { + "source": "/qstash/api/url-groups/remove", + "destination": "/qstash/api-reference/url-groups/delete-a-url-group" } ] } diff --git a/llms-full.txt b/llms-full.txt index ff13de6e..bc57d9fc 100644 --- a/llms-full.txt +++ b/llms-full.txt @@ -13565,7 +13565,7 @@ Source: https://upstash.com/docs/qstash/overall/changelog * **Console:** * Added ability to hide/show columns on the Schedules tab. - * Local mode is added to enable our users to use the console with their local development envrionment. See [docs](http://localhost:3000/qstash/howto/local-development) for details. + * Local mode is added to enable our users to use the console with their local development envrionment. See [docs](/docs/qstash/howto/local-development) for details. diff --git a/qstash/overall/changelog.mdx b/qstash/overall/changelog.mdx index f5691f83..37bd0b00 100644 --- a/qstash/overall/changelog.mdx +++ b/qstash/overall/changelog.mdx @@ -31,7 +31,7 @@ title: Changelog - **Console:** - Added ability to hide/show columns on the Schedules tab. - - Local mode is added to enable our users to use the console with their local development envrionment. See [docs](http://localhost:3000/qstash/howto/local-development) for details. + - Local mode is added to enable our users to use the console with their local development envrionment. See [docs](/qstash/howto/local-development) for details.