forked from pontem-network/move-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.toml
23 lines (20 loc) · 1.05 KB
/
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
[book]
title = "The Move Book"
description = "First book about Diem's Move programming language and Move VM. Move documentation, Move tutorials and language reference"
authors = ["Damir Shamanaev"]
language = "en"
multilingual = false
src = "docs"
[output.html]
google-analytics = "UA-183817972-1"
git-repository-url = "https://github.com/damirka/move-book"
git-repository-icon = "fa-github"
[output.html.redirect]
"syntax-basics/struct.html" = "/advanced-topics/struct.html"
# resource by example moved to separate folder
"resources/resource-by-example.html" = "/resources/resource-by-example/README.html"
"resources/storing-new-resource.html" = "/resources/resource-by-example/storing-new-resource.html"
"resources/access-resource-with-borrow.html" = "/resources/resource-by-example/access-resource-with-borrow.html"
"resources/destroy-resource.html" = "/resources/resource-by-example/destroy-resource.html"
"resources/furher-steps.html" = "/resources/resource-by-example/furher-steps.html"
# "resources/resource-by-example" = "/resources/resource-by-example/README.md"