slint/docs/tutorial/cpp/book.toml
Simon Hausmann cc8da495ae Fix CMake syntax highlighting in the C++ tutorial
Use a version of highlight.js from our website that has CMake support
built-in, the one that comes with mdbook doesn't.
2021-06-17 13:47:46 +02:00

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