Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

E2E diagram smoke (CI)

Minimal Sruja block used by deploy E2E to verify WASM + Mermaid in the built book. Not linked from the public nav; referenced only by Playwright.

Shop = system "Shop" {
  description "Example system for CI diagram smoke"

  Web = container "Web" {
    technology "React"
    description "Storefront"
  }

  API = container "API" {
    technology "Rust"
    description "Backend API"
  }
}

Buyer = person "Buyer" {
  description "Customer"
}

Buyer -> Shop.Web "browses"
Shop.Web -> Shop.API "calls"