Skip to content

Commit 5910bac

Browse files
committed
feat: add mdbook with mermaid and giscus
1 parent cb5992a commit 5910bac

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# We want to ignore our vale StylesPath
22
.github/vale/*
33
gqm*[pngmd]
4+
book

book.toml

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
[book]
2-
authors = ["Jeff Bailey"]
2+
authors = ["InnerSource Commons"]
33
language = "en"
44
multilingual = false
55
src = "."
6-
title = "Managing InnerSource Projects"
6+
title = "How To Create An InnerSource Program Office"
77

88
[preprocessor]
99

1010
[preprocessor.mermaid]
1111
command = "mdbook-mermaid"
1212

13+
[preprocessor.embedify]
14+
giscus.enable = true
15+
giscus.repo = "InnerSourceCommons/managing-innersource-projects"
16+
giscus.repo-id = "MDEwOlJlcG9zaXRvcnk4MjY2ODc3OA=="
17+
giscus.category = "Website"
18+
giscus.category-id = "DIC_kwDOBO1s6s4CiMTg"
19+
giscus.reactions-enabled = "1"
20+
giscus.theme = "preferred_color_scheme"
21+
giscus.lang = "en"
22+
giscus.loading = "eager"
23+
giscus.crossorigin = "anonymous"
24+
1325
[output]
1426

1527
[output.html]

0 commit comments

Comments
 (0)