diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-23 22:35:52 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-23 22:35:52 +0700 |
commit | f63425179a6cbc43ea2e659b233b8d86ac56dde7 (patch) | |
tree | c34dd92b4ab5d561563d7f93ca5f2a5000c9fc0b | |
parent | 9fc1697025a6f221d22dfceb29eabf5e30e18552 (diff) | |
download | haasdaiga-f63425179a6cbc43ea2e659b233b8d86ac56dde7.tar.gz |
Add TOC
-rw-r--r-- | book.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/book.toml b/book.toml index 63a8f77..1633042 100644 --- a/book.toml +++ b/book.toml @@ -8,3 +8,7 @@ title = "Huy's conlangs" [output.html] default-theme = "rust" mathjax-support = true + +[preprocessor.toc] +command = "mdbook-toc" +renderer = ["html"] |