feat: initial mdBook setup with CI/CD
- mdBook structure - Multi-image Docker build - Deploy to books.softwarehuset.com
This commit is contained in:
parent
98d32b5f16
commit
f8d7067ea0
11 changed files with 231 additions and 0 deletions
13
book.toml
Normal file
13
book.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue