@aj-shadow/actorjs-documentation-text 0.0.0-aj-beta.221
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +26 -0
- package/Documentation/Document-global-Be-100-more-efficient.txt +31 -0
- package/Documentation/Document-global-actorjs-trigger-mock-and-intercept-anything.txt +21 -0
- package/Documentation/Document-global-advanced-visualization.txt +28 -0
- package/Documentation/Document-global-debugging.txt +4 -0
- package/Documentation/Document-global-divide-and-reuse.txt +37 -0
- package/Documentation/Document-global-general-separation.txt +2 -0
- package/Documentation/Document-global-markup-anchor.txt +6 -0
- package/Documentation/Document-global-markup-api-status.txt +39 -0
- package/Documentation/Document-global-markup-chart-line.txt +18 -0
- package/Documentation/Document-global-markup-documentation-status.txt +39 -0
- package/Documentation/Document-global-markup-documentation.txt +72 -0
- package/Documentation/Document-global-markup-embed.txt +6 -0
- package/Documentation/Document-global-markup-flowchart.txt +88 -0
- package/Documentation/Document-global-markup-html.txt +122 -0
- package/Documentation/Document-global-markup-ie.txt +18 -0
- package/Documentation/Document-global-markup-image.txt +55 -0
- package/Documentation/Document-global-markup-lab.txt +63 -0
- package/Documentation/Document-global-markup-markup.txt +21 -0
- package/Documentation/Document-global-markup-navigation.txt +25 -0
- package/Documentation/Document-global-markup-node-diagram.txt +163 -0
- package/Documentation/Document-global-markup-note.txt +6 -0
- package/Documentation/Document-global-markup-ref.txt +6 -0
- package/Documentation/Document-global-markup-sequence-diagram.txt +215 -0
- package/Documentation/Document-global-markup-state-machine.txt +121 -0
- package/Documentation/Document-global-markup-table.txt +34 -0
- package/Documentation/Document-global-navigation-pane.txt +3 -0
- package/Documentation/Document-global-navigation.txt +2 -0
- package/Documentation/Document-global-specialized-javascript-editors.txt +2 -0
- package/Documentation/Document-global-stacks-connection.txt +2 -0
- package/Documentation/Document-global-stacks-server.txt +2 -0
- package/Documentation/Document-global-test-environment-overview.txt +15 -0
- package/Documentation/Document-global-the-architecture.txt +51 -0
- package/Documentation/Document-global-the-development-environment.txt +5 -0
- package/Documentation/Document-global-the-test-environment.txt +15 -0
- package/Documentation/Document-global-think-ahead.txt +35 -0
- package/Documentation/Document-global-thinking-in-actors-unlimited.txt +1 -0
- package/Documentation/Document-global-what-is-a-stack.txt +2 -0
- package/Documentation/Document-global-why-actorjs.txt +52 -0
- package/Documentation/Document-global-why-actors-unlimited.txt +182 -0
- package/Documentation/Document-global-x-test-case-tool.txt +2 -0
- package/Documentation/Navigation-Documentation-actorjs-global.txt +372 -0
- package/Documentation/Navigation-Documentation-actorsite-global.txt +363 -0
- package/Documentation/abstractions/Document-global-addressing.txt +81 -0
- package/Documentation/abstractions/Document-global-configuration-floor.txt +2 -0
- package/Documentation/abstractions/Document-global-content.txt +3 -0
- package/Documentation/abstractions/Document-global-functions-test.txt +4 -0
- package/Documentation/abstractions/Document-global-functions-unde-test.txt +2 -0
- package/Documentation/abstractions/Document-global-load-test.txt +3 -0
- package/Documentation/abstractions/Document-global-repo.txt +79 -0
- package/Documentation/abstractions/Document-global-shared-data.txt +5 -0
- package/Documentation/abstractions/Document-global-system-to-test.txt +2 -0
- package/Documentation/abstractions/Document-global-system-under-test.txt +3 -0
- package/Documentation/abstractions/Document-global-test-data.txt +251 -0
- package/Documentation/abstractions/Document-global-test-suite.txt +37 -0
- package/Documentation/abstractions/Document-global-verification-data.txt +103 -0
- package/Documentation/abstractions/actor/Document-global-actor-condition.txt +74 -0
- package/Documentation/abstractions/actor/Document-global-actor-local.txt +44 -0
- package/Documentation/abstractions/actor/Document-global-actor-originating.txt +100 -0
- package/Documentation/abstractions/actor/Document-global-actor-proxy.txt +119 -0
- package/Documentation/abstractions/actor/Document-global-actor-terminating.txt +101 -0
- package/Documentation/abstractions/actor/Document-global-actor.txt +90 -0
- package/Documentation/abstractions/actor/Document-global-execution-states.txt +21 -0
- package/Documentation/abstractions/actorpart/Document-global-actorpart.txt +2 -0
- package/Documentation/abstractions/stack/Document-global-client-connection.txt +3 -0
- package/Documentation/abstractions/stack/Document-global-connection.txt +3 -0
- package/Documentation/abstractions/stack/Document-global-decoder.txt +3 -0
- package/Documentation/abstractions/stack/Document-global-encoder.txt +3 -0
- package/Documentation/abstractions/stack/Document-global-message.txt +4 -0
- package/Documentation/abstractions/stack/Document-global-server-connection.txt +3 -0
- package/Documentation/abstractions/stack/Document-global-stack.txt +12 -0
- package/Documentation/abstractions/stack/Document-global-worker.txt +3 -0
- package/Documentation/abstractions/test-case/Document-global-phases.txt +30 -0
- package/Documentation/abstractions/test-case/Document-global-test-case-result.txt +23 -0
- package/Documentation/abstractions/test-case/Document-global-test-case.txt +199 -0
- package/Documentation/actor-api/Document-global-actor-part.txt +7 -0
- package/Documentation/actor-api/Document-global-actor.txt +375 -0
- package/Documentation/actor-api/Document-global-async.txt +176 -0
- package/Documentation/actor-api/Document-global-client-stack.txt +215 -0
- package/Documentation/actor-api/Document-global-content.txt +106 -0
- package/Documentation/actor-api/Document-global-logger.txt +426 -0
- package/Documentation/actor-api/Document-global-process.txt +7 -0
- package/Documentation/actor-api/Document-global-server-stack.txt +213 -0
- package/Documentation/actor-api/Document-global-shared-data.txt +259 -0
- package/Documentation/actor-api/Document-global-test-data.txt +816 -0
- package/Documentation/actor-api/Document-global-timer.txt +70 -0
- package/Documentation/actor-api/Document-global-verification-data.txt +624 -0
- package/Documentation/connection-worker-api/Document-global-logger.txt +3 -0
- package/Documentation/documentation-references.json +199 -0
- package/Documentation/embedded/Document-global-test-case-result.txt +10 -0
- package/Documentation/howto/Document-global-create-actor.txt +1 -0
- package/Documentation/howto/Document-global-create-stack.txt +1 -0
- package/Documentation/howto/Document-global-create-test-case.txt +1 -0
- package/Documentation/howto/Document-global-create-test-suite.txt +1 -0
- package/Documentation/howto/Document-global-define-addresses.txt +1 -0
- package/Documentation/howto/Document-global-define-fut.txt +1 -0
- package/Documentation/howto/Document-global-define-sut.txt +16 -0
- package/Documentation/howto/Document-global-full-workflow.txt +143 -0
- package/Documentation/howto/Document-global-normal-workflow.txt +58 -0
- package/Documentation/howto/Document-global-prerequisites.txt +8 -0
- package/Documentation/howto/prerequisites/Document-global-install-actorjs.txt +64 -0
- package/Documentation/howto/prerequisites/Document-global-install-git.txt +26 -0
- package/Documentation/howto/prerequisites/Document-global-install-nodejs.txt +19 -0
- package/Documentation/markup/Document-global-markup-test-case.txt +6 -0
- package/Documentation/markup/Document-global-markup-test-suite.txt +13 -0
- package/Documentation/markup/embed/Document-global-inner_markup_tc.txt +164 -0
- package/Documentation/nodejs-api/Document-global-fs.txt +7 -0
- package/Documentation/stack-api/Document-global-ascii-dictionary.txt +108 -0
- package/Documentation/stack-api/Document-global-binary-log.txt +91 -0
- package/Documentation/stack-api/Document-global-bit-byte.txt +80 -0
- package/Documentation/stack-api/Document-global-content-base.txt +169 -0
- package/Documentation/stack-api/Document-global-ip-log.txt +101 -0
- package/Documentation/stack-api/Document-global-log-inner.txt +152 -0
- package/Documentation/stack-api/Document-global-log-part-error.txt +12 -0
- package/Documentation/stack-api/Document-global-log-part-ref.txt +80 -0
- package/Documentation/stack-api/Document-global-log-part-text.txt +81 -0
- package/Documentation/tools/Document-global-actors.txt +196 -0
- package/Documentation/tools/Document-global-addressing.txt +38 -0
- package/Documentation/tools/Document-global-content.txt +1 -0
- package/Documentation/tools/Document-global-global-test-data.txt +197 -0
- package/Documentation/tools/Document-global-stacks.txt +1 -0
- package/Documentation/tools/Document-global-test-case-analyze.txt +3 -0
- package/Documentation/tools/Document-global-test-case-debug.txt +16 -0
- package/Documentation/tools/Document-global-test-case-definition.txt +37 -0
- package/Documentation/tools/Document-global-test-case-execution.txt +28 -0
- package/Documentation/tools/Document-global-test-case-log.txt +95 -0
- package/Documentation/tools/Document-global-test-case-sequence-diagram.txt +17 -0
- package/Documentation/tools/Document-global-test-case-specification.txt +3 -0
- package/Documentation/tools/Document-global-test-cases.txt +11 -0
- package/Documentation/tools/Document-global-tool-test-suite.txt +202 -0
- package/Education/Document-global-add-your-first-addresses.txt +75 -0
- package/Education/Document-global-define-your-first-sut.txt +18 -0
- package/Education/Document-global-make-your-first-actors.txt +35 -0
- package/Education/Document-global-make-your-first-test-case.txt +43 -0
- package/Education/Document-global-make-your-first-test-suite.txt +29 -0
- package/Education/Document-global-share-your-work.txt +35 -0
- package/Education/Navigation-Education-actorjs-global.txt +31 -0
- package/LICENSE.txt +96 -0
- package/README.md +5 -0
- package/Workshop/Document-global-actordemo-image-ai.txt +5 -0
- package/Workshop/Document-global-actordemo-login.txt +10 -0
- package/Workshop/Document-global-actordemo-site.txt +3 -0
- package/Workshop/Document-global-actordemo-start.txt +5 -0
- package/Workshop/Document-global-actordemo-the-architecture.txt +27 -0
- package/Workshop/Document-global-introduction-actor.txt +84 -0
- package/Workshop/Document-global-introduction-actorjs.txt +42 -0
- package/Workshop/Document-global-introduction-stack.txt +25 -0
- package/Workshop/Document-global-introduction-system-under-test.txt +102 -0
- package/Workshop/Document-global-introduction-test-case.txt +50 -0
- package/Workshop/Document-global-introduction-test-suite.txt +31 -0
- package/Workshop/Document-global-login-with-puppeter.txt +45 -0
- package/Workshop/Document-global-mock-with-http.txt +83 -0
- package/Workshop/Document-global-mock-with-icap.txt +94 -0
- package/Workshop/Document-global-prerequisites-actorJs.txt +18 -0
- package/Workshop/Document-global-prerequisites-actordemo.txt +15 -0
- package/Workshop/Document-global-trigger-with-http.txt +93 -0
- package/Workshop/Document-global-trigger-with-puppeter.txt +49 -0
- package/Workshop/Navigation-Workshop-actorjs-global.txt +86 -0
- package/npm-shrinkwrap.json +13 -0
- package/package.json +10 -0
|
@@ -0,0 +1,372 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"heading": "Introduction",
|
|
4
|
+
"refs": [
|
|
5
|
+
{
|
|
6
|
+
"name": "Be 100% more efficient",
|
|
7
|
+
"link": "Be-100-more-efficient"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"name": "Trigger, Mock, and Intercept anything",
|
|
11
|
+
"link": "actorjs-trigger-mock-and-intercept-anything"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "Advanced Visualization",
|
|
15
|
+
"link": "advanced-visualization"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "Debugging",
|
|
19
|
+
"link": "debugging"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "The Development Environment",
|
|
23
|
+
"link": "the-development-environment"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "The Test Environment",
|
|
27
|
+
"link": "the-test-environment"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "Divide and Reuse",
|
|
31
|
+
"link": "divide-and-reuse"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "The Architecture",
|
|
35
|
+
"link": "the-architecture"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "Why ActorJs?",
|
|
39
|
+
"link": "why-actorjs"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "Think Ahead",
|
|
43
|
+
"link": "think-ahead"
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"heading": "API:s",
|
|
49
|
+
"refs": [
|
|
50
|
+
{
|
|
51
|
+
"name": "Actor API/Actor",
|
|
52
|
+
"link": "actor-api/actor"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Actor API/ActorPart",
|
|
56
|
+
"link": "actor-api/actor-part"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "Actor API/Async",
|
|
60
|
+
"link": "actor-api/async"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "Actor API/Client Stack",
|
|
64
|
+
"link": "actor-api/client-stack"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Actor API/Content",
|
|
68
|
+
"link": "actor-api/content"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "Actor API/Logger",
|
|
72
|
+
"link": "actor-api/logger"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "Actor API/Process",
|
|
76
|
+
"link": "actor-api/process"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Actor API/Server Stack",
|
|
80
|
+
"link": "actor-api/server-stack"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "Actor API/Shared Data",
|
|
84
|
+
"link": "actor-api/shared-data"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "Actor API/Test Data",
|
|
88
|
+
"link": "actor-api/test-data"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "Actor API/Timer",
|
|
92
|
+
"link": "actor-api/timer"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "Actor API/Verification Data",
|
|
96
|
+
"link": "actor-api/verification-data"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "ConnectionWorker API/Logger",
|
|
100
|
+
"link": "connection-worker-api/logger"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "Nodejs API/Fs",
|
|
104
|
+
"link": "nodejs-api/fs"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "Stack API/AsciiDictionary",
|
|
108
|
+
"link": "stack-api/ascii-dictionary"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "Stack API/BitByte",
|
|
112
|
+
"link": "stack-api/bit-byte"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "Stack API/BinaryLog",
|
|
116
|
+
"link": "stack-api/binary-log"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "Stack API/ContentBase",
|
|
120
|
+
"link": "stack-api/content-base"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "Stack API/IpLog",
|
|
124
|
+
"link": "stack-api/ip-log"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "Stack API/LogInner",
|
|
128
|
+
"link": "stack-api/log-inner"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "Stack API/LogPartText",
|
|
132
|
+
"link": "stack-api/log-part-text"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "Stack API/LogPartError",
|
|
136
|
+
"link": "stack-api/log-part-error"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "Stack API/LogPartRef",
|
|
140
|
+
"link": "stack-api/log-part-ref"
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"heading": "Stacks",
|
|
146
|
+
"refs": [
|
|
147
|
+
{
|
|
148
|
+
"name": "[[stack]]",
|
|
149
|
+
"link": ""
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"heading": "Abstractions",
|
|
155
|
+
"refs": [
|
|
156
|
+
{
|
|
157
|
+
"name": "Addressing",
|
|
158
|
+
"link": "abstractions/addressing"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "Actor",
|
|
162
|
+
"link": "abstractions/actor/actor"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "- Actor Originating",
|
|
166
|
+
"link": "abstractions/actor/actor-originating"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "- Actor Terminating",
|
|
170
|
+
"link": "abstractions/actor/actor-terminating"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "- Actor Proxy",
|
|
174
|
+
"link": "abstractions/actor/actor-proxy"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "- Actor Local",
|
|
178
|
+
"link": "abstractions/actor/actor-local"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "- Actor Condition",
|
|
182
|
+
"link": "abstractions/actor/actor-condition"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "ActorPart",
|
|
186
|
+
"link": "abstractions/actorpart/actorpart"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "Content",
|
|
190
|
+
"link": "abstractions/content"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "Function Test",
|
|
194
|
+
"link": "abstractions/functions-test"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "Function Under Test",
|
|
198
|
+
"link": "abstractions/functions-unde-test"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "Load",
|
|
202
|
+
"link": "abstractions/load-test"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "Repo",
|
|
206
|
+
"link": "abstractions/repo"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "Shared Data",
|
|
210
|
+
"link": "abstractions/shared-data"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "Stack",
|
|
214
|
+
"link": "abstractions/stack/stack"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "- Stack Connection",
|
|
218
|
+
"link": "abstractions/stack/connection"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "- Stack Server Connection",
|
|
222
|
+
"link": "abstractions/stack/server-connection"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"name": "- Stack Client Connection",
|
|
226
|
+
"link": "abstractions/stack/client-connection"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "- Stack Encoder",
|
|
230
|
+
"link": "abstractions/stack/encoder"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"name": "- Stack Decoder",
|
|
234
|
+
"link": "abstractions/stack/decoder"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "- Stack Message",
|
|
238
|
+
"link": "abstractions/stack/message"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"name": "- Stack Worker",
|
|
242
|
+
"link": "abstractions/stack/worker"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "System Configuration Floor",
|
|
246
|
+
"link": "abstractions/configuration-floor"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"name": "System To Test",
|
|
250
|
+
"link": "abstractions/system-to-test"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"name": "System Under Test",
|
|
254
|
+
"link": "abstractions/system-under-test"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "Test Case",
|
|
258
|
+
"link": "abstractions/test-case/test-case"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "Test Data",
|
|
262
|
+
"link": "abstractions/test-data"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "Test Suite",
|
|
266
|
+
"link": "abstractions/test-suite"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "Verification Data",
|
|
270
|
+
"link": "abstractions/verification-data"
|
|
271
|
+
}
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"heading": "Tools",
|
|
276
|
+
"refs": [
|
|
277
|
+
{
|
|
278
|
+
"name": "Actors",
|
|
279
|
+
"link": "tools/actors"
|
|
280
|
+
}
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"heading": "Markup",
|
|
285
|
+
"refs": [
|
|
286
|
+
{
|
|
287
|
+
"name": "Introduction",
|
|
288
|
+
"link": "markup-markup"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "Simple/Api-Status",
|
|
292
|
+
"link": "markup-api-status"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "Simple/Anchor",
|
|
296
|
+
"link": "markup-anchor"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"name": "Simple/Documentation-Status",
|
|
300
|
+
"link": "markup-documentation-status"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "Simple/Embed",
|
|
304
|
+
"link": "markup-embed"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"name": "Simple/I.e.",
|
|
308
|
+
"link": "markup-ie"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "Simple/Note",
|
|
312
|
+
"link": "markup-note"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "Simple/Reference",
|
|
316
|
+
"link": "markup-ref"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"name": "Complex/Chart/Line",
|
|
320
|
+
"link": "markup-chart-line"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"name": "Complex/Document",
|
|
324
|
+
"link": "markup-documentation"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"name": "Complex/Flowchart",
|
|
328
|
+
"link": "markup-flowchart"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"name": "Complex/Objects",
|
|
332
|
+
"link": "markup-html"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "Complex/Image",
|
|
336
|
+
"link": "markup-image"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"name": "Complex/Lab",
|
|
340
|
+
"link": "markup-lab"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"name": "Complex/Navigation",
|
|
344
|
+
"link": "markup-navigation"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "Complex/Node Diagram",
|
|
348
|
+
"link": "markup-node-diagram"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"name": "Complex/Sequence Diagram",
|
|
352
|
+
"link": "markup-sequence-diagram"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "Complex/State Machine",
|
|
356
|
+
"link": "markup-state-machine"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"name": "Complex/Table",
|
|
360
|
+
"link": "markup-table"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"name": "Complex/Test Case",
|
|
364
|
+
"link": "markup/markup-test-case"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"name": "Complex/Test Suite",
|
|
368
|
+
"link": "markup/markup-test-suite"
|
|
369
|
+
}
|
|
370
|
+
]
|
|
371
|
+
}
|
|
372
|
+
]
|