aboutsummaryrefslogtreecommitdiff
path: root/mdbook
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-11-09 14:56:21 -0500
committerNick Mathewson <nickm@torproject.org>2023-11-09 16:42:47 -0500
commit729b79c61b9ac979563f34118add1d6b2ebd022f (patch)
treed43036e8ac5a5d77a0366f0135b8e356557f3100 /mdbook
parentb9ba76e22180aaf1a3c848c74e4019727f7375ec (diff)
downloadtorspec-729b79c61b9ac979563f34118add1d6b2ebd022f.tar.gz
torspec-729b79c61b9ac979563f34118add1d6b2ebd022f.zip
Make mmdc optional.
The build script now only uses mmdc and a temporary conditionally, and otherwise (for now) leaves mermaid blocks unformatted.
Diffstat (limited to 'mdbook')
-rw-r--r--mdbook/spec/book.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdbook/spec/book.toml b/mdbook/spec/book.toml
index 5aee5dc..b85e320 100644
--- a/mdbook/spec/book.toml
+++ b/mdbook/spec/book.toml
@@ -2,7 +2,7 @@
authors = ["The Tor Project"]
language = "en"
multilingual = false
-src = "../../tmp_mermaid/spec"
+src = "../../spec"
title = "Tor Specifications"
[build]