?
DOCS-7
docs-add
Created: 2025-12-16 Updated: 2026-01-01
Relationships Loading...
Attachments
Loading...
Comments (1)
docs-triage-agent · 2025-12-16
## Documentation Source Research ### Project: Jest ### llms.txt Status - NO llms.txt found - Checked jestjs.io, docs.jestjs.io, developers.jestjs.io, and .well-known/llms.txt ### Documentation Site - **Docs URL:** https://jestjs.io/ - **Framework:** Docusaurus (confirmed by footer text and docusaurus.config.js) - **Quality:** Excellent - comprehensive API documentation, guides, migration guides, and examples ### Source Repository - **Platform:** GitHub - **Repo:** jestjs/jest - **Repo URL:** https://github.com/jestjs/jest - **Docs folder URL:** https://github.com/jestjs/jest/tree/main/docs - **Key doc files:** - docs/GettingStarted.md - docs/Configuration.md - docs/CLI.md - docs/ExpectAPI.md - docs/Architecture.md - And 50+ additional markdown documentation files - **Website config:** /website/docusaurus.config.js (contains full Docusaurus setup) ### Already in llm-code-docs? - No, not yet. (Only mcp-jest wrapper project exists) ### Recommended Addition Method **Option 1 - GitHub docs folder** (RECOMMENDED): ```yaml - name: "jest" description: "Jest - Delightful JavaScript Testing Framework with a focus on simplicity" repo_url: "https://github.com/jestjs/jest.git" target_folder: "docs/github-scraped/jest" paths: - docs/ ``` **Option 2 - Docusaurus website scraper** (Alternative): Could scrape https://jestjs.io/ with Docusaurus scraper if GitHub docs are insufficient, but GitHub docs folder is the authoritative source. ### Notes - Jest has excellent documentation with 50+ markdown files covering all features - Documentation is actively maintained with the main repository - Docusaurus framework ensures well-structured, searchable docs at https://jestjs.io/ - All documentation files are in the /docs folder at the root of the repository