Skip to content

Commit ba0da65

Browse files
committed
en doc finish
1 parent ebfd2bf commit ba0da65

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+4128
-434
lines changed

docs/public/color/hex.png

19.8 KB
Loading

docs/public/color/linear.png

173 KB
Loading

docs/public/color/radial.png

180 KB
Loading

docs/public/color/rgb.png

17.7 KB
Loading

docs/public/color/rgba.png

19.1 KB
Loading

docs/public/color/shader.png

19.4 KB
Loading

docs/v0.1.0/README.md

Whitespace-only changes.

docs/v0.1.0/en/_meta.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
"activeMatch": "/doc/"
66
},
77
{
8-
"text": "Tool",
8+
"text": "Components",
9+
"link": "/components/",
10+
"activeMatch": "/components/"
11+
},
12+
{
13+
"text": "Tools",
914
"link": "/tools/overview",
1015
"activeMatch": "/tools/"
1116
},

docs/v0.1.0/en/api/_meta.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
[]
1+
[
2+
{
3+
"type": "file",
4+
"name": "index",
5+
"label": "API Overview"
6+
},
7+
{
8+
"type": "dir",
9+
"name": "global",
10+
"label": "Global API"
11+
},
12+
{
13+
"type": "dir",
14+
"name": "option",
15+
"label": "Optional API"
16+
}
17+
]

docs/v0.1.0/en/api/global/_meta.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[
2+
"component",
3+
"builtin_type",
4+
"color"
5+
]

0 commit comments

Comments
 (0)