mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00

Use a version of highlight.js from our website that has CMake support built-in, the one that comes with mdbook doesn't.
12 lines
256 B
TOML
12 lines
256 B
TOML
[book]
|
|
authors = ["SixtyFPS <info@sixtyfps.io>"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "SixtyFPS Memory Game Tutorial (C++)"
|
|
|
|
[output.html]
|
|
theme = "../theme"
|
|
|
|
[output.linkcheck] # enable the "mdbook-linkcheck" renderer
|
|
optional = true
|