-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathbook.toml
More file actions
28 lines (24 loc) · 809 Bytes
/
book.toml
File metadata and controls
28 lines (24 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[book]
authors = ["InnerSource Commons"]
language = "en"
src = "."
title = "How To Create An InnerSource Program Office"
[preprocessor.mermaid]
command = "mdbook-mermaid"
[preprocessor.embedify]
giscus.enable = true
giscus.repo = "InnerSourceCommons/managing-innersource-projects"
giscus."repo-id" = "MDEwOlJlcG9zaXRvcnk4MjY2ODc3OA=="
giscus.category = "Website"
giscus."category-id" = "DIC_kwDOBO1s6s4CiMTg"
giscus."reactions-enabled" = "1"
giscus.theme = "preferred_color_scheme"
giscus.lang = "en"
giscus.loading = "lazy"
giscus.crossorigin = "anonymous"
[output.html]
# Required for correct asset and 404 paths on GitHub Pages (project site and PR preview subpaths).
site-url = "/managing-innersource-projects/"
additional-js = ["mermaid.min.js", "mermaid-init.js"]
[output.linkcheck2]
optional = true