hookshot/book.toml

25 lines
583 B
TOML
Raw Normal View History

2021-11-29 10:26:11 +00:00
[book]
authors = ["Half-Shot <me@half-shot.uk>"]
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/half-shot/matrix-hookshot/edit/main/{path}"
# The source code URL of the repository
git-repository-url = "https://github.com/half-shot/matrix-hookshot"
additional-css = [
"docs/_site/style.css"
]