hookshot/book.toml
Will Hunt d575e5fb2f
Add documentation on various things (#90)
* Add details on webhooks

* More doc things

* More docs

* More documentation changes

* Tidy tidy

* Lots more documentation

* Support defaults for all GitHub configuration options

* Add metrics changes

* s/Added/Add
2021-12-21 16:41:19 +00:00

25 lines
583 B
TOML

[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"
]