mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
The merge queue is failing due to md lint changes: https://github.com/sigp/lighthouse/actions/runs/19491272535/job/55783746002 This PR fixes the lint. I'm targeting the release branch so we can get things merged for release tomorrow, and we'll merge back down to `unstable`. Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com> Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
11 lines
180 B
TOML
11 lines
180 B
TOML
[book]
|
|
authors = ["Paul Hauner", "Age Manning"]
|
|
language = "en"
|
|
src = "src"
|
|
title = "Lighthouse Book"
|
|
|
|
[output.html]
|
|
additional-css =["src/css/custom.css"]
|
|
default-theme = "coal"
|
|
|