forked from gbadev-org/tonc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.toml
28 lines (23 loc) · 778 Bytes
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[book]
title = "Tonc - GBA Programming in rot13"
description = "GBA Programming tutorial"
src = "content"
language = "en"
[build]
build-dir = "output"
create-missing = false
[output.html]
git-repository-url = "https://github.com/gbadev-org/tonc"
edit-url-template = "https://github.com/gbadev-org/tonc/edit/master/{path}"
site-url = "/tonc/"
[preprocessor.toc]
command = "cargo run -p mdbook-toc --locked --release --"
# Doesn't seem to work because of how markdown parses this as an unresolved shorthand link.
# Default marker is <!-- toc -->
# marker = "[TOC]"
renderer = ["html"]
max-level = 2
[preprocessor.external-links]
command = "cargo run -p mdbook-external-links --locked --release --"
[preprocessor.xnos]
command = "python3 -X utf8 ./mdbook-xnos/mdbook-xnos.py"