From 951b7b41938e2d875c4e236aa1a064e32aaa5cc2 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Mon, 8 Jan 2024 00:04:06 +0200 Subject: [PATCH] update flash.toml to include handbook assets --- flash.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flash.toml b/flash.toml index dc749c85..f0208308 100644 --- a/flash.toml +++ b/flash.toml @@ -11,7 +11,11 @@ icon = "loader/resources/logos/geode-circle.png" [tutorials] dir = "docs" -assets = ["docs/assets/*.png"] +assets = [ + "docs/assets/*.png", + "docs/assets/handbook/vol1/*.png", + "docs/assets/handbook/vol2/*.png", +] [[sources]] name = "Geode"