mirror of
https://github.com/testthedocs/awesome-docs.git
synced 2026-07-20 07:54:11 -05:00
2.2 KiB
2.2 KiB
Why
AI tooling for technical writing and documentation review is evolving rapidly, and readers of Awesome Docs need a dedicated, structured place to discover AI writing assistants, agent skills/prompt templates, and MCP servers relevant to documentation workflows. The Vale MCP server in particular represents a new paradigm — connecting AI agents directly to prose linting — that has no home in the current docs.
What Changes
- Add a new
docs/ai/subdirectory with four pages:index.md,writing.md,review.md, andmcp-servers.md - Add an AI top-level nav group in the VitePress config with links to all three sub-pages
- Add an AI sidebar group in the VitePress config
- Add a cross-reference from
docs/writing.mdpointing to the new AI writing page - Add a cross-reference from
docs/quality.mdpointing to the new AI review page - Populate
docs/ai/writing.mdwith AI writing assistants and agent skills/prompt resources for technical writing - Populate
docs/ai/review.mdwith AI review tools and agent skills/prompt resources for documentation review - Populate
docs/ai/mcp-servers.mdwith the Vale MCP server entry and a brief MCP introduction - Update
docs/index.mdCategories Overview to include the new AI section
Capabilities
New Capabilities
ai-writing-page: A curated page of AI writing assistants and agent skills/prompts for technical writing workflowsai-review-page: A curated page of AI review tools and agent skills/prompts for documentation review workflowsai-mcp-servers-page: A curated page of MCP servers relevant to documentation, starting with the Vale MCP serverai-section-nav: VitePress navigation and sidebar entries for the new AI section
Modified Capabilities
Impact
docs/.vitepress/config.mjs— nav and sidebar updateddocs/index.md— Categories Overview section updateddocs/writing.md— cross-reference addeddocs/quality.md— cross-reference added- New files:
docs/ai/index.md,docs/ai/writing.md,docs/ai/review.md,docs/ai/mcp-servers.md - No breaking changes; all existing pages and URLs remain unchanged