From bb81166f40821482c2daa83ad74d229116a651e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Mon, 20 Nov 2023 08:43:32 +0100 Subject: [PATCH] docs: add link to cookbook --- www/docs/guide/system-customization.md | 1 + 1 file changed, 1 insertion(+) diff --git a/www/docs/guide/system-customization.md b/www/docs/guide/system-customization.md index 572066a8..aa8800cf 100644 --- a/www/docs/guide/system-customization.md +++ b/www/docs/guide/system-customization.md @@ -25,6 +25,7 @@ exclude = [...] A recipe describes modifications to the system. Rugpi Bakery comes with a set of [builtin recipes](https://github.com/silitics/rugpi/tree/main/recipes) which you can use. +Additional guides and recipes for reoccurring problems are also described in the [Rugpi Cookbook](../cookbook). Each recipe has its own directory with a `recipe.toml` configuration file. Recipes may have a `description`, a `priority`, and `dependencies`.