Skip to content

Commit e0728cd

Browse files
committed
docs: reorder environment variables for consistency
1 parent 639598b commit e0728cd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -363,20 +363,20 @@ Environment variables provide CI/CD-friendly configuration without requiring YAM
363363
| Variable | Description |
364364
|----------|-------------|
365365
| `MD2PDF_CONFIG` | Config file path (e.g., `/app/config.yaml`) |
366-
| `MD2PDF_STYLE` | CSS style name or path (e.g., `technical`) |
367-
| `MD2PDF_TIMEOUT` | PDF generation timeout (e.g., `2m`, `90s`) |
368366
| `MD2PDF_INPUT_DIR` | Default input directory |
369367
| `MD2PDF_OUTPUT_DIR` | Default output directory |
368+
| `MD2PDF_TIMEOUT` | PDF generation timeout (e.g., `2m`, `90s`) |
369+
| `MD2PDF_STYLE` | CSS style name or path (e.g., `technical`) |
370+
| `MD2PDF_WORKERS` | Parallel workers (e.g., `4`) |
370371
| `MD2PDF_AUTHOR_NAME` | Author name for cover/signature |
371372
| `MD2PDF_AUTHOR_ORG` | Organization name |
372373
| `MD2PDF_AUTHOR_EMAIL` | Author email |
373-
| `MD2PDF_PAGE_SIZE` | Page size: `letter`, `a4`, `legal` |
374-
| `MD2PDF_WATERMARK_TEXT` | Watermark text (auto-enables watermark) |
375-
| `MD2PDF_COVER_LOGO` | Cover logo path/URL (auto-enables cover) |
376374
| `MD2PDF_DOC_VERSION` | Document version |
377375
| `MD2PDF_DOC_DATE` | Document date (supports `auto`) |
378376
| `MD2PDF_DOC_ID` | Document ID |
379-
| `MD2PDF_WORKERS` | Parallel workers (e.g., `4`) |
377+
| `MD2PDF_PAGE_SIZE` | Page size: `letter`, `a4`, `legal` |
378+
| `MD2PDF_COVER_LOGO` | Cover logo path/URL (auto-enables cover) |
379+
| `MD2PDF_WATERMARK_TEXT` | Watermark text (auto-enables watermark) |
380380
| `MD2PDF_CONTAINER` | Set to `1` to force container detection (for `md2pdf doctor`) |
381381

382382
Unknown `MD2PDF_*` variables trigger a warning to catch typos.

0 commit comments

Comments
 (0)