From b84e7b8b03ef7a4491ac931fdf43018638a52135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Sch=C3=BCller?= Date: Thu, 26 Jun 2025 12:52:39 +0200 Subject: [PATCH] doc/01-usage.md: avoid multiple h1 in one document Due to https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/Heading_Elements#avoid_using_multiple_h1_elements_on_one_page metioned in #234 we'll just use a single h1 per document. --- doc/01-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/01-usage.md b/doc/01-usage.md index 756126e..09b27b9 100644 --- a/doc/01-usage.md +++ b/doc/01-usage.md @@ -218,7 +218,7 @@ $ image-builder manifest --arch aarch64 minimal-raw # ... output ... ``` -# Blueprints +## Blueprints Images can be customized with [blueprints](https://osbuild.org/docs/user-guide/blueprint-reference). For example we could build the `qcow2` we built above with some customizations applied.