mirror of
https://github.com/DragonRidersUnite/book
synced 2024-11-16 07:47:42 +01:00
chore: simplify header features
so title is less truncated on mobile; print and editing icons aren't very important in the context of this book
This commit is contained in:
parent
2403ca9942
commit
7b405b255d
1 changed files with 3 additions and 1 deletions
|
@ -8,4 +8,6 @@ description = "A free book about making 2D games with DragonRuby Game Toolkit."
|
|||
|
||||
[output.html]
|
||||
git-repository-url = "https://github.com/DragonRidersUnite/book"
|
||||
edit-url-template = "https://github.com/DragonRidersUnite/book/edit/main/{path}"
|
||||
|
||||
[output.html.print]
|
||||
enable = false
|
||||
|
|
Loading…
Reference in a new issue