name: docops-placemat description: Create and edit DocOps placemat blocks in Asciidoc (.adoc) or Markdown (.md). Use for organizing concepts, components, or technology stacks into color-coded label grids.
DocOps Placemat
Overview
Organize items into a grid of color-coded labels. Each item belongs to a category defined in a legend.
Workflow
- List the items and their categories.
- Define colors for each category in the legend.
- Confirm output format: Asciidoc or Markdown.
- Apply options:
title,fill,useDark,scale. - Emit the block using JSON format for the configuration and items.
References
references/reference.md
Output Rules
- Asciidoc:
[docops,placemat]+----wrappers. - Markdown:
[docops:placemat]and[/docops]tags. - Format: JSON structure containing
title,placeMatsarray, andconfig.legendarray.