-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrb.xml
More file actions
213 lines (204 loc) · 8.72 KB
/
rb.xml
File metadata and controls
213 lines (204 loc) · 8.72 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<?xml version="1.0"?>
<portal>
<title>Whack developer portal</title>
<base-path>src</base-path>
<description>Whack developer portal</description>
<icon>white-icon.png</icon>
<dark-icon>black-icon.png</dark-icon>
<expand-icon>true</expand-icon>
<company-logo>company-logo.png</company-logo>
<top-bar-colors top="#fff" bottom="#fff"/>
<dark-top-bar-colors top="#69698d" bottom="#454545"/>
<references>
<reference>
<base-path>using-whack</base-path>
<title>Using Whack™ engine</title>
<description>Documentation of the Whack™ engine.</description>
<icon>white-icon.png</icon>
<dark-icon>black-icon.png</dark-icon>
<expand-icon>true</expand-icon>
<top-bar-colors top="#fff" bottom="#fff"/>
<dark-top-bar-colors top="#69698d" bottom="#454545"/>
<sections>
<section>
<title>Introduction to Whack™</title>
<path>intro.md</path>
</section>
<section>
<title>Using the command line tool</title>
<path>using-the-command-line.md</path>
</section>
<section>
<title>The Whack™ manifest format</title>
<path>manifest-format.md</path>
</section>
<section>
<title>The Whack™ package registry</title>
<path>package-registry.md</path>
</section>
<section>
<title>Building client-side applications</title>
<path>building-client-side-apps.md</path>
<sections>
<section>
<title>Getting started</title>
<path>building-client-side-apps/getting-started.md</path>
</section>
<section>
<title>Scripting the MXML application</title>
<path>building-client-side-apps/scripting-mxml.md</path>
</section>
</sections>
</section>
<section>
<title>Using the MXML language</title>
<path>using-mxml.md</path>
<sections>
<section>
<title>MXML reference</title>
<path>using-mxml/mxml-reference.md</path>
</section>
<section>
<title>MXML cheatsheet</title>
<path>using-mxml/mxml-cheatsheet.md</path>
</section>
</sections>
</section>
<section>
<title>Using the CSS language</title>
<path>using-css.md</path>
<sections>
<section>
<title>CSS reference</title>
<path>using-css/css-reference.md</path>
</section>
<section>
<title>CSS cheatsheet</title>
<path>using-css/css-cheatsheet.md</path>
</section>
</sections>
</section>
<section>
<title>Using ASDoc documentation</title>
<path>using-asdoc.md</path>
<sections>
<section>
<title>ASDoc configuration format</title>
<path>using-asdoc/asdoc-configuration.md</path>
</section>
<section>
<title>Including images</title>
<path>using-asdoc/including-images.md</path>
</section>
</sections>
</section>
<section>
<title>Skinning the user interface</title>
<path>skinning.md</path>
<sections>
<section>
<title>Creating an user interface theme</title>
<path>skinning/creating-a-theme.md</path>
</section>
</sections>
</section>
<section>
<title>Using environment variables</title>
<path>dotenv.md</path>
</section>
<section>
<title>Localization</title>
<path>localization.md</path>
<sections>
<section>
<title>Setting up FluentBox</title>
<path>localization/setting-up-fluentbox.md</path>
</section>
<section>
<title>Writing translation lists</title>
<path>localization/writing-translation-lists.md</path>
</section>
<section>
<title>Using Fluent messages in MXML</title>
<path>localization/mxml-fluent.md</path>
</section>
</sections>
</section>
<section>
<title>Unit testing</title>
<path>unit-testing.md</path>
</section>
</sections>
</reference>
<reference>
<base-path>as3-guide</base-path>
<title>ActionScript 3 guide</title>
<description>Documentation for the ActionScript 3 language supported by the Whack™ engine.</description>
<icon>white-icon.png</icon>
<dark-icon>black-icon.png</dark-icon>
<expand-icon>true</expand-icon>
<top-bar-colors top="#fff" bottom="#fff"/>
<dark-top-bar-colors top="#69698d" bottom="#454545"/>
<sections>
<section>
<title>Introduction</title>
<path>intro.md</path>
</section>
<section>
<title>Language cheatsheet</title>
<path>as3-cheatsheet.md</path>
</section>
<section>
<title>ActionScript types</title>
<path>types.md</path>
</section>
<section>
<title>Using ASDoc comments</title>
<path>asdoc.md</path>
</section>
<section>
<title>Using meta-data</title>
<path>meta-data.md</path>
<sections>
<section>
<title>Event</title>
<path>meta-data/event.md</path>
</section>
<section>
<title>Bindable</title>
<path>meta-data/bindable.md</path>
</section>
<section>
<title>Record</title>
<path>meta-data/record.md</path>
</section>
</sections>
</section>
<section>
<title>Type conversion</title>
<path>type-conversion.md</path>
</section>
<section>
<title>Using configuration constants</title>
<path>using-configuration-constants.md</path>
</section>
<section>
<title>Cloning objects</title>
<path>clone.md</path>
</section>
<section>
<title>Working with (de)serialization</title>
<path>ser.md</path>
</section>
<section>
<title>Using parameterized types</title>
<path>parameterized-types.md</path>
</section>
<section>
<title>Using JavaScript bridge</title>
<path>using-javascript.md</path>
</section>
</sections>
</reference>
</references>
</portal>