Files
create/docs/book.toml
forbes-0023 4186626a05
Some checks failed
Build and Test / build (pull_request) Failing after 1m36s
fix(docs): update book.toml icon for Font Awesome 6
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.
2026-02-09 09:02:47 -06:00

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