You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-09-20 08:02:11 +03:00
23 lines
683 B
TOML
23 lines
683 B
TOML
# Documentation for possible options in this file is at
|
|
# https://rust-lang.github.io/mdBook/format/config.html
|
|
[book]
|
|
title = "Matrix Authentication Service"
|
|
authors = ["The Matrix.org Foundation C.I.C."]
|
|
language = "en"
|
|
multilingual = false
|
|
|
|
src = "docs"
|
|
|
|
[build]
|
|
build-dir = "target/book"
|
|
|
|
[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-authentication-service/edit/main/{path}"
|
|
|
|
# The source code URL of the repository
|
|
git-repository-url = "https://github.com/matrix-org/matrix-authentication-service"
|
|
|
|
# The path that the docs are hosted on
|
|
site-url = "/matrix-authentication-service/"
|