Skip to content

Conversation

buger
Copy link
Member

@buger buger commented Sep 16, 2025

User description

Minor formatting issue (#6934)


PR Type

Documentation


Description

  • Add blank line after dependencies table

  • Improve spacing before advisory paragraph


Diagram Walkthrough

flowchart LR
  depsTable["Dependencies table (5.3.12 section)"]
  spacing["Insert blank line"]
  advisory["Advisory paragraph renders correctly"]

  depsTable -- "needs separation" --> spacing
  spacing -- "improves readability" --> advisory
Loading

File Walkthrough

Relevant files
Documentation
gateway.md
Add blank line after dependencies table                                   

tyk-docs/content/developer-support/release-notes/gateway.md

  • Insert one blank line after dependencies table
  • Ensure paragraph separates from table for readability
+1/-0     

(cherry picked from commit da2370d)
@buger buger enabled auto-merge (squash) September 16, 2025 12:15
Copy link
Contributor

⚠️ Deploy preview for PR #6937 did not become live after 3 attempts.
Please check Netlify or try manually: Preview URL

Copy link
Contributor

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
General
Remove extra blank line

Remove the blank line between the table and the following paragraph to prevent
Markdown from closing the table block unexpectedly in some renderers. Keeping them
adjacent ensures consistent formatting across documentation sites.

tyk-docs/content/developer-support/release-notes/gateway.md [2716-2718]

 | [OpenAPI Specification](https://spec.openapis.org/oas/v3.0.3)| v3.0.x                 | v3.0.x                 | Supported by [Tyk OAS]({{< ref "api-management/gateway-config-tyk-oas" >}}) |
-
 Given the potential time difference between your upgrade and the release of this version, we recommend users verify the ongoing support of third-party dependencies they install, as their status may have changed since the release.
Suggestion importance[1-10]: 5

__

Why: The blank line at line 2717 breaks the table-paragraph continuity in some Markdown renderers; removing it can improve consistent rendering. The suggestion correctly targets the new hunk and proposes a minor formatting improvement.

Low

Copy link

netlify bot commented Sep 16, 2025

PS. Add to the end of url /docs/nightly

Name Link
🔨 Latest commit 2d6cfc2
🔍 Latest deploy log https://app.netlify.com/projects/tyk-docs/deploys/68c954ff1d6bfa0008d09865
😎 Deploy Preview https://deploy-preview-6937--tyk-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@buger buger merged commit 2d34f83 into release-5.9 Sep 16, 2025
12 checks passed
@buger buger deleted the merge/release-5.9/da2370df896f77ee523690e578c7c9279a5fc6ff branch September 16, 2025 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants