From 7b59a9c1b8bb4abb17e04290da1dea3e9281bd55 Mon Sep 17 00:00:00 2001 From: sjat Date: Wed, 27 May 2026 10:37:04 +0200 Subject: [PATCH] docs(hardware): drop the model field Removed from per-host frontmatter, the index column, and the Specs table. Model values kept churning (case manufacturer vs. "custom") without adding useful information. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/hardware/index.md | 16 ++++++++-------- docs/hardware/makerfloss.eu.md | 1 - docs/hardware/mf00.md | 1 - docs/hardware/mf01.md | 1 - docs/hardware/mf02.md | 1 - docs/hardware/mf03.md | 1 - docs/hardware/mf04.md | 1 - scripts/mkdocs_hooks.py | 1 - scripts/overview_config.yml | 1 - 9 files changed, 8 insertions(+), 16 deletions(-) diff --git a/docs/hardware/index.md b/docs/hardware/index.md index a3a2713..b03710b 100644 --- a/docs/hardware/index.md +++ b/docs/hardware/index.md @@ -4,11 +4,11 @@ _Auto-generated from `docs/hardware/*.md` — do not edit by hand. Run `make doc ## Servers -| Hostname | Model | Location | CPU | RAM | Storage | NIC | Status | -|---|---|---|---|---|---|---|---| -| [makerfloss.eu](makerfloss.eu.md) | Hetzner CX22 | Hetzner HEL1 (cloud) | AMD EPYC (shared vCPU) · 2c | 4 GB | 40 GB NVME | 1 GbE | in-use | -| [mf00](mf00.md) | custom | The pile | ? | ? | ? | ? | staging | -| [mf01](mf01.md) | HP Elitedesk 800 G4 TWR | The pile | Intel Core i5-8500 @ 3.00GHz · 6c | 8 GB | 40 GB NVME | 1 GbE | staging | -| [mf02](mf02.md) | HP Elitedesk 800 G4 TWR | The pile | Intel Core i5-8500 @ 3.00GHz · 6c | 16 GB | 40 GB NVME | 1 GbE | staging | -| [mf03](mf03.md) | custom | The pile | Intel Core i5-3570K @ 3.40GHz · 4c | 8 GB | 500 GB HDD | 1 GbE | staging | -| [mf04](mf04.md) | custom | The pile | Intel Core i5-3570K @ 3.40GHz · 4c | 8 GB | 500 GB HDD | 1 GbE | staging | +| Hostname | Location | CPU | RAM | Storage | NIC | Status | +|---|---|---|---|---|---|---| +| [makerfloss.eu](makerfloss.eu.md) | Hetzner HEL1 (cloud) | AMD EPYC (shared vCPU) · 2c | 4 GB | 40 GB NVME | 1 GbE | in-use | +| [mf00](mf00.md) | The pile | ? | ? | ? | ? | staging | +| [mf01](mf01.md) | The pile | Intel Core i5-8500 @ 3.00GHz · 6c | 8 GB | 40 GB NVME | 1 GbE | staging | +| [mf02](mf02.md) | The pile | Intel Core i5-8500 @ 3.00GHz · 6c | 16 GB | 40 GB NVME | 1 GbE | staging | +| [mf03](mf03.md) | The pile | Intel Core i5-3570K @ 3.40GHz · 4c | 8 GB | 500 GB HDD | 1 GbE | staging | +| [mf04](mf04.md) | The pile | Intel Core i5-3570K @ 3.40GHz · 4c | 8 GB | 500 GB HDD | 1 GbE | staging | diff --git a/docs/hardware/makerfloss.eu.md b/docs/hardware/makerfloss.eu.md index ff3c604..8d82038 100644 --- a/docs/hardware/makerfloss.eu.md +++ b/docs/hardware/makerfloss.eu.md @@ -2,7 +2,6 @@ hostname: makerfloss.eu kind: server status: in-use -model: Hetzner CX22 location: Hetzner HEL1 (cloud) cpu: AMD EPYC (shared vCPU) cpu_cores: 2 diff --git a/docs/hardware/mf00.md b/docs/hardware/mf00.md index c963230..2ce196d 100644 --- a/docs/hardware/mf00.md +++ b/docs/hardware/mf00.md @@ -2,7 +2,6 @@ hostname: mf00 kind: server status: staging -model: custom location: The pile cpu: "?" cpu_cores: "?" diff --git a/docs/hardware/mf01.md b/docs/hardware/mf01.md index b466de0..102c7ba 100644 --- a/docs/hardware/mf01.md +++ b/docs/hardware/mf01.md @@ -2,7 +2,6 @@ hostname: mf01 kind: server status: staging -model: HP Elitedesk 800 G4 TWR location: The pile cpu: Intel Core i5-8500 @ 3.00GHz cpu_cores: 6 diff --git a/docs/hardware/mf02.md b/docs/hardware/mf02.md index 8a01502..056a6f3 100644 --- a/docs/hardware/mf02.md +++ b/docs/hardware/mf02.md @@ -2,7 +2,6 @@ hostname: mf02 kind: server status: staging -model: HP Elitedesk 800 G4 TWR location: The pile cpu: Intel Core i5-8500 @ 3.00GHz cpu_cores: 6 diff --git a/docs/hardware/mf03.md b/docs/hardware/mf03.md index 22f2da6..19626c9 100644 --- a/docs/hardware/mf03.md +++ b/docs/hardware/mf03.md @@ -2,7 +2,6 @@ hostname: mf03 kind: server status: staging -model: custom location: The pile cpu: Intel Core i5-3570K @ 3.40GHz cpu_cores: 4 diff --git a/docs/hardware/mf04.md b/docs/hardware/mf04.md index 013a684..562ba38 100644 --- a/docs/hardware/mf04.md +++ b/docs/hardware/mf04.md @@ -2,7 +2,6 @@ hostname: mf04 kind: server status: staging -model: custom location: The pile cpu: Intel Core i5-3570K @ 3.40GHz cpu_cores: 4 diff --git a/scripts/mkdocs_hooks.py b/scripts/mkdocs_hooks.py index 36acfdb..e8c6ec0 100644 --- a/scripts/mkdocs_hooks.py +++ b/scripts/mkdocs_hooks.py @@ -19,7 +19,6 @@ def _table(rows: list[tuple[str, str]]) -> str: def _hardware_page(meta: dict, body: str) -> str: rows = [ - ("Model", meta.get("model")), ("Location", meta.get("location")), ("CPU", fmt_cpu(meta)), ("RAM", fmt_ram(meta)), diff --git a/scripts/overview_config.yml b/scripts/overview_config.yml index 9b806c9..56eebc7 100644 --- a/scripts/overview_config.yml +++ b/scripts/overview_config.yml @@ -30,7 +30,6 @@ hardware: sort_by: hostname columns: - { header: Hostname, kind: key-link, field: hostname } - - { header: Model, field: model } - { header: Location, field: location } - { header: CPU, kind: cpu } - { header: RAM, kind: ram }