-
Notifications
You must be signed in to change notification settings - Fork 47
/
config.json
53 lines (48 loc) · 1.42 KB
/
config.json
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
43
44
45
46
47
48
49
50
51
52
53
{
"output_dir": "../../docs",
"pages": {
"Home": ["index.html", {
"Core features": "#core-features",
"Getting started": "#getting-started",
"Examples": "#examples"
}],
"Core API": ["api.html", {
"innerHTML": "#inner-html",
"outerHTML": "#outer-html",
"toString": "#to-string",
"html": "#html",
"use": "#use",
"createTree": "#create-tree",
"release": "#release",
"Internals": "#internals",
"VERSION": "#version",
"Options": "#options"
}],
"Parser": ["parser.html", {
"Options": "#options",
"Override parser": "#override-parser",
"Rust WASM": "#rust-wasm",
"Dynamic values": "#dynamic-values"
}],
"Middleware": ["middleware.html", {
"Writing middleware": "#writing-middleware",
"Logger": "#logger",
"Service Worker": "#service-worker",
"Synthetic Events": "#synthetic-events",
"HTML Linter": "#html-linter"
}],
"Components": ["components.html", {
"Overview": "#overview",
"Function Component": "#function-component",
"Class Component": "#class-component",
"Custom Element": "#custom-element",
"Lifecycle methods": "#lifecycle-methods",
"createState": "#create-state",
"createSideEffect": "#create-side-effect",
"JSX": "#jsx"
}],
"Additional Packages": ["tools.html", {
"Babel Transform": "#babel-transform"
}]
}
}