forked from AdobeDocs/uxp-photoshop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
reference-html.js
80 lines (80 loc) · 1.78 KB
/
reference-html.js
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
module.exports=[
{
"title": "General",
"header": true,
"pages": [
{
"title": "Unsupported Elements",
"path": "/uxp/reference-html/General/Unsupported Elements/"
},
{
"title": "Unsupported Attributes",
"path": "/uxp/reference-html/General/Unsupported Attributes/"
},
{
"title": "body",
"path": "/uxp/reference-html/General/body/"
},
{
"title": "head",
"path": "/uxp/reference-html/General/head/"
},
{
"title": "html",
"path": "/uxp/reference-html/General/html/"
},
{
"title": "link",
"path": "/uxp/reference-html/General/link/"
},
{
"title": "script",
"path": "/uxp/reference-html/General/script/"
},
{
"title": "style",
"path": "/uxp/reference-html/General/style/"
}
],
"path": "/uxp/reference-html/General/"
},
{
"title": "Hierarchy",
"header": true,
"pages": [
{
"title": "footer",
"path": "/uxp/reference-html/Hierarchy/footer/"
},
{
"title": "h1",
"path": "/uxp/reference-html/Hierarchy/h1/"
},
{
"title": "h2",
"path": "/uxp/reference-html/Hierarchy/h2/"
},
{
"title": "h3",
"path": "/uxp/reference-html/Hierarchy/h3/"
},
{
"title": "h4",
"path": "/uxp/reference-html/Hierarchy/h4/"
},
{
"title": "h5",
"path": "/uxp/reference-html/Hierarchy/h5/"
},
{
"title": "h6",
"path": "/uxp/reference-html/Hierarchy/h6/"
},
{
"title": "hr",
"path": "/uxp/reference-html/Hierarchy/hr/"
}
],
"path": "/uxp/reference-html/Hierarchy/"
}
]