14 lines
202 B
TOML
14 lines
202 B
TOML
[book]
|
|
language = "zh"
|
|
src = "src"
|
|
title = "Just 用户指南"
|
|
|
|
[build]
|
|
build-dir = "build"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/casey/just"
|
|
site-url = "/man/zh/"
|
|
|
|
[output.linkcheck]
|