Entity block
A concrete, named thing in the topic's world (a tool, a command, a file type, an organisation).
| Property | Type | Required | Description |
|---|---|---|---|
| id | identifier | yes | |
| name | utf8 | yes | |
| kind | EntityKind | yes | |
| summary | utf8 | no | |
| related | list<identifier> | no | |
| audience | Audience | no | |
| tags | list<utf8> | no |
Child blocks
| Slot | Accepts | Multiple | Description |
|---|---|---|---|
| body | body | no |
wcl
entity git_cli {
name = "git"
kind = :tool
summary = "The Git command-line client."
body { p "Installed via your package manager; check with `git --version`." }
}