hookshot/book.toml

29 lines
660 B
TOML
Raw Normal View History

2021-11-29 10:26:11 +00:00
[book]
authors = ["matrix.org <team@matrix.org>"]
2021-11-29 10:26:11 +00:00
language = "en"
multilingual = false
src = "docs"
title = "Matrix Hookshot"
[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-hookshot/edit/main/{path}"
# The source code URL of the repository
git-repository-url = "https://github.com/matrix-org/matrix-hookshot"
additional-css = [
"docs/_site/style.css"
]
additional-js = [
"docs/_site/main.js",
"docs/_site/version.js"
]