mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
15 lines
345 B
TOML
15 lines
345 B
TOML
[book]
|
|
authors = ["MapLibre contributors"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Martin Tile Server Documentation"
|
|
|
|
[build]
|
|
build-dir = "../target/book"
|
|
|
|
[output.html]
|
|
curly-quotes = true
|
|
git-repository-url = "https://github.com/maplibre/martin"
|
|
edit-url-template = "https://github.com/maplibre/martin/edit/main/docs/{path}"
|