hookshot/book.toml
Will Hunt ffd64cf2f5
Change references of half-shot/ to matrix-org/ (#216)
* Change references of half-shot/ to matrix-org/

* changelog
2022-03-02 15:42:06 +00:00

25 lines
586 B
TOML

[book]
authors = ["matrix.org <team@matrix.org>"]
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"
]