Complete catalog of aggregated documentation available in this repository.
All documentation is stored in docs/external/ organized by source. Documentation is aggregated from external sites using the doc-aggregator tool and optimized for consumption by AI assistants and LLM-powered tools.
Each documentation source typically includes:
- Main documentation file(s): Full aggregated content (
.mdor.txt) - Index file(s): Structured grep indexes (
*-index.md) for quick reference - Progress file(s): Crawl tracking (
*-progress.json) - used by aggregator tool
- Location:
docs/external/anthropic/ - Source: Anthropic API Documentation
- Files:
claude-anthropic-api-docs.txt- Full API documentationclaude-anthropic-api-docs-index.md- Grep index
- Location:
docs/external/gemini-api-docs/ - Source: Google Gemini API Documentation
- Files:
gemini-api-docs.md- Full API documentationgemini-api-docs-index.md- Grep index
- Location:
docs/external/langgraph-api-reference/ - Source: LangGraph JS API Reference
- Files:
langgraph-api-reference.md- Full API referencelanggraph-api-reference-index.md- Grep index
- Location:
docs/external/langgraph-docs-0_3_x/ - Source: LangGraph Documentation (v0.3.x)
- Files: Comprehensive documentation including:
- Concepts, agents, tutorials, how-tos
- Multiple markdown files organized by topic
langgraph-docs-index.md- Grep index
- Location:
docs/external/css/ - Source: MDN CSS Documentation
- Files:
mdn-css-docs.md- Full CSS documentationmdn-css-docs-index.md- Grep index
- Location:
docs/external/javascript/ - Source: JavaScript Documentation
- Files:
javascript-docs.md- Full JavaScript documentation
- Location:
docs/external/typescript/ - Source: TypeScript Documentation
- Files:
typescript-docs.md- Full TypeScript documentation
- Location:
docs/external/react-reference/ - Source: React API Reference
- Files:
react-reference.md- Full React referencereact-reference-index.md- Grep index
- Location:
docs/external/prosemirror/ - Source: ProseMirror Documentation
- Files:
prosemirror-docs.md- Full ProseMirror documentationprosemirror-docs-index.md- Grep index
- Location:
docs/external/tiptap/ - Source: Tiptap Editor Documentation
- Files:
tiptap-docs.md- Full Tiptap documentationtiptap-docs-index.md- Grep indexapplyHtmlPatch-complete-reference.md- HTML patch reference
- Location:
docs/external/tailwind/ - Source: Tailwind CSS Documentation
- Files:
tailwind-docs.md- Full Tailwind CSS documentationtailwind-docs-index.md- Grep index
Main Documentation Files:
find docs/external -name "*.md" -o -name "*.txt" | grep -v index | grep -v progressIndex Files:
find docs/external -name "*-index.md"Progress Files:
find docs/external -name "*-progress.json"- APIs: Look in directories with "api" in the name
- Web Technologies: Check
css/,javascript/,typescript/ - UI Libraries: Check
prosemirror/,tiptap/,tailwind/,react-reference/ - AI/ML: Check
anthropic/,gemini-api-docs/,langgraph-*/
When new documentation is added:
- Update this catalog - Add an entry in the appropriate section
- Organize by category - Place in logical subdirectories
- Create indexes - Generate grep indexes for searchability
- Document source - Note the source URL and last update date
Documentation is updated using the doc-aggregator tool with smart update mode. See:
- Update Behavior Guide - How updates work
- Doc Aggregator README - Tool usage
Check progress files (*-progress.json) for lastUpdate timestamps to see when each documentation set was last crawled.
- Use Index Files: Start with
*-index.mdfiles for quick reference - Search Main Files: Use grep or search tools on main documentation files
- Check Progress: Review progress files to understand crawl status
- Version Control: Documentation files are versioned in git - check history for changes
To add new documentation:
- Configure the site in
tools/doc-aggregator/config.json - Run the aggregator tool
- Create a grep index using
prompts/create-grep-index.md - Update this catalog with the new entry
Last updated: Check git history for latest changes