-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathbook.toml
More file actions
40 lines (34 loc) · 1.89 KB
/
book.toml
File metadata and controls
40 lines (34 loc) · 1.89 KB
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
[book]
authors = ["Bytecode Alliance"]
language = "en"
multilingual = false
src = "src"
title = "The WebAssembly Component Model"
[output.html]
git-repository-url = "https://github.com/bytecodealliance/component-docs/tree/main/component-model"
edit-url-template = "https://github.com/bytecodealliance/component-docs/tree/main/component-model/{path}"
additional-css = ["theme/head.hbs", "theme/tabs.css", "theme/version-notice.css"]
additional-js = ["theme/tabs.js"]
[output.html.fold]
enable = true
level = 1
[output.html.redirect]
"/creating-and-consuming/composing.html" = "/composing-and-distributing/composing.html"
"/creating-and-consuming/distributing.html" = "/composing-and-distributing/distributing.html"
"/creating-and-consuming/running.html" = "/running-components.html"
"/creating-and-consuming/authoring.html" = "/language-support.html"
"/creating-and-consuming.html" = "/language-support.html"
"/runtimes/wasmtime.html" = "/running-components/wasmtime.html"
"/runtimes/jco.html" = "/running-components/jco.html"
"/language-support/csharp.html" = "/language-support/building-a-simple-component/csharp.html"
"/language-support/c.html" = "/language-support/building-a-simple-component/c.html"
"/language-support/go.html" = "/language-support/building-a-simple-component/go.html"
"/language-support/javascript.html" = "/language-support/building-a-simple-component/javascript.html"
"/language-support/moonbit.html" = "/language-support/building-a-simple-component/moonbit.html"
"/language-support/other-languages.html" = "/language-support/building-a-simple-component/other-languages.html"
"/language-support/python.html" = "/language-support/building-a-simple-component/python.html"
"/language-support/rust.html" = "/language-support/building-a-simple-component/rust.html"
"/language-support/wat.html" = "/language-support/building-a-simple-component/wat.html"
[preprocessor.alerts]
[preprocessor.tabs]
[output.linkcheck]