mirror of https://github.com/Wilfred/difftastic/
16 lines
376 B
TOML
16 lines
376 B
TOML
[book]
|
|
authors = ["Wilfred Hughes"]
|
|
language = "zh-CN"
|
|
src = "src"
|
|
title = "Difftastic Manual"
|
|
description = "The official manual for difftastic, the syntactic differ"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/wilfred/difftastic"
|
|
|
|
[output.html.playground]
|
|
copyable = false
|
|
|
|
[preprocessor.replace-version-placeholder]
|
|
command = "./replace_version_placeholder.sh"
|