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