sovereignx/docs/book.toml
leo60228 e925c51391
Convert docs/ folder to mdBook (#4684)
* Convert docs/ folder to mdBook

* INSTALL.md Markdown fixes (also affects GitHub web)

* Don't try to rewrite bare links in HTML attributes

* lowercase anchors in fix_links.py
2024-06-03 13:34:39 -04:00

13 lines
370 B
TOML

[book]
language = "en"
multilingual = false
src = "."
title = "pokeemerald-expansion"
[output.html]
git-repository-url = "https://github.com/rh-hideout/pokeemerald-expansion"
edit-url-template = "https://github.com/rh-hideout/pokeemerald-expansion/edit/master/docs/{path}"
site-url = "/pokeemerald-expansion/"
[preprocessor.fix_links]
command = "python3 fix_links.py"