rusdox 0.1.0

Generate DOCX and PDF from YAML at Rust speed.
Documentation
# Template Gallery

These previews are generated from the real PDF outputs in `rendered/`.

That means the gallery shows actual RusDox output, not mockups.

![Template gallery overview](../assets/template-gallery.png)

## Board Report

![Board Report preview](../assets/gallery/board-report.png)

- Spec: [../examples/board_report.yaml]../examples/board_report.yaml
- Output: board-style packet with cover page, metrics, and scorecard tables

## Executive Dashboard

![Executive Dashboard preview](../assets/gallery/executive-dashboard.png)

- Spec: [../examples/executive_dashboard.yaml]../examples/executive_dashboard.yaml
- Output: dashboard-style summary with metrics and status tables

## Product Launch Brief

![Product Launch Brief preview](../assets/gallery/product-launch-brief.png)

- Spec: [../examples/product_launch_brief.yaml]../examples/product_launch_brief.yaml
- Output: launch narrative with milestones and readiness checks

## Talent Profile

![Talent Profile preview](../assets/gallery/talent-profile.png)

- Spec: [../examples/talent_profile.yaml]../examples/talent_profile.yaml
- Output: profile or resume-style document

## Invoice

![Invoice preview](../assets/gallery/invoice.png)

- Spec: [../examples/invoice.yaml]../examples/invoice.yaml
- Output: invoice layout with line items and totals

## Meeting Notes

![Meeting Notes preview](../assets/gallery/meeting-notes.png)

- Spec: [../examples/meeting_notes.yaml]../examples/meeting_notes.yaml
- Output: compact notes with metadata, agenda, and decisions

## Regenerate Gallery Assets

```bash
./scripts/generate_gallery_assets.sh
```