docs: add API reference link to response override task#7911
docs: add API reference link to response override task#7911mrhapile wants to merge 7 commits intoenvoyproxy:mainfrom
Conversation
Signed-off-by: mrhapile <allinonegaming3456@gmail.com>
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR adds a "Next steps" section to the Response Override task documentation page, providing users with a direct link to the BackendTrafficPolicy API reference where they can find all supported configuration fields.
- Adds a "Next steps" section at the end of the document
- Includes a link to the BackendTrafficPolicy API reference documentation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Next steps | ||
|
|
||
| - See the full list of supported configuration fields in the | ||
| [BackendTrafficPolicy API reference](/docs/api/extension_types/#backendtrafficpolicy) |
There was a problem hiding this comment.
The link path uses /docs/api/extension_types/#backendtrafficpolicy but based on the documentation structure and other files in the repository, it should use a relative path ../../../api/extension_types#backendtrafficpolicy (without the leading /docs/ and without the / before the anchor). Other task files in the same directory use this relative path format for BackendTrafficPolicy references.
| [BackendTrafficPolicy API reference](/docs/api/extension_types/#backendtrafficpolicy) | |
| [BackendTrafficPolicy API reference](../../../api/extension_types#backendtrafficpolicy) |
|
The review from Copliot seems right to me. Can you also fix for latest version? |
Signed-off-by: mrhapile <allinonegaming3456@gmail.com>
|
hey @mrhapile this GH issue was meant for all tasks that exist |
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions! |
Signed-off-by: mrhapile <allinonegaming3456@gmail.com>
Signed-off-by: mrhapile <allinonegaming3456@gmail.com>
Ref #5943
Adds a link from the Response Override task page to the BackendTrafficPolicy API reference so users can easily find all supported configuration fields.