Shortcodes
Every content shortcode Nimbus ships, with live examples.
Note boxes
type can be info (default), warning, success, or error.
| |
Pro tip
type can also be passed positionally, but not combined with title= in the
same call — Hugo rejects mixing positional and named arguments.Terminal
| |
bash
dev@prod-01:~/app$
kubectl get pods
NAME READY STATUS RESTARTS AGE
api-7d8f9c6b5d-x2k9p 1/1 Running 0 3m
Badges
| |
Kubernetes v1.28 Docker Terraform v1.5 AWS
Code tabs
| |
| |
| |
Config reference tables
| |
| Name | Type | Default | Description |
|---|---|---|---|
| replicas | integer | 3 | Number of pod replicas to run. |
| image* | string | none | Container image reference, including tag. |
Diff blocks
| |
main.tf
| |
OpenAPI spec rendering
Drop a spec file into a page bundle and reference it — see the full example at API Reference.
| |
Mermaid diagrams
| |
Request flow
graph LR
A[Client] --> B[Service]
Last updated April 12, 2024
Edit this page