Guide

Result

Use docspress/result to summarize the outcome of a procedure, validation, deployment, or diagnostic check. It combines semantic status, a heading, formatted explanation, and compact metadata.

When to use it

Choose Result after readers perform an action and need to recognize the expected state. Use Callout for advice or risk that exists independently of a procedure. Do not use success styling as decoration when no result has occurred.

Attributes

Reference

Result attributes

Outcome content and status accepted by docspress/result.
4 fields
status enum

Semantic outcome state.

title string

Formatted result heading.

content string

Formatted explanation of the outcome and next step.

meta string

Compact plain-text evidence such as a command, count, or duration.

Status guide

StatusUse it when
successThe intended task completed
neutralThe check produced information without a pass or fail
warningThe task completed partially or needs attention
errorThe task failed or cannot continue

Creative examples

Completed package verification

Success
Package verified

Lint, tests, and the Action bundle completed.

npm run package

Partial synchronization

Warning
Three Pages need editorial review

The safe changes were published. Three Pages remain drafts because their source changed in WordPress and GitHub.

39 published · 3 conflicts

No-op deployment

Neutral
Everything is already current

The desired Markdown tree matches every managed WordPress Page, so no writes were necessary.

42 unchanged · 0 conflicts

Published behavior and accessibility

The block renders a semantic result summary. Its status remains identifiable through text and structure rather than relying on icon shape or color alone; the icon is decorative.

Name the completed action in the title, explain what was verified in the content, and use metadata for evidence rather than a second description.

Was this helpful?