Some checks failed
Build and Test / build (pull_request) Failing after 1m47s
The multilingual field was removed in mdBook v0.5.
17 lines
377 B
TOML
17 lines
377 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 = "fa-code-branch"
|
|
additional-css = ["theme/kindred.css"]
|
|
no-section-label = false
|