Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .ai/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ docs/source/
- SVG-based ReproFlow diagram
- Platform-specific notes (Linux, macOS, Windows)

**Documentation Pattern - Diataxis:**
Documentation follows (or is being refactored to follow) the [Diataxis framework](https://diataxis.fr/), which organizes documentation into four categories:
- **Tutorials**: Learning-oriented, step-by-step lessons for beginners
- **How-to Guides**: Task-oriented, goal-focused recipes for specific problems
- **Reference**: Information-oriented, technical descriptions (API docs, CLI reference)
- **Explanation**: Understanding-oriented, clarifying discussions about design and context

*Note: Current documentation is in an older style and is being gradually refactored to align with Diataxis principles for improved usability and maintainability.*
Comment thread
vmdocua marked this conversation as resolved.
Outdated

#### `containers/` - Container Definitions
Docker and Singularity container support for deployment.

Expand Down
Loading