Closed buger closed 1 month ago
โฑ๏ธ Estimated effort to review: 1 ๐ตโชโชโชโช |
๐งช No relevant tests |
๐ No security concerns identified |
โก Key issues to review Configuration Error The line intended to remove 'publishDate' from the 'lastmod' array actually re-adds it. This contradicts the PR's description and goal. |
Category | Suggestion | Score |
Maintainability |
Maintain a consistent order in the
___
**It's recommended to maintain a consistent order for elements in the | 8 |
Name | Link |
---|---|
Latest commit | f4220f5efa8cf34465cdfa1bf81489a69f6fd18d |
Latest deploy log | https://app.netlify.com/sites/tyk-docs/deploys/66e45bf1967b8f0007b37b17 |
Deploy Preview | https://deploy-preview-5406--tyk-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | f4220f5efa8cf34465cdfa1bf81489a69f6fd18d |
Latest deploy log | https://app.netlify.com/sites/tyk-docs/deploys/66e45bf1967b8f0007b37b17 |
Deploy Preview | https://deploy-preview-5406--tyk-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
User description
remove publish time (#5404)
PR Type
enhancement, documentation
Description
publishDate
from thelastmod
array in theconfig.toml
file to streamline metadata handling.publishdate
metadata from the Kubernetes on Windows documentation to ensure consistency with other documents.Changes walkthrough ๐
config.toml
Modify lastmod array to remove publishDate
tyk-docs/config.toml
publishDate
from thelastmod
array.lastmod
array.kubernetes-on-windows.md
Remove publishdate metadata from Kubernetes on Windows doc
tyk-docs/content/tyk-on-prem/kubernetes-on-windows.md - Removed `publishdate` metadata from the document.