[Writer] Remove Tron docs and add deprecation notice#1022
[Writer] Remove Tron docs and add deprecation notice#1022JackReacher0807 wants to merge 1 commit intomainfrom
Conversation
🌿 Documentation Preview
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 710b2e6118
ℹ️ 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".
| - source: /reference/tron-api-endpoints | ||
| destination: /docs/reference/chain-apis-overview#tron-apis | ||
| destination: /docs/reference/tron-deprecation-notice |
There was a problem hiding this comment.
Mark Tron redirect entries as permanent
The newly added Tron deprecation redirects omit permanent: true, unlike the existing deprecation redirect blocks (for example Lumia), so requests to old Tron URLs can be served as non-permanent redirects instead of canonical moves. This weakens migration behavior for users and crawlers hitting /reference/tron-api-endpoints and the old Tron reference pages, and it is likely unintentional because every neighboring redirect entry explicitly sets permanence.
Useful? React with 👍 / 👎.
Summary