Some checks failed
Build and Test / build (pull_request) Failing after 1m36s
mdBook v0.5 upgraded from Font Awesome 4 to 6 (SVG-based). The old fa-code-branch class no longer exists. Use fas-code-fork as recommended by the mdBook docs for non-GitHub repos.
17 lines
376 B
TOML
17 lines
376 B
TOML
[book]
|
|
title = "Kindred Create Documentation"
|
|
authors = ["Kindred Systems LLC"]
|
|
language = "en"
|
|
src = "src"
|
|
|
|
[build]
|
|
build-dir = "book"
|
|
|
|
[output.html]
|
|
default-theme = "coal"
|
|
preferred-dark-theme = "coal"
|
|
git-repository-url = "https://git.kindred-systems.com/kindred/create"
|
|
git-repository-icon = "fas-code-fork"
|
|
additional-css = ["theme/kindred.css"]
|
|
no-section-label = false
|