refactor: reorganize security docs into more logical locations#816
refactor: reorganize security docs into more logical locations#816EricGustin merged 9 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
09e052a to
37a2fef
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
|
I don't really know how to review this PR with all the changes to remove the dates. Was that intentional? |
|
@evantahler everything inside of |
evantahler
left a comment
There was a problem hiding this comment.
@EricGustin I think if you rebase this, all those generated files will go away
facb4fc to
ad8feb0
Compare
Move security research program to resources/ and dissolve the guides/security section, placing the MCP server security guides under guides/create-tools/secure-your-server. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The dev-specific `.next/dev/types/routes.d.ts` import was an unintentional artifact from running `pnpm dev/build` locally. Restore to the canonical `.next/types/routes.d.ts` path. This file is auto-generated by Next.js and should not be manually edited. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4bd2b3c to
1ddfbfe
Compare
The llms.txt was deleted when resolving a modify/delete conflict in a CI bot commit during rebase. Restore to main's current version. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@evantahler , rebased ✅ |
evantahler
left a comment
There was a problem hiding this comment.
only 15 files changed! much better
Move security research program to resources/ and dissolve the guides/security section, placing the MCP server security guides under guides/create-tools/secure-your-server.
Note
Medium Risk
Primarily documentation/navigation changes, but it moves and deletes pages and adds multiple redirects, so the main risk is broken internal links or unexpected redirect/SEO issues if any paths were missed.
Overview
Reorganizes the security documentation section by dissolving
guides/securityand relocating MCP server security guidance underguides/create-tools/secure-your-server.Updates cross-site references (tutorials, learn pages, and changelog) to the new URLs, moves the Security Research Program into
resources, and adds permanent Next.js redirects for the oldguides/security/*routes. Also regeneratespublic/llms.txtto reflect the new doc paths.Written by Cursor Bugbot for commit a9f262a. This will update automatically on new commits. Configure here.