From 7c472015b5dcb180341e265aba733c41348303be Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Mon, 31 Aug 2026 20:19:56 -0400 Subject: [PATCH] docs: add missing disk I/O graph value to layout docs (#2227) --- docs/content/configuration/config-file/layout.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/configuration/config-file/layout.md b/docs/content/configuration/config-file/layout.md index 3f782c7d..9c9befa9 100644 --- a/docs/content/configuration/config-file/layout.md +++ b/docs/content/configuration/config-file/layout.md @@ -48,6 +48,7 @@ The following `type` values are supported: | `"temp", "temperature"` | Temperature table | | `"temp_graph", "temperature_graph"` | Temperature graph | | `"disk"` | Disk table | +| `"disk_io_graph"` | Disk I/O graph | | `"empty"` | An empty space | | `"batt", "battery"` | Battery statistics |