-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
42 lines (33 loc) · 961 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[book]
title = "Cairo By Example"
description = "Cairo by Example (CBE) is a collection of runnable examples that illustrate various Cairo concepts and core libraries."
author = "The Cairo Community"
[output.html]
git-repository-url = "https://github.com/cairo-lang/cairo-by-example"
edit-url-template = "https://github.com/cairo-lang/cairo-by-example/edit/main/{path}"
additional-css = ["theme/css/last-changed.css", "theme/css/chat.css"]
additional-js = [
"theme/js/index.mjs",
"theme/wasm-cairo/pkg/wasm-cairo.js",
"theme/wasm-cairo/pkg/wasm-cairo_bg.wasm",
"theme/wasm-cairo/worker.cjs",
]
mathjax-support = true
[preprocessor.cairo]
after = ["links"]
[output.html.playground]
editable = true
# editor = "ace"
# line-numbers = true
runnable = true
[output.html.fold]
enable = true
[rust]
edition = "2021"
[build]
extra-watch-dirs = ["po"]
[preprocessor.gettext]
after = ["links"]
[output.html.code.hidelines]
cairo = "# "
[output.markdown]