DOCS-833: Fix outdated links in AI Security and SRA docs#279
Conversation
📝 WalkthroughWalkthroughThis PR updates documentation across two separate areas. It redirects an MCP reference link to current documentation and establishes a navigation hub for SRA administrator guides with entry-point links to session management, resource types, CLI access, file transfer, and SSH certificate workflows. ChangesDocumentation Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/AI` Security/agentic-runtime-authority.md:
- Line 158: The link text "Akeyless MCP Model Context Protocol Command" does not
match its destination (/docs/mcp); update the anchor text to reflect that it
points to general MCP concepts and docs (for example change "Akeyless MCP Model
Context Protocol Command" to "Akeyless MCP documentation" or "Akeyless MCP
concepts") in the sentence within agentic-runtime-authority.md so the displayed
text and the URL semantics align.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: ee124f3f-8d6a-452a-8d5b-57995721bdf9
📒 Files selected for processing (2)
docs/AI Security/agentic-runtime-authority.mddocs/Secure Remote Access/sra-admin-guides/index.md
| ## Set Up The AI Agent | ||
|
|
||
| To integrate Akeyless with your AI agent, add the **Akeyless MCP server** configuration to the agent’s config file. For general MCP concepts, command syntax, and client setup patterns, see [Akeyless MCP Model Context Protocol Command](https://docs.akeyless.io/docs/akeyless-mcp-model-context-protocol-command). The configuration below is specific to the [mcp-runtime-authority subcommand](https://docs.akeyless.io/docs/cli-reference#mcp-runtime-authority). | ||
| To integrate Akeyless with your AI agent, add the **Akeyless MCP server** configuration to the agent’s config file. For general MCP concepts, command syntax, and client setup patterns, see [Akeyless MCP Model Context Protocol Command](https://docs.akeyless.io/docs/mcp). The configuration below is specific to the [mcp-runtime-authority subcommand](https://docs.akeyless.io/docs/cli-reference#mcp-runtime-authority). |
There was a problem hiding this comment.
Update link text to match the destination.
The link text "Akeyless MCP Model Context Protocol Command" suggests a specific command reference page, but the URL now points to the general MCP concepts page (/docs/mcp). This creates a mismatch between the link text and destination. Since the sentence says "For general MCP concepts, command syntax, and client setup patterns," the link text should reflect that it's pointing to general documentation.
📝 Suggested revision
-To integrate Akeyless with your AI agent, add the **Akeyless MCP server** configuration to the agent's config file. For general MCP concepts, command syntax, and client setup patterns, see [Akeyless MCP Model Context Protocol Command](https://docs.akeyless.io/docs/mcp). The configuration below is specific to the [mcp-runtime-authority subcommand](https://docs.akeyless.io/docs/cli-reference#mcp-runtime-authority).
+To integrate Akeyless with your AI agent, add the **Akeyless MCP server** configuration to the agent's config file. For general MCP concepts, command syntax, and client setup patterns, see [Akeyless MCP server documentation](https://docs.akeyless.io/docs/mcp). The configuration below is specific to the [mcp-runtime-authority subcommand](https://docs.akeyless.io/docs/cli-reference#mcp-runtime-authority).📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| To integrate Akeyless with your AI agent, add the **Akeyless MCP server** configuration to the agent’s config file. For general MCP concepts, command syntax, and client setup patterns, see [Akeyless MCP Model Context Protocol Command](https://docs.akeyless.io/docs/mcp). The configuration below is specific to the [mcp-runtime-authority subcommand](https://docs.akeyless.io/docs/cli-reference#mcp-runtime-authority). | |
| To integrate Akeyless with your AI agent, add the **Akeyless MCP server** configuration to the agent's config file. For general MCP concepts, command syntax, and client setup patterns, see [Akeyless MCP server documentation](https://docs.akeyless.io/docs/mcp). The configuration below is specific to the [mcp-runtime-authority subcommand](https://docs.akeyless.io/docs/cli-reference#mcp-runtime-authority). |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@docs/AI` Security/agentic-runtime-authority.md at line 158, The link text
"Akeyless MCP Model Context Protocol Command" does not match its destination
(/docs/mcp); update the anchor text to reflect that it points to general MCP
concepts and docs (for example change "Akeyless MCP Model Context Protocol
Command" to "Akeyless MCP documentation" or "Akeyless MCP concepts") in the
sentence within agentic-runtime-authority.md so the displayed text and the URL
semantics align.
Summary
Validation
Jira
Summary by CodeRabbit