docs: reshuffle AI section and remove Agent Rules#411
Merged
Conversation
- Group AI nav as Rocky AI + Agent Resources (Overview, MCP Server, Skills, Markdown Access, llms.txt) - Remove the Agent Rules page and all internal links; redirect /ai/rules to /ai/overview - Clarify Skills (CLI-first, repo access) vs MCP (desktop/sandboxed) on the overview - De-duplicate Markdown Access and llms.txt content from the overview, link to the standalone pages - Move the MCP/Skills/CLI comparison table to the overview; shorten and link from the MCP server page
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Adds the file changes that were dropped from the initial commit: - AI nav regroup (Rocky AI + Agent Resources) in docs.json + /ai/rules redirect - Skills vs MCP clarification and de-duplicated Markdown/llms.txt on the overview - MCP/Skills/CLI comparison table moved to the overview; shortened on the MCP page - Sidebar renames (Overview, Skills); Rules links removed from cli/overview
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.
What
Reorganizes the AI docs section and removes the Agent Rules page.
Navigation (
docs.json)The
AIsection now contains two entries:Markdown Accessandllms.txtwere orphaned (not in nav) and are now linked. Sidebar entries renamed toOverviewandSkills.Agent Rules removed
ai/rules.mdxand every internal link to it (overview, CLI overview, markdown-access, llms.txt)./ai/rules → /ai/overview. Verified docs.json redirects fire correctly under the/docssubpath in production.checkly.rules.mdworkflow referenced in the guides is intentionally left untouched.Content cleanup (
ai/overview.mdx)MCP server page (
ai/mcp-server.mdx)Why
The AI section had grown duplicated and uneven: the overview inlined two full standalone pages, the comparison table lived only on the MCP page, and Agent Rules was already hidden and superseded by Skills.