Improve book config (#1363)
- Add link to GitHub repo - Add site path - Add cname
This commit is contained in:
parent
43ae7f804e
commit
2906ea3bac
@ -1,5 +1,4 @@
|
||||
[book]
|
||||
authors = ["Casey Rodarmor"]
|
||||
language = "en"
|
||||
src = "src"
|
||||
title = "Just Programmer's Manual"
|
||||
@ -8,5 +7,8 @@ title = "Just Programmer's Manual"
|
||||
build-dir = "build"
|
||||
|
||||
[output.html]
|
||||
cname = "just.systems"
|
||||
git-repository-url = "https://github.com/casey/just"
|
||||
site-url = "/man/en/"
|
||||
|
||||
[output.linkcheck]
|
||||
|
@ -1,5 +1,4 @@
|
||||
[book]
|
||||
authors = ["Casey Rodarmor"]
|
||||
language = "zh"
|
||||
src = "src"
|
||||
title = "Just 用户指南"
|
||||
@ -8,5 +7,8 @@ title = "Just 用户指南"
|
||||
build-dir = "build"
|
||||
|
||||
[output.html]
|
||||
cname = "just.systems"
|
||||
git-repository-url = "https://github.com/casey/just"
|
||||
site-url = "/man/zh/"
|
||||
|
||||
[output.linkcheck]
|
||||
|
Loading…
Reference in New Issue
Block a user