From fd98c6f19c35e821f0b955ef8a7a1461e1a76f5f Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 21 Mar 2026 18:01:04 +0100 Subject: [PATCH 1/4] fix: show sidebar --- mkdocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index cd4a327..ef599e3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -73,7 +73,9 @@ nav: - "Support Us": intro/support.md - "Maintainers": - maintainers/index.md - - "New Maintainers Tutorial": maintainers/tutorial.md + - "How to Become a Recipe Maintainer": maintainers/maintain.md + - "Package your First Recipe Tutorial": maintainers/tutorial.md + - "How to Upgrade a Recipe": maintainers/upgrade.md - "Packaging Handbook": maintainers/handbook.md - maintainers/catalogue.md - "Operators": From 5f7f2214b57aa9e2afafc061bff2f6a41c3a6a12 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 21 Mar 2026 18:05:35 +0100 Subject: [PATCH 2/4] fix: remove double title --- docs/maintainers/tutorial.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/maintainers/tutorial.md b/docs/maintainers/tutorial.md index 6facefc..ea2a837 100644 --- a/docs/maintainers/tutorial.md +++ b/docs/maintainers/tutorial.md @@ -1,9 +1,7 @@ --- -title: New maintainers tutorial +title: Package your First Recipe Tutorial --- -## Package your first recipe - ### Overview Packaging a recipe is basically knowing a bag of about 20 tricks. Once you learn them, there is nothing more to learn. It can seem daunting at first but it's simple and easy to do once you know the tricks. From 7d7ffeda93d8e3f6d83f748134a3875675b97421 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 21 Mar 2026 18:40:19 +0100 Subject: [PATCH 3/4] fix: wording --- docs/maintainers/upgrade.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/maintainers/upgrade.md b/docs/maintainers/upgrade.md index 4133790..a5cf480 100644 --- a/docs/maintainers/upgrade.md +++ b/docs/maintainers/upgrade.md @@ -1,5 +1,5 @@ --- -title: How to Upgrade a Recipe +title: Recipe config upgrade checklist --- !!! warning "The recipe config commons is people!" diff --git a/mkdocs.yml b/mkdocs.yml index ef599e3..959d333 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -75,7 +75,7 @@ nav: - maintainers/index.md - "How to Become a Recipe Maintainer": maintainers/maintain.md - "Package your First Recipe Tutorial": maintainers/tutorial.md - - "How to Upgrade a Recipe": maintainers/upgrade.md + - "Recipe config upgrade checklist": maintainers/upgrade.md - "Packaging Handbook": maintainers/handbook.md - maintainers/catalogue.md - "Operators": From 3112d4d9e5caf2f77e9b618c14f67d0fff7c1c68 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 21 Mar 2026 18:43:04 +0100 Subject: [PATCH 4/4] fix: also wording --- docs/maintainers/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/maintainers/index.md b/docs/maintainers/index.md index 7f0b68a..0862a54 100644 --- a/docs/maintainers/index.md +++ b/docs/maintainers/index.md @@ -18,9 +18,9 @@ Welcome to the recipe maintainers guide! Recipe maintainers help build up and ma [Get Started](/maintainers/tutorial){ .md-button .md-button--primary } -- __How to Upgrade a Recipe__ +- __Recipe config upgrade checklist__ - If you want to upgrade a recipe, start here 🤸‍♀️ + If you want to upgrade a recipe config, please make sure you take these steps into consideration 🤸‍♀️ [Start upgrading](/maintainers/upgrade){ .md-button .md-button--primary }