- Add autotask-architecture.svg showing intent classification flow - Convert all designer-panel format to wa-chat (WhatsApp style) - Remove emojis and icons per PROMPT.md standards - Convert ASCII diagrams to tables - Delete CODER-PROMPT.md and implementation.md - Rename chapter from 21 to 17 - Add 6 SVG diagrams for chapter 17 - Fix book.toml: devchat-panel.css to designer-panel.css - Update SUMMARY.md with correct paths
19 lines
415 B
TOML
19 lines
415 B
TOML
[book]
|
|
title = "General Bots Documentation"
|
|
authors = ["General Bots Team"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
|
|
[build]
|
|
build-dir = "book"
|
|
|
|
[output.html]
|
|
default-theme = "light"
|
|
preferred-dark-theme = "navy"
|
|
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"
|