-
Notifications
You must be signed in to change notification settings - Fork 164
Escape the brackets in the text link #6726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
PR Analysis: Escaping Curly Brackets in Markdown Link TextThis PR makes a small but important documentation improvement by escaping curly brackets in Markdown link text for parameter references in the Changes MadeThe PR modifies two lines in the file by adding backslash escapes ( Before: - [version_data.versions.{version-name}.extended_paths.black_list]({{< ref "api-management/traffic-transformation/block-list#api-definition" >}})
- [version_data.versions.{version-name}.extended_paths.white_list]({{< ref "api-management/traffic-transformation/allow-list#api-definition" >}}) After: - [version_data.versions.\{version-name\}.extended_paths.black_list]({{< ref "api-management/traffic-transformation/block-list#api-definition" >}})
- [version_data.versions.\{version-name\}.extended_paths.white_list]({{< ref "api-management/traffic-transformation/allow-list#api-definition" >}}) Impact and Benefits
This is a straightforward documentation improvement with no functional changes to code or logic. The change enhances the clarity of parameter references in the inclusive naming policy documentation. Tip: Mention me again using |
✅ PS. Add to the end of url /docs/nightly
To edit notification comments on pull requests, go to your Netlify project configuration. |
/release to release-5.8 |
fixing so mintlify won't break @yurisasuke |
Working on it! Note that it can take a few minutes. |
Escape the brackes in the text link (cherry picked from commit d9ecd18)
@sharadregoti Created merge PRs |
Escape the brackets in the text link (#6726) Escape the brackes in the text link
User description
Contributor checklist
New Contributors
master
PR Type
Documentation
Description
Escaped curly brackets in Markdown link text for clarity
Improved documentation formatting for parameter references
No functional or code logic changes
Enhances readability in developer documentation
Changes diagram
Changes walkthrough 📝
inclusive-naming-policy.md
Escape curly brackets in Markdown link text
tyk-docs/content/developer-support/inclusive-naming-policy.md