Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
2 changes: 1 addition & 1 deletion llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13565,7 +13565,7 @@ Source: https://upstash.com/docs/qstash/overall/changelog
<Update label="August 2025">
* **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.
</Update>

<Update label="July 2025">
Expand Down
2 changes: 1 addition & 1 deletion qstash/overall/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ title: Changelog
<Update label="August 2025">
- **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.
</Update>

<Update label="July 2025">
Expand Down