just/book/en/book.toml
Casey Rodarmor 2906ea3bac
Improve book config (#1363)
- Add link to GitHub repo
- Add site path
- Add cname
2022-10-09 03:58:30 +00:00

15 lines
232 B
TOML

[book]
language = "en"
src = "src"
title = "Just Programmer's Manual"
[build]
build-dir = "build"
[output.html]
cname = "just.systems"
git-repository-url = "https://github.com/casey/just"
site-url = "/man/en/"
[output.linkcheck]