forked from genewildish/Mainline
docs: Add documentation summary for navigation
Add SUMMARY.md to provide navigable entry point to all documentation files, following a wiki-like approach for easy discovery of topics.
This commit is contained in:
16
docs/SUMMARY.md
Normal file
16
docs/SUMMARY.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# Mainline Documentation Summary
|
||||||
|
|
||||||
|
## Core Architecture
|
||||||
|
- [Pipeline Architecture](PIPELINE.md) - Pipeline stages, capability resolution, DAG execution
|
||||||
|
- [Graph-Based DSL](graph-dsl.md) - New graph abstraction for pipeline configuration
|
||||||
|
|
||||||
|
## Pipeline Configuration
|
||||||
|
- [Presets Usage](presets-usage.md) - Creating and using pipeline presets
|
||||||
|
- [Graph DSL](graph-dsl.md) - Graph-based pipeline definition (TOML, Python, CLI)
|
||||||
|
|
||||||
|
## Feature Documentation
|
||||||
|
- [Positioning Analysis](positioning-analysis.md) - Positioning modes and tradeoffs
|
||||||
|
- [Pipeline Introspection](pipeline_introspection.md) - Live pipeline visualization
|
||||||
|
|
||||||
|
## Implementation Details
|
||||||
|
- [Graph System Summary](GRAPH_SYSTEM_SUMMARY.md) - Complete implementation overview
|
||||||
Reference in New Issue
Block a user