Test documentation demonstrates the complete documentation engineering workflow with proper structure, Mermaid diagrams, and agent-centric examples.Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
How It Works
| Component | Purpose | Output |
|---|---|---|
| User | Initiates test request | Requirements |
| Agent | Processes and validates | Analysis |
| TestDocs | Generates documentation | Reports |
Configuration Options
Test Documentation API Reference
Python configuration options for test documentation
Common Patterns
Pattern 1: Basic Test Documentation
Pattern 2: Advanced Test Validation
Pattern 3: Multi-Agent Test Documentation
Best Practices
Documentation Structure
Documentation Structure
Always follow the AGENTS.md page structure template with proper frontmatter, hero diagrams, Quick Start section, How It Works section, and Best Practices section using Mintlify components.
Agent-Centric Examples
Agent-Centric Examples
Start every documentation page with agent-centric Quick Start examples that show the simplest way to use the feature, followed by more advanced configuration examples.
Mermaid Diagram Standards
Mermaid Diagram Standards
Use the standard color scheme: #8B0000 (dark red) for agents, #189AB4 (teal) for tools/processes, #fff (white) for text, ensuring all diagrams are visually consistent.
Code Quality
Code Quality
Ensure all code examples are copy-paste runnable with correct imports, use realistic but simple data, and represent the shortest way to accomplish the task.
Related
Agents
Learn about agent fundamentals and core concepts
Tools
Discover available tools and how to use them

