mirror of
https://github.com/gnu4cn/jenkins_book_zh.git
synced 2026-08-19 10:23:28 +08:00
Updated src/ALL.md.
This commit is contained in:
@@ -6,6 +6,10 @@ src = "src"
|
|||||||
title = "又一本 Jenkins 书。"
|
title = "又一本 Jenkins 书。"
|
||||||
description = "又一本 Jenkins 书,Yet another Chinese Jenkins book。"
|
description = "又一本 Jenkins 书,Yet another Chinese Jenkins book。"
|
||||||
|
|
||||||
|
[preprocessor.last-changed]
|
||||||
|
command = "mdbook-last-changed"
|
||||||
|
renderer = ["html"]
|
||||||
|
|
||||||
[preprocessor.pagetoc]
|
[preprocessor.pagetoc]
|
||||||
[output.html]
|
[output.html]
|
||||||
additional-css = ["theme/pagetoc.css"]
|
additional-css = ["theme/pagetoc.css"]
|
||||||
|
|||||||
@@ -65,3 +65,12 @@ if(document.querySelector("#document-not-found404")) {
|
|||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var f = document.getElementById("last-change");
|
||||||
|
if (f) {
|
||||||
|
var text = f.innerHTML;
|
||||||
|
text = text.replace("Last change", "知识共享许可协议,CC - 最后修改")
|
||||||
|
text = text.replace("commit", "于提交")
|
||||||
|
|
||||||
|
f.innerHTML = text
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user