feat: update data source/integration order and title#3428
Conversation
|
@smallfish is attempting to deploy a commit to the Databend Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 102f227372
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| --- | ||
| title: Amazon SQS (S3) Integration Task | ||
| slug: /cloud/data-integration/sqs-s3-event | ||
| slug: /cloud/data-integration/sqs-s3 |
There was a problem hiding this comment.
Add a redirect for the old SQS task URL
Changing this explicit docs slug moves the published page from /guides/cloud/data-integration/sqs-s3-event to /guides/cloud/data-integration/sqs-s3; I searched site-redirects and the docs tree for sqs-s3-event and found no redirect, so existing external links/bookmarks to the old page will 404 after deployment. Either keep the previous slug or add a client redirect from the old path to the new one.
Useful? React with 👍 / 👎.
No description provided.