From d9477295b658ec4ef4ca0e1e67a6d3f1ca8755f4 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 25 Jan 2026 15:15:51 -0300 Subject: [PATCH] fix: resolve mdbook build errors in book.toml and tasks.md --- book.toml | 3 +-- src/04-gbui/apps/tasks.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/book.toml b/book.toml index 276fc09a..bcc875af 100644 --- a/book.toml +++ b/book.toml @@ -15,5 +15,4 @@ smart-punctuation = true additional-css = ["src/custom.css", "src/whatsapp-chat.css", "src/designer-panel.css"] additional-js = ["src/theme-sync.js"] -[output.html.favicon] -png = "favicon.png" + diff --git a/src/04-gbui/apps/tasks.md b/src/04-gbui/apps/tasks.md index 801bf142..579ec1ca 100644 --- a/src/04-gbui/apps/tasks.md +++ b/src/04-gbui/apps/tasks.md @@ -169,7 +169,7 @@ Event-driven triggers:

✅ Monitor created:

📄 low-stock-alert.bas

👁️ Watching: products.stock

-

⚡ Triggers when: stock < 10

+

⚡ Triggers when: stock < 10

15:30