Skip to main content

Badges & Labels

Release badges .badge-new/beta/deprecated/experimental

Inline pill badges for marking feature lifecycle state. Monospace uppercase, semantic color.

New  Beta  Deprecated  Experimental

<span class="badge-new">New</span>
<span class="badge-beta">Beta</span>
<span class="badge-deprecated">Deprecated</span>
<span class="badge-experimental">Experimental</span>

In headings

Slurm plugin New

Topology importers Beta

Legacy CSV export Deprecated

Infima badges .badge--*

Docusaurus ships the .badge--* variants through Infima. The theme darkens .badge--success, .badge--warning, and .badge--danger to WCAG AA contrast tokens so their white text stays legible. .badge--primary, .badge--secondary, and .badge--info render with Infima's default colors.

primary  secondary  stable  info  beta  deprecated

<span class="badge badge--success">stable</span>
<span class="badge badge--warning">beta</span>
<span class="badge badge--danger">deprecated</span>

HTTP method badges .method-*

For API reference pages. Monospace, semantic colors.

GET /api/topology/rooms

POST /api/topology/rooms

PUT /api/topology/rooms/{id}

PATCH /api/topology/rooms/{id}

DELETE /api/topology/rooms/{id}

<span class="method-get">GET</span> `/api/topology/rooms`
<span class="method-post">POST</span> `/api/topology/rooms`

Status labels .status-* / .state-*

For operational runbooks, health check tables, and node status docs.

NodeStatus
web-01OK
db-primaryWARN
cache-01CRIT
worker-03UNKNOWN
<span class="status-ok">OK</span>
<span class="status-warn">WARN</span>
<span class="status-crit">CRIT</span>
<span class="status-unknown">UNKNOWN</span>

.state-ok/warn/crit/unknown are identical aliases for projects using that convention.