Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Greptile SummaryThis PR corrects the sync target for the security documentation workflow — previously writing to the archived Confidence Score: 5/5Safe to merge — the core fix (moving sync target off the archived v0.53 directory) is correct and all remaining findings are P2 style suggestions. No P0 or P1 findings. The two P2 comments flag that No files require special attention. Important Files Changed
|
| - [Security and Maintenance Policy](/sdk/latest/security/security-policy) - Release and maintenance policy | ||
| - [Bug Bounty Program](/sdk/latest/security/bug-bounty) - Report vulnerabilities and earn rewards |
There was a problem hiding this comment.
Hardcoded
latest/ paths won't work if next/ is also synced
The generated "Additional Resources" links are hardcoded to /sdk/latest/security/.... This is correct for sdk/latest/, but sdk/next/security/ also exists (with its own copies of these files) and is currently not touched by the sync. If the workflow is extended to also output to next/, the embedded links in next/ pages will still point to latest/ — which is arguably intentional, but worth being explicit about. If same-version cross-linking is ever needed for next/, the OUTPUT_DIR / target directory would need to be parameterized in the template.
Update locations in script