forked from cairo-book/cairo-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
36 lines (28 loc) · 820 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
[book]
authors = ["Starknet community, with support from Starkware and Voyager"]
language = "en"
multilingual = false
src = "src"
title = "The Cairo Programming Language"
[build]
extra-watch-dirs = ["po", "listings"]
[preprocessor.cairo]
after = ["links"]
[preprocessor.gettext]
after = ["cairo"]
[preprocessor.quiz-cairo]
after = ["gettext"]
[output.html]
git-repository-url = "https://github.com/cairo-book/cairo-book.github.io"
edit-url-template = "https://github.com/cairo-book/cairo-book.github.io/edit/main/{path}"
playground.runnable = true
google-analytics = "G-0ZJLBV4KE2"
additional-css = ["theme/css/last-changed.css", "theme/css/chat.css"]
additional-js = ["theme/chat.js"]
mathjax-support = true
[output.html.code.hidelines]
cairo = "# "
[output.html.fold]
enable = true
level = 2
[output.markdown]