books/book.toml
Djohn f8d7067ea0
Some checks failed
books / docker (push) Failing after 16s
books / deploy (push) Has been skipped
feat: initial mdBook setup with CI/CD
- mdBook structure
- Multi-image Docker build
- Deploy to books.softwarehuset.com
2026-02-07 11:03:35 +01:00

13 lines
254 B
TOML

[book]
title = "Softwarehuset Books"
authors = ["Softwarehuset"]
language = "da"
src = "src"
[build]
build-dir = "book"
[output.html]
default-theme = "light"
preferred-dark-theme = "navy"
git-repository-url = "https://code.core.ci/softwarehuset/books"