forked from cairo-book/cairo-book
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
26 lines (21 loc) · 669 Bytes
/
Copy pathbook.toml
File metadata and controls
26 lines (21 loc) · 669 Bytes
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
[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.last-changed]
command = "mdbook-last-changed"
renderer = ["html"]
[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"]