refactor: reorganize security docs into more logical locations#816
Open
EricGustin wants to merge 25 commits intomainfrom
Open
refactor: reorganize security docs into more logical locations#816EricGustin wants to merge 25 commits intomainfrom
EricGustin wants to merge 25 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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>
09e052a to
37a2fef
Compare
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
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>
Contributor
|
I don't really know how to review this PR with all the changes to remove the dates. Was that intentional? |
Member
Author
|
@evantahler everything inside of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Low Risk
Low risk documentation reorg: mainly moves/renames pages, updates internal links, and adds redirects; primary risk is broken navigation or stale links if any paths were missed.
Overview
Reorganizes security documentation and navigation. The
guides/securitysection is dissolved; MCP server security content is consolidated underguides/create-tools/secure-your-server, and references to the old security paths are updated across guides, learn pages, and agent framework tutorials.Moves the Security Research Program into Resources. Adds
resources/security-research-programto the Resources nav, updates contact/FAQ links, and introduces permanent Next.js redirects from the legacyguides/security/*routes to the new locations (includingsecure-your-mcp-server).Written by Cursor Bugbot for commit facb4fc. This will update automatically on new commits. Configure here.