SRS/book.toml

19 lines
360 B
TOML
Raw Normal View History

2022-04-18 15:18:05 +09:00
[book]
authors = ["monoid"]
2022-04-21 19:23:36 +09:00
language = "ko"
2022-04-18 15:18:05 +09:00
multilingual = false
2022-06-11 15:10:10 +09:00
src = "src"
2022-04-18 15:18:05 +09:00
title = "Software Requirement Specification"
2022-04-22 15:53:54 +09:00
[preprocessor]
[preprocessor.mermaid]
command = "mdbook-mermaid"
2022-06-11 15:10:10 +09:00
[preprocessor.etap]
command = "deno run -A --no-check tools/preprop.ts"
before = ["mermaid"]
2022-04-22 15:53:54 +09:00
[output]
[output.html]
additional-js = ["mermaid.min.js", "mermaid-init.js"]