mirror of https://github.com/Wilfred/difftastic/
20 lines
495 B
TOML
20 lines
495 B
TOML
[book]
|
|
authors = ["Wilfred Hughes"]
|
|
language = "en"
|
|
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.redirect]
|
|
"/getting_started.html" = "./installation.html"
|
|
"/upstream_parsers.html" = "/languages_supported.html"
|
|
|
|
[output.html.playground]
|
|
copyable = false
|
|
|
|
[preprocessor.replace-version-placeholder]
|
|
command = "./replace_version_placeholder.sh"
|