Skip to content

Commit 527c602

Browse files
djacobsmeyerclaude
andcommitted
Update book configuration
- Fix author name spelling: Don Jacobsmeyer - Disable print functionality - Remove playground configuration (not needed for non-code book) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9237e38 commit 527c602

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

book/book.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[book]
22
title = "Hold the Line: Making Better Decisions Together"
3-
authors = ["Don Jacobs Meyer"]
3+
authors = ["Don Jacobsmeyer"]
44
description = "Learn to facilitate collaborative decisions that actually stick. A practical guide for anyone who runs meetings where decisions need to work."
55
language = "en"
66
src = "src"
@@ -16,17 +16,12 @@ additional-js = ["theme/analytics.js"]
1616

1717
# Theme customization
1818
[output.html.print]
19-
enable = true
19+
enable = false
2020

2121
[output.html.fold]
2222
enable = false
2323
level = 0
2424

25-
[output.html.playground]
26-
editable = false
27-
copyable = true
28-
copy-js = true
29-
3025
[output.html.search]
3126
enable = true
3227
limit-results = 30

0 commit comments

Comments
 (0)