Skip to content

Last Updated: 2026-05-04 Owner: Docs-Dev Summary: Landing page for the QuantMatrix documentation site with guided entry points into the main doc groups.

QuantMatrix Docs

Welcome to the QuantMatrix documentation hub.

This site is the structured, searchable home for: - architecture - implementation planning - execution tracking - operations - incident handling - trade analytics

What This Site Is For

Use this site when you want one place to: - understand the system clearly - find the latest planning documents quickly - compare current implementation against target design - keep delivery, API, and operations work aligned

Best Place To Start

If you are new to the project, read these first:

  1. Master Index
  2. Repository Structure Guide
  3. Architecture Design Prompt
  4. Implementation Spec Prompt
  5. Trade Analytics Spec Prompt
  6. UI Document Alignment Review

Current Documentation Model

The docs currently follow a simple rule:

  • target-state docs describe what QuantMatrix is intended to become
  • current-state docs explain what the current implementation already does

This helps us avoid confusing “what exists today” with “what we are aiming for.”

Quick Navigation

Start Here

Build and Delivery

Runtime and Operations

Shared Contracts

Local Usage

Once MkDocs dependencies are installed, run:

mkdocs serve -f documentation/mkdocs.yml -a 127.0.0.1:8011

Then open:

http://127.0.0.1:8011/quantmatrix/

Notes

  • The Markdown files in documentation/docs/ remain the source of truth.
  • The older custom static portal can remain in place during transition.
  • GitHub Pages publishing can be layered on once the site structure feels stable.