forked from matrix-org/matrix-appservice-irc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
27 lines (22 loc) · 679 Bytes
/
book.toml
File metadata and controls
27 lines (22 loc) · 679 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
[book]
authors = ["The Matrix.org Foundation C.I.C"]
language = "en"
multilingual = false
src = "docs"
title = "Matrix IRC Bridge"
[build]
# Prevent markdown pages from being automatically generated when they're
# linked to in SUMMARY.md
create-missing = false
[output.html]
# The URL visitors will be directed to when they try to edit a page
edit-url-template = "https://github.com/matrix-org/matrix-appservice-irc/edit/develop/{path}"
# The source code URL of the repository
git-repository-url = "https://github.com/matrix-org/matrix-appservice-irc"
additional-css = [
"docs/_site/style.css"
]
additional-js = [
"docs/_site/main.js",
"docs/_site/version.js"
]