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]
|
[book]
|
||||||
authors = ["Casey Rodarmor"]
|
|
||||||
language = "en"
|
language = "en"
|
||||||
src = "src"
|
src = "src"
|
||||||
title = "Just Programmer's Manual"
|
title = "Just Programmer's Manual"
|
||||||
@ -8,5 +7,8 @@ title = "Just Programmer's Manual"
|
|||||||
build-dir = "build"
|
build-dir = "build"
|
||||||
|
|
||||||
[output.html]
|
[output.html]
|
||||||
|
cname = "just.systems"
|
||||||
|
git-repository-url = "https://github.com/casey/just"
|
||||||
|
site-url = "/man/en/"
|
||||||
|
|
||||||
[output.linkcheck]
|
[output.linkcheck]
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
[book]
|
[book]
|
||||||
authors = ["Casey Rodarmor"]
|
|
||||||
language = "zh"
|
language = "zh"
|
||||||
src = "src"
|
src = "src"
|
||||||
title = "Just 用户指南"
|
title = "Just 用户指南"
|
||||||
@ -8,5 +7,8 @@ title = "Just 用户指南"
|
|||||||
build-dir = "build"
|
build-dir = "build"
|
||||||
|
|
||||||
[output.html]
|
[output.html]
|
||||||
|
cname = "just.systems"
|
||||||
|
git-repository-url = "https://github.com/casey/just"
|
||||||
|
site-url = "/man/zh/"
|
||||||
|
|
||||||
[output.linkcheck]
|
[output.linkcheck]
|
||||||
|
Loading…
Reference in New Issue
Block a user