mirror of
https://github.com/gnu4cn/jenkins_book_zh.git
synced 2026-08-22 11:53:28 +08:00
Updated src/ALL.md.
This commit is contained in:
@@ -13,7 +13,7 @@ renderer = ["html"]
|
|||||||
[preprocessor.pagetoc]
|
[preprocessor.pagetoc]
|
||||||
[output.html]
|
[output.html]
|
||||||
additional-css = ["theme/pagetoc.css"]
|
additional-css = ["theme/pagetoc.css"]
|
||||||
additional-js = ["theme/pagetoc.js", "theme/groovy.min.js", "theme/highlight.js"]
|
additional-js = ["theme/pagetoc.js", "theme/groovy.min.js"]
|
||||||
git-repository-url = "https://github.com/gnu4cn/jenkins_book_zh"
|
git-repository-url = "https://github.com/gnu4cn/jenkins_book_zh"
|
||||||
git-repository-icon = "fa-github"
|
git-repository-icon = "fa-github"
|
||||||
|
|
||||||
|
|||||||
3861
theme/highlight.js
3861
theme/highlight.js
File diff suppressed because one or more lines are too long
@@ -297,7 +297,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<script src="{{ path_to_root }}clipboard.min.js"></script>
|
<script src="{{ path_to_root }}clipboard.min.js"></script>
|
||||||
<script src="{{ path_to_root }}theme/highlight.js"></script>
|
<script async src="{{ path_to_root }}highlight.js"></script>
|
||||||
<script src="{{ path_to_root }}book.js"></script>
|
<script src="{{ path_to_root }}book.js"></script>
|
||||||
|
|
||||||
<!-- Custom JS scripts -->
|
<!-- Custom JS scripts -->
|
||||||
|
|||||||
Reference in New Issue
Block a user