retold 1.0.6 → 4.0.1

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.
Files changed (71) hide show
  1. package/.claude/settings.local.json +58 -0
  2. package/CLAUDE.md +52 -0
  3. package/docs/.nojekyll +0 -0
  4. package/docs/README.md +161 -0
  5. package/docs/_sidebar.md +65 -0
  6. package/docs/_topbar.md +6 -0
  7. package/docs/architecture.md +312 -0
  8. package/docs/cover.md +15 -0
  9. package/docs/css/docuserve.css +73 -0
  10. package/docs/fable.md +198 -0
  11. package/docs/getting-started.md +272 -0
  12. package/docs/index.html +39 -0
  13. package/docs/js/pict.min.js +12 -0
  14. package/docs/js/pict.min.js.map +1 -0
  15. package/docs/meadow.md +211 -0
  16. package/docs/modules.md +96 -0
  17. package/docs/orator.md +164 -0
  18. package/docs/pict-docuserve.min.js +58 -0
  19. package/docs/pict-docuserve.min.js.map +1 -0
  20. package/docs/pict.md +213 -0
  21. package/docs/retold-building-documentation.md +33 -0
  22. package/docs/retold-catalog.json +2826 -0
  23. package/docs/retold-keyword-index.json +161289 -0
  24. package/docs/utility.md +63 -0
  25. package/examples/quickstart/README.md +47 -0
  26. package/examples/quickstart/layer1/README.md +21 -0
  27. package/examples/quickstart/layer1/index.js +49 -0
  28. package/examples/quickstart/layer1/package-lock.json +344 -0
  29. package/examples/quickstart/layer1/package.json +12 -0
  30. package/examples/quickstart/layer2/README.md +34 -0
  31. package/examples/quickstart/layer2/index.js +251 -0
  32. package/examples/quickstart/layer2/package-lock.json +4468 -0
  33. package/examples/quickstart/layer2/package.json +17 -0
  34. package/examples/quickstart/layer2/setup-database.js +61 -0
  35. package/examples/quickstart/layer3/README.md +39 -0
  36. package/examples/quickstart/layer3/index.js +91 -0
  37. package/examples/quickstart/layer3/package-lock.json +1936 -0
  38. package/examples/quickstart/layer3/package.json +14 -0
  39. package/examples/quickstart/layer4/README.md +47 -0
  40. package/examples/quickstart/layer4/generate-build-config.js +18 -0
  41. package/examples/quickstart/layer4/html/index.html +17 -0
  42. package/examples/quickstart/layer4/package-lock.json +13206 -0
  43. package/examples/quickstart/layer4/package.json +38 -0
  44. package/examples/quickstart/layer4/server.js +28 -0
  45. package/examples/quickstart/layer4/source/BookStore-Application-Config.json +15 -0
  46. package/examples/quickstart/layer4/source/BookStore-Application.js +54 -0
  47. package/examples/quickstart/layer4/source/providers/Router-Config.json +18 -0
  48. package/examples/quickstart/layer4/source/views/View-About.js +38 -0
  49. package/examples/quickstart/layer4/source/views/View-Home.js +50 -0
  50. package/examples/quickstart/layer4/source/views/View-Layout.js +60 -0
  51. package/examples/quickstart/layer5/README.md +26 -0
  52. package/examples/quickstart/layer5/index.js +121 -0
  53. package/examples/quickstart/layer5/package-lock.json +345 -0
  54. package/examples/quickstart/layer5/package.json +13 -0
  55. package/modules/.claude/settings.local.json +52 -0
  56. package/modules/CLAUDE.md +60 -0
  57. package/modules/Checkout.sh +42 -0
  58. package/modules/Include-Retold-Module-List.sh +15 -0
  59. package/modules/Retold-Modules.md +24 -0
  60. package/modules/Status.sh +59 -0
  61. package/modules/Update.sh +45 -0
  62. package/modules/fable/Fable.md +2 -0
  63. package/modules/meadow/Meadow.md +1 -0
  64. package/modules/orator/Orator.md +1 -0
  65. package/modules/pict/Pict.md +1 -0
  66. package/package.json +30 -35
  67. package/source/Retold.cjs +2 -0
  68. package/test/Retold_tests.js +23 -41
  69. package/.travis.yml +0 -13
  70. package/source/Retold-Meadow-Macros.js +0 -269
  71. package/source/Retold.js +0 -48
@@ -0,0 +1,2826 @@
1
+ {
2
+ "Generated": "2026-02-11T01:22:53.073Z",
3
+ "GitHubOrg": "stevenvelozo",
4
+ "DefaultBranch": "master",
5
+ "Groups": [
6
+ {
7
+ "Name": "Fable",
8
+ "Key": "fable",
9
+ "Description": "Core framework: DI, config, logging, UUID, expressions",
10
+ "Modules": [
11
+ {
12
+ "Name": "fable",
13
+ "Repo": "fable",
14
+ "Group": "fable",
15
+ "Branch": "master",
16
+ "HasDocs": true,
17
+ "HasCover": true,
18
+ "Sidebar": [
19
+ {
20
+ "Title": "Getting Started",
21
+ "Children": [
22
+ {
23
+ "Title": "Introduction",
24
+ "Path": "README.md"
25
+ },
26
+ {
27
+ "Title": "Architecture",
28
+ "Path": "architecture.md"
29
+ }
30
+ ]
31
+ },
32
+ {
33
+ "Title": "Core Services",
34
+ "Children": [
35
+ {
36
+ "Title": "Services Overview",
37
+ "Path": "services/README.md"
38
+ },
39
+ {
40
+ "Title": "Logging",
41
+ "Path": "services/logging.md"
42
+ },
43
+ {
44
+ "Title": "Settings Manager",
45
+ "Path": "services/settings-manager.md"
46
+ },
47
+ {
48
+ "Title": "UUID",
49
+ "Path": "services/uuid.md"
50
+ }
51
+ ]
52
+ },
53
+ {
54
+ "Title": "Data Services",
55
+ "Children": [
56
+ {
57
+ "Title": "Dates",
58
+ "Path": "services/dates.md"
59
+ },
60
+ {
61
+ "Title": "Data Format",
62
+ "Path": "services/data-format.md"
63
+ },
64
+ {
65
+ "Title": "Data Generation",
66
+ "Path": "services/data-generation.md"
67
+ },
68
+ {
69
+ "Title": "Math",
70
+ "Path": "services/math.md"
71
+ },
72
+ {
73
+ "Title": "Logic",
74
+ "Path": "services/logic.md"
75
+ },
76
+ {
77
+ "Title": "Utility",
78
+ "Path": "services/utility.md"
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "Title": "Templating",
84
+ "Children": [
85
+ {
86
+ "Title": "Template",
87
+ "Path": "services/template.md"
88
+ },
89
+ {
90
+ "Title": "Meta-Template",
91
+ "Path": "services/meta-template.md"
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "Title": "Advanced Services",
97
+ "Children": [
98
+ {
99
+ "Title": "Anticipate",
100
+ "Path": "services/anticipate.md"
101
+ },
102
+ {
103
+ "Title": "Operation",
104
+ "Path": "services/operation.md"
105
+ },
106
+ {
107
+ "Title": "REST Client",
108
+ "Path": "services/rest-client.md"
109
+ },
110
+ {
111
+ "Title": "Expression Parser",
112
+ "Path": "services/expression-parser.md"
113
+ },
114
+ {
115
+ "Title": "CSV Parser",
116
+ "Path": "services/csv-parser.md"
117
+ },
118
+ {
119
+ "Title": "File Persistence",
120
+ "Path": "services/file-persistence.md"
121
+ }
122
+ ]
123
+ },
124
+ {
125
+ "Title": "Utilities",
126
+ "Children": [
127
+ {
128
+ "Title": "Manifest",
129
+ "Path": "services/manifest.md"
130
+ },
131
+ {
132
+ "Title": "Object Cache",
133
+ "Path": "services/object-cache.md"
134
+ },
135
+ {
136
+ "Title": "Environment Data",
137
+ "Path": "services/environment-data.md"
138
+ },
139
+ {
140
+ "Title": "Progress Time",
141
+ "Path": "services/progress-time.md"
142
+ },
143
+ {
144
+ "Title": "Progress Tracker Set",
145
+ "Path": "services/progress-tracker-set.md"
146
+ }
147
+ ]
148
+ }
149
+ ],
150
+ "DocFiles": [
151
+ ".nojekyll",
152
+ "README.md",
153
+ "_sidebar.md",
154
+ "architecture.md",
155
+ "cover.md",
156
+ "index.html",
157
+ "services/README.md",
158
+ "services/anticipate.md",
159
+ "services/csv-parser.md",
160
+ "services/data-format.md",
161
+ "services/data-generation.md",
162
+ "services/dates.md",
163
+ "services/environment-data.md",
164
+ "services/expression-parser-functions/README.md",
165
+ "services/expression-parser-functions/abs.md",
166
+ "services/expression-parser-functions/aggregationhistogram.md",
167
+ "services/expression-parser-functions/aggregationhistogrambyobject.md",
168
+ "services/expression-parser-functions/arrayconcat.md",
169
+ "services/expression-parser-functions/avg.md",
170
+ "services/expression-parser-functions/bucketset.md",
171
+ "services/expression-parser-functions/ceil.md",
172
+ "services/expression-parser-functions/cleanvaluearray.md",
173
+ "services/expression-parser-functions/cleanvalueobject.md",
174
+ "services/expression-parser-functions/compare.md",
175
+ "services/expression-parser-functions/concat.md",
176
+ "services/expression-parser-functions/concatraw.md",
177
+ "services/expression-parser-functions/cos.md",
178
+ "services/expression-parser-functions/count.md",
179
+ "services/expression-parser-functions/countset.md",
180
+ "services/expression-parser-functions/countsetelements.md",
181
+ "services/expression-parser-functions/createarrayfromabsolutevalues.md",
182
+ "services/expression-parser-functions/createvalueobjectbyhashes.md",
183
+ "services/expression-parser-functions/cumulativesummation.md",
184
+ "services/expression-parser-functions/dateadddays.md",
185
+ "services/expression-parser-functions/dateaddhours.md",
186
+ "services/expression-parser-functions/dateaddmilliseconds.md",
187
+ "services/expression-parser-functions/dateaddminutes.md",
188
+ "services/expression-parser-functions/dateaddmonths.md",
189
+ "services/expression-parser-functions/dateaddseconds.md",
190
+ "services/expression-parser-functions/dateaddweeks.md",
191
+ "services/expression-parser-functions/dateaddyears.md",
192
+ "services/expression-parser-functions/datedaydifference.md",
193
+ "services/expression-parser-functions/datefromparts.md",
194
+ "services/expression-parser-functions/datehourdifference.md",
195
+ "services/expression-parser-functions/datemathadd.md",
196
+ "services/expression-parser-functions/datemilliseconddifference.md",
197
+ "services/expression-parser-functions/dateminutedifference.md",
198
+ "services/expression-parser-functions/datemonthdifference.md",
199
+ "services/expression-parser-functions/dateseconddifference.md",
200
+ "services/expression-parser-functions/dateweekdifference.md",
201
+ "services/expression-parser-functions/dateyeardifference.md",
202
+ "services/expression-parser-functions/distributionhistogram.md",
203
+ "services/expression-parser-functions/distributionhistogrambyobject.md",
204
+ "services/expression-parser-functions/entryinset.md",
205
+ "services/expression-parser-functions/euler.md",
206
+ "services/expression-parser-functions/exp.md",
207
+ "services/expression-parser-functions/findfirstvaluebyexactmatch.md",
208
+ "services/expression-parser-functions/findfirstvaluebystringincludes.md",
209
+ "services/expression-parser-functions/flatten.md",
210
+ "services/expression-parser-functions/floor.md",
211
+ "services/expression-parser-functions/gaussianelimination.md",
212
+ "services/expression-parser-functions/generatearrayofobjectsfromsets.md",
213
+ "services/expression-parser-functions/getvalue.md",
214
+ "services/expression-parser-functions/getvaluearray.md",
215
+ "services/expression-parser-functions/getvalueobject.md",
216
+ "services/expression-parser-functions/if.md",
217
+ "services/expression-parser-functions/iterativeseries.md",
218
+ "services/expression-parser-functions/join.md",
219
+ "services/expression-parser-functions/joinraw.md",
220
+ "services/expression-parser-functions/largestinset.md",
221
+ "services/expression-parser-functions/leastsquares.md",
222
+ "services/expression-parser-functions/linest.md",
223
+ "services/expression-parser-functions/log.md",
224
+ "services/expression-parser-functions/match.md",
225
+ "services/expression-parser-functions/matrixinverse.md",
226
+ "services/expression-parser-functions/matrixmultiply.md",
227
+ "services/expression-parser-functions/matrixtranspose.md",
228
+ "services/expression-parser-functions/matrixvectormultiply.md",
229
+ "services/expression-parser-functions/max.md",
230
+ "services/expression-parser-functions/mean.md",
231
+ "services/expression-parser-functions/median.md",
232
+ "services/expression-parser-functions/min.md",
233
+ "services/expression-parser-functions/mode.md",
234
+ "services/expression-parser-functions/objectkeystoarray.md",
235
+ "services/expression-parser-functions/objectvaluessortbyexternalobjectarray.md",
236
+ "services/expression-parser-functions/objectvaluestoarray.md",
237
+ "services/expression-parser-functions/percent.md",
238
+ "services/expression-parser-functions/pi.md",
239
+ "services/expression-parser-functions/polynomialregression.md",
240
+ "services/expression-parser-functions/predict.md",
241
+ "services/expression-parser-functions/rad.md",
242
+ "services/expression-parser-functions/randomfloat.md",
243
+ "services/expression-parser-functions/randomfloatbetween.md",
244
+ "services/expression-parser-functions/randomfloatupto.md",
245
+ "services/expression-parser-functions/randominteger.md",
246
+ "services/expression-parser-functions/randomintegerbetween.md",
247
+ "services/expression-parser-functions/randomintegerupto.md",
248
+ "services/expression-parser-functions/resolvehtmlentities.md",
249
+ "services/expression-parser-functions/round.md",
250
+ "services/expression-parser-functions/setconcatenate.md",
251
+ "services/expression-parser-functions/sin.md",
252
+ "services/expression-parser-functions/slice.md",
253
+ "services/expression-parser-functions/smallestinset.md",
254
+ "services/expression-parser-functions/sorthistogram.md",
255
+ "services/expression-parser-functions/sorthistogrambykeys.md",
256
+ "services/expression-parser-functions/sortset.md",
257
+ "services/expression-parser-functions/sqrt.md",
258
+ "services/expression-parser-functions/stdev.md",
259
+ "services/expression-parser-functions/stdeva.md",
260
+ "services/expression-parser-functions/stdevp.md",
261
+ "services/expression-parser-functions/stringcountsegments.md",
262
+ "services/expression-parser-functions/stringgetsegments.md",
263
+ "services/expression-parser-functions/subtractingsummation.md",
264
+ "services/expression-parser-functions/sum.md",
265
+ "services/expression-parser-functions/tan.md",
266
+ "services/expression-parser-functions/tofixed.md",
267
+ "services/expression-parser-functions/var.md",
268
+ "services/expression-parser-functions/vara.md",
269
+ "services/expression-parser-functions/varp.md",
270
+ "services/expression-parser-functions/when.md",
271
+ "services/expression-parser.md",
272
+ "services/file-persistence.md",
273
+ "services/logging.md",
274
+ "services/logic.md",
275
+ "services/manifest.md",
276
+ "services/math.md",
277
+ "services/meta-template.md",
278
+ "services/object-cache.md",
279
+ "services/operation.md",
280
+ "services/progress-time.md",
281
+ "services/progress-tracker-set.md",
282
+ "services/rest-client.md",
283
+ "services/settings-manager.md",
284
+ "services/template.md",
285
+ "services/utility.md",
286
+ "services/uuid.md"
287
+ ]
288
+ },
289
+ {
290
+ "Name": "fable-log",
291
+ "Repo": "fable-log",
292
+ "Group": "fable",
293
+ "Branch": "master",
294
+ "HasDocs": true,
295
+ "HasCover": true,
296
+ "Sidebar": [
297
+ {
298
+ "Title": "Getting Started",
299
+ "Children": [
300
+ {
301
+ "Title": "Introduction",
302
+ "Path": "README.md"
303
+ },
304
+ {
305
+ "Title": "Quick Start",
306
+ "Path": "getting-started.md"
307
+ }
308
+ ]
309
+ },
310
+ {
311
+ "Title": "Configuration",
312
+ "Children": [
313
+ {
314
+ "Title": "Configuration",
315
+ "Path": "configuration.md"
316
+ }
317
+ ]
318
+ },
319
+ {
320
+ "Title": "Log Providers",
321
+ "Children": [
322
+ {
323
+ "Title": "Overview",
324
+ "Path": "providers.md"
325
+ },
326
+ {
327
+ "Title": "Custom Providers",
328
+ "Path": "custom-providers.md"
329
+ }
330
+ ]
331
+ },
332
+ {
333
+ "Title": "API Reference",
334
+ "Children": [
335
+ {
336
+ "Title": "API Reference",
337
+ "Path": "api-reference.md"
338
+ }
339
+ ]
340
+ },
341
+ {
342
+ "Title": "Advanced Usage",
343
+ "Children": [
344
+ {
345
+ "Title": "Browser Usage",
346
+ "Path": "browser-usage.md"
347
+ },
348
+ {
349
+ "Title": "Advanced Usage",
350
+ "Path": "advanced-usage.md"
351
+ }
352
+ ]
353
+ }
354
+ ],
355
+ "DocFiles": [
356
+ ".nojekyll",
357
+ "README.md",
358
+ "_sidebar.md",
359
+ "advanced-usage.md",
360
+ "api-reference.md",
361
+ "browser-usage.md",
362
+ "configuration.md",
363
+ "cover.md",
364
+ "custom-providers.md",
365
+ "getting-started.md",
366
+ "index.html",
367
+ "providers.md"
368
+ ]
369
+ },
370
+ {
371
+ "Name": "fable-log-logger-bunyan",
372
+ "Repo": "fable-log-logger-bunyan",
373
+ "Group": "fable",
374
+ "Branch": "master",
375
+ "HasDocs": false,
376
+ "HasCover": false,
377
+ "Sidebar": [],
378
+ "DocFiles": []
379
+ },
380
+ {
381
+ "Name": "fable-operationstep",
382
+ "Repo": "fable-operationstep",
383
+ "Group": "fable",
384
+ "Branch": "master",
385
+ "HasDocs": false,
386
+ "HasCover": false,
387
+ "Sidebar": [],
388
+ "DocFiles": []
389
+ },
390
+ {
391
+ "Name": "fable-serviceproviderbase",
392
+ "Repo": "fable-serviceproviderbase",
393
+ "Group": "fable",
394
+ "Branch": "master",
395
+ "HasDocs": false,
396
+ "HasCover": false,
397
+ "Sidebar": [],
398
+ "DocFiles": []
399
+ },
400
+ {
401
+ "Name": "fable-settings",
402
+ "Repo": "fable-settings",
403
+ "Group": "fable",
404
+ "Branch": "master",
405
+ "HasDocs": false,
406
+ "HasCover": false,
407
+ "Sidebar": [],
408
+ "DocFiles": []
409
+ },
410
+ {
411
+ "Name": "fable-uuid",
412
+ "Repo": "fable-uuid",
413
+ "Group": "fable",
414
+ "Branch": "master",
415
+ "HasDocs": true,
416
+ "HasCover": true,
417
+ "Sidebar": [
418
+ {
419
+ "Title": "Getting Started",
420
+ "Children": [
421
+ {
422
+ "Title": "Introduction",
423
+ "Path": "README.md"
424
+ },
425
+ {
426
+ "Title": "Configuration",
427
+ "Path": "configuration.md"
428
+ }
429
+ ]
430
+ },
431
+ {
432
+ "Title": "Reference",
433
+ "Children": [
434
+ {
435
+ "Title": "API Reference",
436
+ "Path": "api.md"
437
+ },
438
+ {
439
+ "Title": "Browser Support",
440
+ "Path": "browser-support.md"
441
+ }
442
+ ]
443
+ },
444
+ {
445
+ "Title": "Project",
446
+ "Children": [
447
+ {
448
+ "Title": "Resources",
449
+ "Path": "resources.md"
450
+ },
451
+ {
452
+ "Title": "Contributing",
453
+ "Path": "contributing.md"
454
+ },
455
+ {
456
+ "Title": "Changelog",
457
+ "Path": "changelog.md"
458
+ }
459
+ ]
460
+ }
461
+ ],
462
+ "DocFiles": [
463
+ ".nojekyll",
464
+ "README.md",
465
+ "_sidebar.md",
466
+ "api.md",
467
+ "browser-support.md",
468
+ "changelog.md",
469
+ "configuration.md",
470
+ "contributing.md",
471
+ "cover.md",
472
+ "index.html",
473
+ "resources.md"
474
+ ]
475
+ }
476
+ ]
477
+ },
478
+ {
479
+ "Name": "Meadow",
480
+ "Key": "meadow",
481
+ "Description": "Data access layer: ORM, query DSL, schema, DB connectors",
482
+ "Modules": [
483
+ {
484
+ "Name": "bibliograph",
485
+ "Repo": "bibliograph",
486
+ "Group": "meadow",
487
+ "Branch": "master",
488
+ "HasDocs": false,
489
+ "HasCover": false,
490
+ "Sidebar": [],
491
+ "DocFiles": []
492
+ },
493
+ {
494
+ "Name": "bibliograph-storage-leveldb",
495
+ "Repo": "bibliograph-storage-leveldb",
496
+ "Group": "meadow",
497
+ "Branch": "master",
498
+ "HasDocs": false,
499
+ "HasCover": false,
500
+ "Sidebar": [],
501
+ "DocFiles": []
502
+ },
503
+ {
504
+ "Name": "bibliograph-storage-lmdb",
505
+ "Repo": "bibliograph-storage-lmdb",
506
+ "Group": "meadow",
507
+ "Branch": "master",
508
+ "HasDocs": false,
509
+ "HasCover": false,
510
+ "Sidebar": [],
511
+ "DocFiles": []
512
+ },
513
+ {
514
+ "Name": "bibliograph-storage-rocksdb",
515
+ "Repo": "bibliograph-storage-rocksdb",
516
+ "Group": "meadow",
517
+ "Branch": "master",
518
+ "HasDocs": false,
519
+ "HasCover": false,
520
+ "Sidebar": [],
521
+ "DocFiles": []
522
+ },
523
+ {
524
+ "Name": "foxhound",
525
+ "Repo": "foxhound",
526
+ "Group": "meadow",
527
+ "Branch": "master",
528
+ "HasDocs": true,
529
+ "HasCover": true,
530
+ "Sidebar": [
531
+ {
532
+ "Title": "Getting Started",
533
+ "Children": [
534
+ {
535
+ "Title": "Introduction",
536
+ "Path": "README.md"
537
+ },
538
+ {
539
+ "Title": "Architecture",
540
+ "Path": "architecture.md"
541
+ }
542
+ ]
543
+ },
544
+ {
545
+ "Title": "Query Building",
546
+ "Children": [
547
+ {
548
+ "Title": "Query Overview",
549
+ "Path": "query/README.md"
550
+ },
551
+ {
552
+ "Title": "Create",
553
+ "Path": "query/create.md"
554
+ },
555
+ {
556
+ "Title": "Read",
557
+ "Path": "query/read.md"
558
+ },
559
+ {
560
+ "Title": "Update",
561
+ "Path": "query/update.md"
562
+ },
563
+ {
564
+ "Title": "Delete",
565
+ "Path": "query/delete.md"
566
+ },
567
+ {
568
+ "Title": "Count",
569
+ "Path": "query/count.md"
570
+ }
571
+ ]
572
+ },
573
+ {
574
+ "Title": "Filtering & Sorting",
575
+ "Children": [
576
+ {
577
+ "Title": "Filters",
578
+ "Path": "filters.md"
579
+ },
580
+ {
581
+ "Title": "Sorting",
582
+ "Path": "sorting.md"
583
+ },
584
+ {
585
+ "Title": "Joins",
586
+ "Path": "joins.md"
587
+ },
588
+ {
589
+ "Title": "Pagination",
590
+ "Path": "pagination.md"
591
+ }
592
+ ]
593
+ },
594
+ {
595
+ "Title": "Dialects",
596
+ "Children": [
597
+ {
598
+ "Title": "Dialects Overview",
599
+ "Path": "dialects/README.md"
600
+ },
601
+ {
602
+ "Title": "MySQL",
603
+ "Path": "dialects/mysql.md"
604
+ },
605
+ {
606
+ "Title": "MSSQL",
607
+ "Path": "dialects/mssql.md"
608
+ },
609
+ {
610
+ "Title": "SQLite",
611
+ "Path": "dialects/sqlite.md"
612
+ },
613
+ {
614
+ "Title": "ALASQL",
615
+ "Path": "dialects/alasql.md"
616
+ }
617
+ ]
618
+ },
619
+ {
620
+ "Title": "Advanced",
621
+ "Children": [
622
+ {
623
+ "Title": "Schema Integration",
624
+ "Path": "schema.md"
625
+ },
626
+ {
627
+ "Title": "Query Overrides",
628
+ "Path": "query-overrides.md"
629
+ },
630
+ {
631
+ "Title": "Configuration Reference",
632
+ "Path": "configuration.md"
633
+ }
634
+ ]
635
+ }
636
+ ],
637
+ "DocFiles": [
638
+ ".nojekyll",
639
+ "README.md",
640
+ "_sidebar.md",
641
+ "architecture.md",
642
+ "configuration.md",
643
+ "cover.md",
644
+ "dialects/README.md",
645
+ "dialects/alasql.md",
646
+ "dialects/mssql.md",
647
+ "dialects/mysql.md",
648
+ "dialects/sqlite.md",
649
+ "filters.md",
650
+ "index.html",
651
+ "joins.md",
652
+ "pagination.md",
653
+ "query/README.md",
654
+ "query/count.md",
655
+ "query/create.md",
656
+ "query/delete.md",
657
+ "query/read.md",
658
+ "query/update.md",
659
+ "query-overrides.md",
660
+ "schema.md",
661
+ "sorting.md"
662
+ ]
663
+ },
664
+ {
665
+ "Name": "meadow",
666
+ "Repo": "meadow",
667
+ "Group": "meadow",
668
+ "Branch": "master",
669
+ "HasDocs": true,
670
+ "HasCover": false,
671
+ "Sidebar": [
672
+ {
673
+ "Title": "Getting Started",
674
+ "Children": [
675
+ {
676
+ "Title": "Introduction",
677
+ "Path": "README.md"
678
+ },
679
+ {
680
+ "Title": "Architecture",
681
+ "Path": "architecture.md"
682
+ }
683
+ ]
684
+ },
685
+ {
686
+ "Title": "Core Concepts",
687
+ "Children": [
688
+ {
689
+ "Title": "Schema",
690
+ "Path": "schema/README.md"
691
+ },
692
+ {
693
+ "Title": "CRUD Operations",
694
+ "Path": "crud-operations.md"
695
+ },
696
+ {
697
+ "Title": "Query DSL",
698
+ "Path": "query-dsl.md"
699
+ },
700
+ {
701
+ "Title": "Raw Queries",
702
+ "Path": "raw-queries.md"
703
+ }
704
+ ]
705
+ },
706
+ {
707
+ "Title": "Schema",
708
+ "Children": [
709
+ {
710
+ "Title": "Schema Overview",
711
+ "Path": "schema/README.md"
712
+ }
713
+ ]
714
+ },
715
+ {
716
+ "Title": "Query Operations",
717
+ "Children": [
718
+ {
719
+ "Title": "Query Overview",
720
+ "Path": "query/README.md"
721
+ },
722
+ {
723
+ "Title": "Create",
724
+ "Path": "query/create.md"
725
+ },
726
+ {
727
+ "Title": "Read",
728
+ "Path": "query/read.md"
729
+ },
730
+ {
731
+ "Title": "Update",
732
+ "Path": "query/update.md"
733
+ },
734
+ {
735
+ "Title": "Delete",
736
+ "Path": "query/delete.md"
737
+ },
738
+ {
739
+ "Title": "Count",
740
+ "Path": "query/count.md"
741
+ }
742
+ ]
743
+ },
744
+ {
745
+ "Title": "Providers",
746
+ "Children": [
747
+ {
748
+ "Title": "Providers Overview",
749
+ "Path": "providers/README.md"
750
+ },
751
+ {
752
+ "Title": "MySQL",
753
+ "Path": "providers/mysql.md"
754
+ },
755
+ {
756
+ "Title": "MSSQL",
757
+ "Path": "providers/mssql.md"
758
+ },
759
+ {
760
+ "Title": "SQLite",
761
+ "Path": "providers/sqlite.md"
762
+ },
763
+ {
764
+ "Title": "ALASQL",
765
+ "Path": "providers/alasql.md"
766
+ }
767
+ ]
768
+ },
769
+ {
770
+ "Title": "Advanced",
771
+ "Children": [
772
+ {
773
+ "Title": "Audit Tracking",
774
+ "Path": "audit-tracking.md"
775
+ },
776
+ {
777
+ "Title": "Soft Deletes",
778
+ "Path": "soft-deletes.md"
779
+ },
780
+ {
781
+ "Title": "Configuration Reference",
782
+ "Path": "configuration.md"
783
+ }
784
+ ]
785
+ }
786
+ ],
787
+ "DocFiles": [
788
+ "README.md",
789
+ "_sidebar.md",
790
+ "providers/README.md",
791
+ "providers/alasql.md",
792
+ "providers/mssql.md",
793
+ "providers/mysql.md",
794
+ "providers/sqlite.md",
795
+ "query/README.md",
796
+ "query/count.md",
797
+ "query/create.md",
798
+ "query/delete.md",
799
+ "query/read.md",
800
+ "query/update.md",
801
+ "schema/README.md"
802
+ ]
803
+ },
804
+ {
805
+ "Name": "meadow-connection-mssql",
806
+ "Repo": "meadow-connection-mssql",
807
+ "Group": "meadow",
808
+ "Branch": "master",
809
+ "HasDocs": false,
810
+ "HasCover": false,
811
+ "Sidebar": [],
812
+ "DocFiles": []
813
+ },
814
+ {
815
+ "Name": "meadow-connection-mysql",
816
+ "Repo": "meadow-connection-mysql",
817
+ "Group": "meadow",
818
+ "Branch": "master",
819
+ "HasDocs": false,
820
+ "HasCover": false,
821
+ "Sidebar": [],
822
+ "DocFiles": []
823
+ },
824
+ {
825
+ "Name": "meadow-connection-sqlite",
826
+ "Repo": "meadow-connection-sqlite",
827
+ "Group": "meadow",
828
+ "Branch": "master",
829
+ "HasDocs": false,
830
+ "HasCover": false,
831
+ "Sidebar": [],
832
+ "DocFiles": []
833
+ },
834
+ {
835
+ "Name": "meadow-endpoints",
836
+ "Repo": "meadow-endpoints",
837
+ "Group": "meadow",
838
+ "Branch": "master",
839
+ "HasDocs": true,
840
+ "HasCover": false,
841
+ "Sidebar": [
842
+ {
843
+ "Title": "Getting Started",
844
+ "Children": [
845
+ {
846
+ "Title": "Introduction",
847
+ "Path": "README.md"
848
+ },
849
+ {
850
+ "Title": "Getting Started",
851
+ "Path": "getting-started.md"
852
+ },
853
+ {
854
+ "Title": "Architecture",
855
+ "Path": "architecture.md"
856
+ }
857
+ ]
858
+ },
859
+ {
860
+ "Title": "Core Concepts",
861
+ "Children": [
862
+ {
863
+ "Title": "Generated Routes",
864
+ "Path": "generated-routes.md"
865
+ },
866
+ {
867
+ "Title": "Behavior Injection",
868
+ "Path": "behavior-injection.md"
869
+ },
870
+ {
871
+ "Title": "Dynamic Filtering",
872
+ "Path": "dynamic-filtering.md"
873
+ },
874
+ {
875
+ "Title": "Session Management",
876
+ "Path": "session-management.md"
877
+ }
878
+ ]
879
+ },
880
+ {
881
+ "Title": "Endpoints",
882
+ "Children": [
883
+ {
884
+ "Title": "Create Endpoints",
885
+ "Path": "endpoints/create.md"
886
+ },
887
+ {
888
+ "Title": "Read Endpoints",
889
+ "Path": "endpoints/read.md"
890
+ },
891
+ {
892
+ "Title": "Update Endpoints",
893
+ "Path": "endpoints/update.md"
894
+ },
895
+ {
896
+ "Title": "Delete Endpoints",
897
+ "Path": "endpoints/delete.md"
898
+ },
899
+ {
900
+ "Title": "Count Endpoints",
901
+ "Path": "endpoints/count.md"
902
+ },
903
+ {
904
+ "Title": "Schema Endpoints",
905
+ "Path": "endpoints/schema.md"
906
+ }
907
+ ]
908
+ },
909
+ {
910
+ "Title": "CRUD Deep Dive",
911
+ "Children": [
912
+ {
913
+ "Title": "Overview",
914
+ "Path": "crud/README.md"
915
+ },
916
+ {
917
+ "Title": "Create",
918
+ "Path": "crud/create.md"
919
+ },
920
+ {
921
+ "Title": "Read",
922
+ "Path": "crud/read.md"
923
+ },
924
+ {
925
+ "Title": "Update",
926
+ "Path": "crud/update.md"
927
+ },
928
+ {
929
+ "Title": "Delete",
930
+ "Path": "crud/delete.md"
931
+ },
932
+ {
933
+ "Title": "Count",
934
+ "Path": "crud/count.md"
935
+ },
936
+ {
937
+ "Title": "Schema, New & Validate",
938
+ "Path": "crud/schema.md"
939
+ }
940
+ ]
941
+ },
942
+ {
943
+ "Title": "Advanced",
944
+ "Children": [
945
+ {
946
+ "Title": "Custom Controllers",
947
+ "Path": "custom-controllers.md"
948
+ },
949
+ {
950
+ "Title": "Error Handling",
951
+ "Path": "error-handling.md"
952
+ },
953
+ {
954
+ "Title": "Configuration Reference",
955
+ "Path": "configuration.md"
956
+ }
957
+ ]
958
+ }
959
+ ],
960
+ "DocFiles": [
961
+ "README.md",
962
+ "_sidebar.md",
963
+ "crud/README.md",
964
+ "crud/count.md",
965
+ "crud/create.md",
966
+ "crud/delete.md",
967
+ "crud/read.md",
968
+ "crud/schema.md",
969
+ "crud/update.md"
970
+ ]
971
+ },
972
+ {
973
+ "Name": "meadow-graph-client",
974
+ "Repo": "meadow-graph-client",
975
+ "Group": "meadow",
976
+ "Branch": "master",
977
+ "HasDocs": false,
978
+ "HasCover": false,
979
+ "Sidebar": [],
980
+ "DocFiles": []
981
+ },
982
+ {
983
+ "Name": "meadow-integration",
984
+ "Repo": "meadow-integration",
985
+ "Group": "meadow",
986
+ "Branch": "master",
987
+ "HasDocs": true,
988
+ "HasCover": false,
989
+ "Sidebar": [],
990
+ "DocFiles": [
991
+ ".nojekyll",
992
+ "README.md",
993
+ "examples/bookstore/.gitignore",
994
+ "examples/bookstore/BookData.md",
995
+ "examples/bookstore/Generate_Bookstore_Comprehension.sh",
996
+ "examples/bookstore/mapping_books_Author.json",
997
+ "examples/bookstore/mapping_books_Book.json",
998
+ "examples/bookstore/mapping_books_BookAuthorJoin.json",
999
+ "examples/data/books.csv",
1000
+ "examples/data/seattle_neighborhoods/Seattle_Data_Information.md",
1001
+ "examples/data/seattle_neighborhoods/housing_characteristics_Neighborhoods.csv",
1002
+ "examples/data/seattle_neighborhoods/housing_costs_Neighborhoods.csv",
1003
+ "examples/data/seattle_neighborhoods/race_ethnicity_Neighborhoods.csv",
1004
+ "examples/multi_set_integration/multi_set_step_by_step.md",
1005
+ "examples/multi_set_integration/multi_set_step_by_step_overview_diagram.excalidraw.svg",
1006
+ "examples/multi_set_integration/part_1_getting_data.md",
1007
+ "index.html",
1008
+ "vocabulary/Column.md",
1009
+ "vocabulary/Comprehension.md",
1010
+ "vocabulary/Confidence.md",
1011
+ "vocabulary/Data Capture Date.md",
1012
+ "vocabulary/Data Entry Date.md",
1013
+ "vocabulary/Entity.md",
1014
+ "vocabulary/Format.md",
1015
+ "vocabulary/GUID.md",
1016
+ "vocabulary/Join.md",
1017
+ "vocabulary/Record.md",
1018
+ "vocabulary/Schema.md",
1019
+ "vocabulary/Set.md",
1020
+ "vocabulary/Snapshot.md",
1021
+ "vocabulary/Source.md",
1022
+ "vocabulary/Version.md"
1023
+ ]
1024
+ },
1025
+ {
1026
+ "Name": "parime",
1027
+ "Repo": "parime",
1028
+ "Group": "meadow",
1029
+ "Branch": "master",
1030
+ "HasDocs": false,
1031
+ "HasCover": false,
1032
+ "Sidebar": [],
1033
+ "DocFiles": []
1034
+ },
1035
+ {
1036
+ "Name": "retold-data-service",
1037
+ "Repo": "retold-data-service",
1038
+ "Group": "meadow",
1039
+ "Branch": "master",
1040
+ "HasDocs": true,
1041
+ "HasCover": true,
1042
+ "Sidebar": [
1043
+ {
1044
+ "Title": "Getting Started",
1045
+ "Children": [
1046
+ {
1047
+ "Title": "Introduction",
1048
+ "Path": "README.md"
1049
+ },
1050
+ {
1051
+ "Title": "Architecture",
1052
+ "Path": "architecture.md"
1053
+ },
1054
+ {
1055
+ "Title": "Configuration",
1056
+ "Path": "configuration.md"
1057
+ }
1058
+ ]
1059
+ },
1060
+ {
1061
+ "Title": "Usage",
1062
+ "Children": [
1063
+ {
1064
+ "Title": "Initialization",
1065
+ "Path": "initialization.md"
1066
+ },
1067
+ {
1068
+ "Title": "Endpoints",
1069
+ "Path": "endpoints.md"
1070
+ },
1071
+ {
1072
+ "Title": "DAL Access",
1073
+ "Path": "dal-access.md"
1074
+ },
1075
+ {
1076
+ "Title": "Behavior Injection",
1077
+ "Path": "behavior-injection.md"
1078
+ }
1079
+ ]
1080
+ },
1081
+ {
1082
+ "Title": "Advanced",
1083
+ "Children": [
1084
+ {
1085
+ "Title": "Lifecycle Hooks",
1086
+ "Path": "lifecycle-hooks.md"
1087
+ },
1088
+ {
1089
+ "Title": "Storage Providers",
1090
+ "Path": "storage-providers.md"
1091
+ },
1092
+ {
1093
+ "Title": "Schema Definition",
1094
+ "Path": "schema-definition.md"
1095
+ }
1096
+ ]
1097
+ }
1098
+ ],
1099
+ "DocFiles": [
1100
+ ".nojekyll",
1101
+ "README.md",
1102
+ "_sidebar.md",
1103
+ "architecture.md",
1104
+ "behavior-injection.md",
1105
+ "configuration.md",
1106
+ "cover.md",
1107
+ "dal-access.md",
1108
+ "endpoints.md",
1109
+ "index.html",
1110
+ "initialization.md",
1111
+ "lifecycle-hooks.md",
1112
+ "schema-definition.md",
1113
+ "storage-providers.md"
1114
+ ]
1115
+ },
1116
+ {
1117
+ "Name": "retold-harness",
1118
+ "Repo": "retold-harness",
1119
+ "Group": "meadow",
1120
+ "Branch": "master",
1121
+ "HasDocs": true,
1122
+ "HasCover": false,
1123
+ "Sidebar": [
1124
+ {
1125
+ "Title": "Getting Started",
1126
+ "Children": [
1127
+ {
1128
+ "Title": "Overview",
1129
+ "Path": "README.md"
1130
+ },
1131
+ {
1132
+ "Title": "Quick Start",
1133
+ "Path": "quickstart.md"
1134
+ },
1135
+ {
1136
+ "Title": "Docker Setup",
1137
+ "Path": "docker.md"
1138
+ }
1139
+ ]
1140
+ },
1141
+ {
1142
+ "Title": "Data Model",
1143
+ "Children": [
1144
+ {
1145
+ "Title": "Schema Overview",
1146
+ "Path": "schema.md"
1147
+ },
1148
+ {
1149
+ "Title": "Entity Reference",
1150
+ "Path": "entities.md"
1151
+ }
1152
+ ]
1153
+ },
1154
+ {
1155
+ "Title": "API",
1156
+ "Children": [
1157
+ {
1158
+ "Title": "REST Endpoints",
1159
+ "Path": "endpoints.md"
1160
+ },
1161
+ {
1162
+ "Title": "Filtering & Pagination",
1163
+ "Path": "filtering.md"
1164
+ }
1165
+ ]
1166
+ },
1167
+ {
1168
+ "Title": "Customization",
1169
+ "Children": [
1170
+ {
1171
+ "Title": "Behavior Injection",
1172
+ "Path": "behavior-injection.md"
1173
+ },
1174
+ {
1175
+ "Title": "Configuration",
1176
+ "Path": "configuration.md"
1177
+ }
1178
+ ]
1179
+ },
1180
+ {
1181
+ "Title": "Development",
1182
+ "Children": [
1183
+ {
1184
+ "Title": "Testing",
1185
+ "Path": "testing.md"
1186
+ },
1187
+ {
1188
+ "Title": "Luxury Code IDE",
1189
+ "Path": "luxury-code.md"
1190
+ }
1191
+ ]
1192
+ }
1193
+ ],
1194
+ "DocFiles": [
1195
+ ".nojekyll",
1196
+ "README.md",
1197
+ "_coverpage.md",
1198
+ "_sidebar.md",
1199
+ "behavior-injection.md",
1200
+ "configuration.md",
1201
+ "docker.md",
1202
+ "endpoints.md",
1203
+ "entities.md",
1204
+ "filtering.md",
1205
+ "index.html",
1206
+ "luxury-code.md",
1207
+ "quickstart.md",
1208
+ "schema.md",
1209
+ "testing.md"
1210
+ ]
1211
+ },
1212
+ {
1213
+ "Name": "stricture",
1214
+ "Repo": "stricture",
1215
+ "Group": "meadow",
1216
+ "Branch": "master",
1217
+ "HasDocs": false,
1218
+ "HasCover": false,
1219
+ "Sidebar": [],
1220
+ "DocFiles": []
1221
+ }
1222
+ ]
1223
+ },
1224
+ {
1225
+ "Name": "Orator",
1226
+ "Key": "orator",
1227
+ "Description": "API server: Restify, static files, HTTP proxy, WebSocket",
1228
+ "Modules": [
1229
+ {
1230
+ "Name": "orator",
1231
+ "Repo": "orator",
1232
+ "Group": "orator",
1233
+ "Branch": "master",
1234
+ "HasDocs": true,
1235
+ "HasCover": true,
1236
+ "Sidebar": [
1237
+ {
1238
+ "Title": "Getting Started",
1239
+ "Children": [
1240
+ {
1241
+ "Title": "Introduction",
1242
+ "Path": "README.md"
1243
+ },
1244
+ {
1245
+ "Title": "Getting Started",
1246
+ "Path": "getting-started.md"
1247
+ },
1248
+ {
1249
+ "Title": "Architecture",
1250
+ "Path": "architecture.md"
1251
+ }
1252
+ ]
1253
+ },
1254
+ {
1255
+ "Title": "Core Concepts",
1256
+ "Children": [
1257
+ {
1258
+ "Title": "Service Servers",
1259
+ "Path": "service-servers.md"
1260
+ },
1261
+ {
1262
+ "Title": "Lifecycle Hooks",
1263
+ "Path": "lifecycle-hooks.md"
1264
+ },
1265
+ {
1266
+ "Title": "Static File Serving",
1267
+ "Path": "static-files.md"
1268
+ }
1269
+ ]
1270
+ },
1271
+ {
1272
+ "Title": "Service Server Implementations",
1273
+ "Children": [
1274
+ {
1275
+ "Title": "IPC Server",
1276
+ "Path": "ipc-server.md"
1277
+ },
1278
+ {
1279
+ "Title": "Restify Server",
1280
+ "Path": "restify-server.md"
1281
+ }
1282
+ ]
1283
+ },
1284
+ {
1285
+ "Title": "Advanced",
1286
+ "Children": [
1287
+ {
1288
+ "Title": "HTTP Proxy",
1289
+ "Path": "http-proxy.md"
1290
+ },
1291
+ {
1292
+ "Title": "Configuration Reference",
1293
+ "Path": "configuration.md"
1294
+ }
1295
+ ]
1296
+ }
1297
+ ],
1298
+ "DocFiles": [
1299
+ ".nojekyll",
1300
+ "README.md",
1301
+ "_sidebar.md",
1302
+ "architecture.md",
1303
+ "configuration.md",
1304
+ "cover.md",
1305
+ "getting-started.md",
1306
+ "http-proxy.md",
1307
+ "index.html",
1308
+ "ipc-server.md",
1309
+ "lifecycle-hooks.md",
1310
+ "restify-server.md",
1311
+ "service-servers.md",
1312
+ "static-files.md"
1313
+ ]
1314
+ },
1315
+ {
1316
+ "Name": "orator-conversion",
1317
+ "Repo": "orator-conversion",
1318
+ "Group": "orator",
1319
+ "Branch": "master",
1320
+ "HasDocs": true,
1321
+ "HasCover": true,
1322
+ "Sidebar": [
1323
+ {
1324
+ "Title": "Getting Started",
1325
+ "Children": [
1326
+ {
1327
+ "Title": "Introduction",
1328
+ "Path": "README.md"
1329
+ },
1330
+ {
1331
+ "Title": "Getting Started",
1332
+ "Path": "getting-started.md"
1333
+ }
1334
+ ]
1335
+ },
1336
+ {
1337
+ "Title": "Reference",
1338
+ "Children": [
1339
+ {
1340
+ "Title": "Configuration",
1341
+ "Path": "configuration.md"
1342
+ },
1343
+ {
1344
+ "Title": "API Reference",
1345
+ "Path": "api-reference.md"
1346
+ }
1347
+ ]
1348
+ },
1349
+ {
1350
+ "Title": "Endpoints",
1351
+ "Children": [
1352
+ {
1353
+ "Title": "JPG to PNG",
1354
+ "Path": "endpoints/001-jpg-to-png.md"
1355
+ },
1356
+ {
1357
+ "Title": "PNG to JPG",
1358
+ "Path": "endpoints/002-png-to-jpg.md"
1359
+ },
1360
+ {
1361
+ "Title": "PDF to Page PNG",
1362
+ "Path": "endpoints/003-pdf-to-page-png.md"
1363
+ },
1364
+ {
1365
+ "Title": "PDF to Page JPG",
1366
+ "Path": "endpoints/004-pdf-to-page-jpg.md"
1367
+ }
1368
+ ]
1369
+ }
1370
+ ],
1371
+ "DocFiles": [
1372
+ ".nojekyll",
1373
+ "README.md",
1374
+ "_sidebar.md",
1375
+ "api-reference.md",
1376
+ "configuration.md",
1377
+ "cover.md",
1378
+ "endpoints/001-jpg-to-png.md",
1379
+ "endpoints/002-png-to-jpg.md",
1380
+ "endpoints/003-pdf-to-page-png.md",
1381
+ "endpoints/004-pdf-to-page-jpg.md",
1382
+ "endpoints/README.md",
1383
+ "getting-started.md",
1384
+ "index.html"
1385
+ ]
1386
+ },
1387
+ {
1388
+ "Name": "orator-endpoint",
1389
+ "Repo": "orator-endpoint",
1390
+ "Group": "orator",
1391
+ "Branch": "master",
1392
+ "HasDocs": false,
1393
+ "HasCover": false,
1394
+ "Sidebar": [],
1395
+ "DocFiles": []
1396
+ },
1397
+ {
1398
+ "Name": "orator-http-proxy",
1399
+ "Repo": "orator-http-proxy",
1400
+ "Group": "orator",
1401
+ "Branch": "master",
1402
+ "HasDocs": true,
1403
+ "HasCover": true,
1404
+ "Sidebar": [
1405
+ {
1406
+ "Title": "Getting Started",
1407
+ "Children": [
1408
+ {
1409
+ "Title": "Introduction",
1410
+ "Path": "README.md"
1411
+ },
1412
+ {
1413
+ "Title": "Getting Started",
1414
+ "Path": "getting-started.md"
1415
+ }
1416
+ ]
1417
+ },
1418
+ {
1419
+ "Title": "Reference",
1420
+ "Children": [
1421
+ {
1422
+ "Title": "Configuration",
1423
+ "Path": "configuration.md"
1424
+ }
1425
+ ]
1426
+ }
1427
+ ],
1428
+ "DocFiles": [
1429
+ ".nojekyll",
1430
+ "README.md",
1431
+ "_sidebar.md",
1432
+ "configuration.md",
1433
+ "cover.md",
1434
+ "getting-started.md",
1435
+ "index.html"
1436
+ ]
1437
+ },
1438
+ {
1439
+ "Name": "orator-serviceserver-base",
1440
+ "Repo": "orator-serviceserver-base",
1441
+ "Group": "orator",
1442
+ "Branch": "master",
1443
+ "HasDocs": true,
1444
+ "HasCover": true,
1445
+ "Sidebar": [
1446
+ {
1447
+ "Title": "Getting Started",
1448
+ "Children": [
1449
+ {
1450
+ "Title": "Introduction",
1451
+ "Path": "README.md"
1452
+ },
1453
+ {
1454
+ "Title": "Creating a Custom Server",
1455
+ "Path": "custom-server.md"
1456
+ }
1457
+ ]
1458
+ },
1459
+ {
1460
+ "Title": "Reference",
1461
+ "Children": [
1462
+ {
1463
+ "Title": "API Reference",
1464
+ "Path": "api-reference.md"
1465
+ },
1466
+ {
1467
+ "Title": "Template Method Pattern",
1468
+ "Path": "template-method.md"
1469
+ }
1470
+ ]
1471
+ }
1472
+ ],
1473
+ "DocFiles": [
1474
+ ".nojekyll",
1475
+ "README.md",
1476
+ "_sidebar.md",
1477
+ "api-reference.md",
1478
+ "cover.md",
1479
+ "custom-server.md",
1480
+ "index.html",
1481
+ "template-method.md"
1482
+ ]
1483
+ },
1484
+ {
1485
+ "Name": "orator-serviceserver-restify",
1486
+ "Repo": "orator-serviceserver-restify",
1487
+ "Group": "orator",
1488
+ "Branch": "master",
1489
+ "HasDocs": true,
1490
+ "HasCover": true,
1491
+ "Sidebar": [
1492
+ {
1493
+ "Title": "Getting Started",
1494
+ "Children": [
1495
+ {
1496
+ "Title": "Introduction",
1497
+ "Path": "README.md"
1498
+ },
1499
+ {
1500
+ "Title": "Getting Started",
1501
+ "Path": "getting-started.md"
1502
+ }
1503
+ ]
1504
+ },
1505
+ {
1506
+ "Title": "Reference",
1507
+ "Children": [
1508
+ {
1509
+ "Title": "Configuration",
1510
+ "Path": "configuration.md"
1511
+ },
1512
+ {
1513
+ "Title": "Middleware",
1514
+ "Path": "middleware.md"
1515
+ },
1516
+ {
1517
+ "Title": "Body Parsing",
1518
+ "Path": "body-parsing.md"
1519
+ }
1520
+ ]
1521
+ }
1522
+ ],
1523
+ "DocFiles": [
1524
+ ".nojekyll",
1525
+ "README.md",
1526
+ "_sidebar.md",
1527
+ "body-parsing.md",
1528
+ "configuration.md",
1529
+ "cover.md",
1530
+ "getting-started.md",
1531
+ "index.html",
1532
+ "middleware.md"
1533
+ ]
1534
+ },
1535
+ {
1536
+ "Name": "orator-static-server",
1537
+ "Repo": "orator-static-server",
1538
+ "Group": "orator",
1539
+ "Branch": "master",
1540
+ "HasDocs": true,
1541
+ "HasCover": true,
1542
+ "Sidebar": [
1543
+ {
1544
+ "Title": "Getting Started",
1545
+ "Children": [
1546
+ {
1547
+ "Title": "Introduction",
1548
+ "Path": "README.md"
1549
+ },
1550
+ {
1551
+ "Title": "Getting Started",
1552
+ "Path": "getting-started.md"
1553
+ }
1554
+ ]
1555
+ },
1556
+ {
1557
+ "Title": "Reference",
1558
+ "Children": [
1559
+ {
1560
+ "Title": "API Reference",
1561
+ "Path": "api-reference.md"
1562
+ },
1563
+ {
1564
+ "Title": "Subdomain Routing",
1565
+ "Path": "subdomain-routing.md"
1566
+ }
1567
+ ]
1568
+ }
1569
+ ],
1570
+ "DocFiles": [
1571
+ ".nojekyll",
1572
+ "README.md",
1573
+ "_sidebar.md",
1574
+ "api-reference.md",
1575
+ "cover.md",
1576
+ "getting-started.md",
1577
+ "index.html",
1578
+ "subdomain-routing.md"
1579
+ ]
1580
+ },
1581
+ {
1582
+ "Name": "tidings",
1583
+ "Repo": "tidings",
1584
+ "Group": "orator",
1585
+ "Branch": "master",
1586
+ "HasDocs": false,
1587
+ "HasCover": false,
1588
+ "Sidebar": [],
1589
+ "DocFiles": []
1590
+ }
1591
+ ]
1592
+ },
1593
+ {
1594
+ "Name": "Pict",
1595
+ "Key": "pict",
1596
+ "Description": "MVC framework: views, templates, providers, forms, TUI",
1597
+ "Modules": [
1598
+ {
1599
+ "Name": "cryptbrau",
1600
+ "Repo": "cryptbrau",
1601
+ "Group": "pict",
1602
+ "Branch": "master",
1603
+ "HasDocs": false,
1604
+ "HasCover": false,
1605
+ "Sidebar": [],
1606
+ "DocFiles": []
1607
+ },
1608
+ {
1609
+ "Name": "informary",
1610
+ "Repo": "informary",
1611
+ "Group": "pict",
1612
+ "Branch": "master",
1613
+ "HasDocs": false,
1614
+ "HasCover": false,
1615
+ "Sidebar": [],
1616
+ "DocFiles": []
1617
+ },
1618
+ {
1619
+ "Name": "pict",
1620
+ "Repo": "pict",
1621
+ "Group": "pict",
1622
+ "Branch": "master",
1623
+ "HasDocs": true,
1624
+ "HasCover": true,
1625
+ "Sidebar": [
1626
+ {
1627
+ "Title": "Getting Started",
1628
+ "Children": [
1629
+ {
1630
+ "Title": "Introduction",
1631
+ "Path": "README.md"
1632
+ },
1633
+ {
1634
+ "Title": "Quickstart",
1635
+ "Path": "pict_quickstart.md"
1636
+ },
1637
+ {
1638
+ "Title": "Key Concepts",
1639
+ "Path": "pict_keyconcepts.md"
1640
+ }
1641
+ ]
1642
+ },
1643
+ {
1644
+ "Title": "Core Concepts",
1645
+ "Children": [
1646
+ {
1647
+ "Title": "State Management",
1648
+ "Path": "state_management/README.md"
1649
+ },
1650
+ {
1651
+ "Title": "Views",
1652
+ "Path": "views/README.md"
1653
+ },
1654
+ {
1655
+ "Title": "Providers",
1656
+ "Path": "providers/README.md"
1657
+ },
1658
+ {
1659
+ "Title": "Applications",
1660
+ "Path": "applications/README.md"
1661
+ },
1662
+ {
1663
+ "Title": "Solvers",
1664
+ "Path": "solvers/README.md"
1665
+ }
1666
+ ]
1667
+ },
1668
+ {
1669
+ "Title": "Templating",
1670
+ "Children": [
1671
+ {
1672
+ "Title": "Metatemplate Manager",
1673
+ "Path": "templating/pict_metatemplate_manager.md"
1674
+ },
1675
+ {
1676
+ "Title": "Template Expressions",
1677
+ "Path": "templating/pict_template_expressions.md"
1678
+ }
1679
+ ]
1680
+ },
1681
+ {
1682
+ "Title": "Application Lifecycle",
1683
+ "Children": [
1684
+ {
1685
+ "Title": "Lifecycle Overview",
1686
+ "Path": "application_lifecycle/README.md"
1687
+ }
1688
+ ]
1689
+ },
1690
+ {
1691
+ "Title": "Design Philosophy",
1692
+ "Children": [
1693
+ {
1694
+ "Title": "Overall Philosophy",
1695
+ "Path": "design_philosophy/overall_design_philosophy.md"
1696
+ },
1697
+ {
1698
+ "Title": "Lifecycle Events",
1699
+ "Path": "design_philosophy/applications_providers_views_and_solvers.md"
1700
+ },
1701
+ {
1702
+ "Title": "MVC Pattern",
1703
+ "Path": "design_philosophy/model_view_controller_ohmy.md"
1704
+ },
1705
+ {
1706
+ "Title": "State & Lifecycle Coupling",
1707
+ "Path": "design_philosophy/state_management_and_lifecycle_coupling.md"
1708
+ }
1709
+ ]
1710
+ },
1711
+ {
1712
+ "Title": "Development",
1713
+ "Children": [
1714
+ {
1715
+ "Title": "Building Pict",
1716
+ "Path": "development/building_pict.md"
1717
+ },
1718
+ {
1719
+ "Title": "Automated Testing",
1720
+ "Path": "development/testing_pict.md"
1721
+ },
1722
+ {
1723
+ "Title": "Luxury Code",
1724
+ "Path": "development/pict_luxury_code.md"
1725
+ },
1726
+ {
1727
+ "Title": "Virtual Environments",
1728
+ "Path": "development/pict_virtual_environments.md"
1729
+ }
1730
+ ]
1731
+ },
1732
+ {
1733
+ "Title": "Examples",
1734
+ "Children": [
1735
+ {
1736
+ "Title": "Hello World",
1737
+ "Path": "examples/hello_world/README.md"
1738
+ }
1739
+ ]
1740
+ }
1741
+ ],
1742
+ "DocFiles": [
1743
+ ".nojekyll",
1744
+ "README.md",
1745
+ "_sidebar.md",
1746
+ "application_lifecycle/README.md",
1747
+ "applications/README.md",
1748
+ "cover.md",
1749
+ "dependencies/docsify-4.js",
1750
+ "dependencies/pict.min.js",
1751
+ "dependencies/vue.css",
1752
+ "design_philosophy/applications_providers_views_and_solvers.md",
1753
+ "design_philosophy/config.json",
1754
+ "design_philosophy/model_view_controller_ohmy.md",
1755
+ "design_philosophy/overall_design_philosophy.md",
1756
+ "design_philosophy/state_management_and_lifecycle_coupling.md",
1757
+ "design_philosophy/traditional_application_shape.excalidraw.svg",
1758
+ "development/building_pict.md",
1759
+ "development/pict_luxury_code.md",
1760
+ "development/pict_virtual_environments.md",
1761
+ "development/testing_pict.md",
1762
+ "examples/complex_example_seattle_data/data/Seattle_Data_Information.md",
1763
+ "examples/complex_example_seattle_data/data/housing_characteristics_Neighborhoods_4965628210524256870.csv",
1764
+ "examples/complex_example_seattle_data/data/housing_costs_Neighborhoods_-8848403750169343217.csv",
1765
+ "examples/complex_example_seattle_data/data/race_ethnicity_Neighborhoods_-7085838689260358328.csv",
1766
+ "examples/hello_world/.babelrc",
1767
+ "examples/hello_world/.browserslistrc",
1768
+ "examples/hello_world/.browserslistrc-BACKUP",
1769
+ "examples/hello_world/.gulpfile-quackage-config.json",
1770
+ "examples/hello_world/.gulpfile-quackage.js",
1771
+ "examples/hello_world/.quackage.json",
1772
+ "examples/hello_world/README.md",
1773
+ "examples/hello_world/dist/.gitignore",
1774
+ "examples/hello_world/dist/hello_world.js",
1775
+ "examples/hello_world/dist/hello_world.js.map",
1776
+ "examples/hello_world/dist/hello_world.min.js",
1777
+ "examples/hello_world/dist/hello_world.min.js.map",
1778
+ "examples/hello_world/dist/index.html",
1779
+ "examples/hello_world/index.js",
1780
+ "examples/hello_world/package-lock.json",
1781
+ "examples/hello_world/package.json",
1782
+ "examples/quickstart.js",
1783
+ "index.html",
1784
+ "pict_keyconcepts.md",
1785
+ "pict_quickstart.md",
1786
+ "providers/README.md",
1787
+ "solvers/README.md",
1788
+ "state_management/README.md",
1789
+ "templating/pict_metatemplate_manager.md",
1790
+ "templating/pict_template_expressions.md",
1791
+ "views/README.md"
1792
+ ]
1793
+ },
1794
+ {
1795
+ "Name": "pict-application",
1796
+ "Repo": "pict-application",
1797
+ "Group": "pict",
1798
+ "Branch": "master",
1799
+ "HasDocs": true,
1800
+ "HasCover": true,
1801
+ "Sidebar": [
1802
+ {
1803
+ "Title": "Getting Started",
1804
+ "Children": [
1805
+ {
1806
+ "Title": "Introduction",
1807
+ "Path": "README.md"
1808
+ },
1809
+ {
1810
+ "Title": "Getting Started",
1811
+ "Path": "GETTING_STARTED.md"
1812
+ }
1813
+ ]
1814
+ },
1815
+ {
1816
+ "Title": "Reference",
1817
+ "Children": [
1818
+ {
1819
+ "Title": "Configuration",
1820
+ "Path": "CONFIGURATION.md"
1821
+ },
1822
+ {
1823
+ "Title": "Examples",
1824
+ "Path": "EXAMPLES.md"
1825
+ }
1826
+ ]
1827
+ }
1828
+ ],
1829
+ "DocFiles": [
1830
+ ".nojekyll",
1831
+ "CONFIGURATION.md",
1832
+ "EXAMPLES.md",
1833
+ "GETTING_STARTED.md",
1834
+ "README.md",
1835
+ "_sidebar.md",
1836
+ "cover.md",
1837
+ "index.html"
1838
+ ]
1839
+ },
1840
+ {
1841
+ "Name": "pict-chance",
1842
+ "Repo": "pict-chance",
1843
+ "Group": "pict",
1844
+ "Branch": "master",
1845
+ "HasDocs": false,
1846
+ "HasCover": false,
1847
+ "Sidebar": [],
1848
+ "DocFiles": []
1849
+ },
1850
+ {
1851
+ "Name": "pict-docuserve",
1852
+ "Repo": "pict-docuserve",
1853
+ "Group": "pict",
1854
+ "Branch": "master",
1855
+ "HasDocs": true,
1856
+ "HasCover": true,
1857
+ "Sidebar": [
1858
+ {
1859
+ "Title": "Getting Started",
1860
+ "Children": [
1861
+ {
1862
+ "Title": "Quick Start",
1863
+ "Path": "quick-start.md"
1864
+ },
1865
+ {
1866
+ "Title": "Configuration",
1867
+ "Path": "configuration.md"
1868
+ }
1869
+ ]
1870
+ },
1871
+ {
1872
+ "Title": "Core Concepts",
1873
+ "Children": [
1874
+ {
1875
+ "Title": "Tasks",
1876
+ "Path": "tasks.md"
1877
+ },
1878
+ {
1879
+ "Title": "Lists",
1880
+ "Path": "lists.md"
1881
+ },
1882
+ {
1883
+ "Title": "Tags & Filters",
1884
+ "Path": "tags.md"
1885
+ }
1886
+ ]
1887
+ },
1888
+ {
1889
+ "Title": "API Reference",
1890
+ "Path": "api.md"
1891
+ }
1892
+ ],
1893
+ "DocFiles": [
1894
+ ".nojekyll",
1895
+ "README.md",
1896
+ "_sidebar.md",
1897
+ "_topbar.md",
1898
+ "architecture.md",
1899
+ "configuration.md",
1900
+ "content-authoring.md",
1901
+ "cover.md",
1902
+ "css/docuserve.css",
1903
+ "deployment.md",
1904
+ "diagrams.md",
1905
+ "example_applications/contacts-app/README.md",
1906
+ "example_applications/contacts-app/_sidebar.md",
1907
+ "example_applications/contacts-app/_topbar.md",
1908
+ "example_applications/contacts-app/api.md",
1909
+ "example_applications/contacts-app/configuration.md",
1910
+ "example_applications/contacts-app/cover.md",
1911
+ "example_applications/contacts-app/data-model.md",
1912
+ "example_applications/contacts-app/errorpage.md",
1913
+ "example_applications/contacts-app/quick-start.md",
1914
+ "example_applications/contacts-app/relationships.md",
1915
+ "example_applications/sports-stats-api/README.md",
1916
+ "example_applications/sports-stats-api/_sidebar.md",
1917
+ "example_applications/sports-stats-api/_topbar.md",
1918
+ "example_applications/sports-stats-api/api.md",
1919
+ "example_applications/sports-stats-api/authentication.md",
1920
+ "example_applications/sports-stats-api/cover.md",
1921
+ "example_applications/sports-stats-api/errorpage.md",
1922
+ "example_applications/sports-stats-api/games.md",
1923
+ "example_applications/sports-stats-api/leagues-teams.md",
1924
+ "example_applications/sports-stats-api/players.md",
1925
+ "example_applications/sports-stats-api/quick-start.md",
1926
+ "example_applications/sports-stats-api/standings.md",
1927
+ "example_applications/sports-stats-api/websocket.md",
1928
+ "example_applications/todo-app/README.md",
1929
+ "example_applications/todo-app/_sidebar.md",
1930
+ "example_applications/todo-app/_topbar.md",
1931
+ "example_applications/todo-app/api.md",
1932
+ "example_applications/todo-app/configuration.md",
1933
+ "example_applications/todo-app/cover.md",
1934
+ "example_applications/todo-app/errorpage.md",
1935
+ "example_applications/todo-app/lists.md",
1936
+ "example_applications/todo-app/quick-start.md",
1937
+ "example_applications/todo-app/tags.md",
1938
+ "example_applications/todo-app/tasks.md",
1939
+ "index.html",
1940
+ "js/pict.min.js",
1941
+ "js/pict.min.js.map",
1942
+ "latex.md",
1943
+ "pict-docuserve.min.js",
1944
+ "pict-docuserve.min.js.map",
1945
+ "retold-catalog.json",
1946
+ "retold-keyword-index.json",
1947
+ "README.md",
1948
+ "_sidebar.md",
1949
+ "_topbar.md",
1950
+ "api.md",
1951
+ "configuration.md",
1952
+ "cover.md",
1953
+ "data-model.md",
1954
+ "errorpage.md",
1955
+ "quick-start.md",
1956
+ "relationships.md",
1957
+ "README.md",
1958
+ "_sidebar.md",
1959
+ "_topbar.md",
1960
+ "api.md",
1961
+ "authentication.md",
1962
+ "cover.md",
1963
+ "errorpage.md",
1964
+ "games.md",
1965
+ "leagues-teams.md",
1966
+ "players.md",
1967
+ "quick-start.md",
1968
+ "standings.md",
1969
+ "websocket.md",
1970
+ "README.md",
1971
+ "_sidebar.md",
1972
+ "_topbar.md",
1973
+ "api.md",
1974
+ "configuration.md",
1975
+ "cover.md",
1976
+ "errorpage.md",
1977
+ "lists.md",
1978
+ "quick-start.md",
1979
+ "tags.md",
1980
+ "tasks.md"
1981
+ ]
1982
+ },
1983
+ {
1984
+ "Name": "pict-nonlinearconfig",
1985
+ "Repo": "pict-nonlinearconfig",
1986
+ "Group": "pict",
1987
+ "Branch": "master",
1988
+ "HasDocs": false,
1989
+ "HasCover": false,
1990
+ "Sidebar": [],
1991
+ "DocFiles": []
1992
+ },
1993
+ {
1994
+ "Name": "pict-panel",
1995
+ "Repo": "pict-panel",
1996
+ "Group": "pict",
1997
+ "Branch": "master",
1998
+ "HasDocs": false,
1999
+ "HasCover": false,
2000
+ "Sidebar": [],
2001
+ "DocFiles": []
2002
+ },
2003
+ {
2004
+ "Name": "pict-provider",
2005
+ "Repo": "pict-provider",
2006
+ "Group": "pict",
2007
+ "Branch": "master",
2008
+ "HasDocs": false,
2009
+ "HasCover": false,
2010
+ "Sidebar": [],
2011
+ "DocFiles": []
2012
+ },
2013
+ {
2014
+ "Name": "pict-router",
2015
+ "Repo": "pict-router",
2016
+ "Group": "pict",
2017
+ "Branch": "master",
2018
+ "HasDocs": false,
2019
+ "HasCover": false,
2020
+ "Sidebar": [],
2021
+ "DocFiles": []
2022
+ },
2023
+ {
2024
+ "Name": "pict-section-entitymanagement",
2025
+ "Repo": "pict-section-entitymanagement",
2026
+ "Group": "pict",
2027
+ "Branch": "master",
2028
+ "HasDocs": false,
2029
+ "HasCover": false,
2030
+ "Sidebar": [],
2031
+ "DocFiles": []
2032
+ },
2033
+ {
2034
+ "Name": "pict-section-flow",
2035
+ "Repo": "pict-section-flow",
2036
+ "Group": "pict",
2037
+ "Branch": "master",
2038
+ "HasDocs": false,
2039
+ "HasCover": false,
2040
+ "Sidebar": [],
2041
+ "DocFiles": []
2042
+ },
2043
+ {
2044
+ "Name": "pict-section-form",
2045
+ "Repo": "pict-section-form",
2046
+ "Group": "pict",
2047
+ "Branch": "master",
2048
+ "HasDocs": true,
2049
+ "HasCover": true,
2050
+ "Sidebar": [
2051
+ {
2052
+ "Title": "Getting Started",
2053
+ "Children": [
2054
+ {
2055
+ "Title": "Introduction",
2056
+ "Path": "README.md"
2057
+ },
2058
+ {
2059
+ "Title": "Getting Started",
2060
+ "Path": "Getting_Started.md"
2061
+ },
2062
+ {
2063
+ "Title": "Architecture",
2064
+ "Path": "Pict_Section_Form_Architecture.md"
2065
+ }
2066
+ ]
2067
+ },
2068
+ {
2069
+ "Title": "Configuration",
2070
+ "Children": [
2071
+ {
2072
+ "Title": "Configuration",
2073
+ "Path": "Configuration.md"
2074
+ },
2075
+ {
2076
+ "Title": "Input Types",
2077
+ "Path": "Input_Types.md"
2078
+ },
2079
+ {
2080
+ "Title": "Templates",
2081
+ "Path": "Templates.md"
2082
+ },
2083
+ {
2084
+ "Title": "Layouts",
2085
+ "Path": "Layouts.md"
2086
+ }
2087
+ ]
2088
+ },
2089
+ {
2090
+ "Title": "Advanced",
2091
+ "Children": [
2092
+ {
2093
+ "Title": "Solvers",
2094
+ "Path": "Solvers.md"
2095
+ },
2096
+ {
2097
+ "Title": "Providers",
2098
+ "Path": "Providers.md"
2099
+ }
2100
+ ]
2101
+ },
2102
+ {
2103
+ "Title": "Input Providers",
2104
+ "Children": [
2105
+ {
2106
+ "Title": "Select",
2107
+ "Path": "input_providers/001-select.md"
2108
+ },
2109
+ {
2110
+ "Title": "DateTime",
2111
+ "Path": "input_providers/002-datetime.md"
2112
+ },
2113
+ {
2114
+ "Title": "Markdown",
2115
+ "Path": "input_providers/003-markdown.md"
2116
+ },
2117
+ {
2118
+ "Title": "HTML",
2119
+ "Path": "input_providers/004-html.md"
2120
+ },
2121
+ {
2122
+ "Title": "PreciseNumber",
2123
+ "Path": "input_providers/005-precise-number.md"
2124
+ },
2125
+ {
2126
+ "Title": "Link",
2127
+ "Path": "input_providers/006-link.md"
2128
+ },
2129
+ {
2130
+ "Title": "Templated",
2131
+ "Path": "input_providers/007-templated.md"
2132
+ },
2133
+ {
2134
+ "Title": "TemplatedEntityLookup",
2135
+ "Path": "input_providers/008-templated-entity-lookup.md"
2136
+ },
2137
+ {
2138
+ "Title": "Chart",
2139
+ "Path": "input_providers/009-chart.md"
2140
+ },
2141
+ {
2142
+ "Title": "EntityBundleRequest",
2143
+ "Path": "input_providers/010-entity-bundle-request.md"
2144
+ },
2145
+ {
2146
+ "Title": "AutofillTriggerGroup",
2147
+ "Path": "input_providers/011-autofill-trigger-group.md"
2148
+ },
2149
+ {
2150
+ "Title": "TabGroupSelector",
2151
+ "Path": "input_providers/012-tab-group-selector.md"
2152
+ },
2153
+ {
2154
+ "Title": "TabSectionSelector",
2155
+ "Path": "input_providers/013-tab-section-selector.md"
2156
+ }
2157
+ ]
2158
+ },
2159
+ {
2160
+ "Title": "Examples",
2161
+ "Children": [
2162
+ {
2163
+ "Title": "Simple Form",
2164
+ "Path": "examples/simple_form/README.md"
2165
+ },
2166
+ {
2167
+ "Title": "Simple Table",
2168
+ "Path": "examples/simple_table/README.md"
2169
+ },
2170
+ {
2171
+ "Title": "Simple Distill",
2172
+ "Path": "examples/simple_distill/README.md"
2173
+ },
2174
+ {
2175
+ "Title": "Gradebook",
2176
+ "Path": "examples/gradebook/README.md"
2177
+ },
2178
+ {
2179
+ "Title": "Postcard Example",
2180
+ "Path": "examples/postcard_example/README.md"
2181
+ },
2182
+ {
2183
+ "Title": "Complex Table",
2184
+ "Path": "examples/complex_table/README.md"
2185
+ },
2186
+ {
2187
+ "Title": "Complex TuiGrid",
2188
+ "Path": "examples/complex_tuigrid/README.md"
2189
+ },
2190
+ {
2191
+ "Title": "Manyfest Editor",
2192
+ "Path": "examples/manyfest_editor/README.md"
2193
+ }
2194
+ ]
2195
+ }
2196
+ ],
2197
+ "DocFiles": [
2198
+ ".nojekyll",
2199
+ "Configuration.md",
2200
+ "Getting_Started.md",
2201
+ "Input_Types.md",
2202
+ "Layouts.md",
2203
+ "Pict_Section_Form_Architecture.md",
2204
+ "Providers.md",
2205
+ "README.md",
2206
+ "Solvers.md",
2207
+ "Templates.md",
2208
+ "_sidebar.md",
2209
+ "cover.md",
2210
+ "examples/README.md",
2211
+ "examples/complex_table/README.md",
2212
+ "examples/complex_tuigrid/README.md",
2213
+ "examples/gradebook/README.md",
2214
+ "examples/manyfest_editor/README.md",
2215
+ "examples/postcard_example/README.md",
2216
+ "examples/simple_distill/README.md",
2217
+ "examples/simple_form/README.md",
2218
+ "examples/simple_table/README.md",
2219
+ "index.html",
2220
+ "input_providers/001-select.md",
2221
+ "input_providers/002-datetime.md",
2222
+ "input_providers/003-markdown.md",
2223
+ "input_providers/004-html.md",
2224
+ "input_providers/005-precise-number.md",
2225
+ "input_providers/006-link.md",
2226
+ "input_providers/007-templated.md",
2227
+ "input_providers/008-templated-entity-lookup.md",
2228
+ "input_providers/009-chart.md",
2229
+ "input_providers/010-entity-bundle-request.md",
2230
+ "input_providers/011-autofill-trigger-group.md",
2231
+ "input_providers/012-tab-group-selector.md",
2232
+ "input_providers/013-tab-section-selector.md",
2233
+ "input_providers/README.md"
2234
+ ]
2235
+ },
2236
+ {
2237
+ "Name": "pict-section-recordset",
2238
+ "Repo": "pict-section-recordset",
2239
+ "Group": "pict",
2240
+ "Branch": "master",
2241
+ "HasDocs": true,
2242
+ "HasCover": true,
2243
+ "Sidebar": [
2244
+ {
2245
+ "Title": "Getting Started",
2246
+ "Children": [
2247
+ {
2248
+ "Title": "Introduction",
2249
+ "Path": "README.md"
2250
+ },
2251
+ {
2252
+ "Title": "Record Providers",
2253
+ "Path": "record-providers.md"
2254
+ }
2255
+ ]
2256
+ },
2257
+ {
2258
+ "Title": "Views",
2259
+ "Children": [
2260
+ {
2261
+ "Title": "Create View",
2262
+ "Path": "views/create/README.md"
2263
+ },
2264
+ {
2265
+ "Title": "Read View",
2266
+ "Path": "views/read/README.md"
2267
+ },
2268
+ {
2269
+ "Title": "List View",
2270
+ "Path": "views/list/README.md"
2271
+ },
2272
+ {
2273
+ "Title": "Dashboard View",
2274
+ "Path": "views/dashboard/README.md"
2275
+ }
2276
+ ]
2277
+ },
2278
+ {
2279
+ "Title": "Configuration",
2280
+ "Children": [
2281
+ {
2282
+ "Title": "Filters",
2283
+ "Path": "filters.md"
2284
+ }
2285
+ ]
2286
+ },
2287
+ {
2288
+ "Title": "Reference",
2289
+ "Children": [
2290
+ {
2291
+ "Title": "API Reference",
2292
+ "Path": "api-reference.md"
2293
+ }
2294
+ ]
2295
+ }
2296
+ ],
2297
+ "DocFiles": [
2298
+ ".nojekyll",
2299
+ "README.md",
2300
+ "_sidebar.md",
2301
+ "api-reference.md",
2302
+ "cover.md",
2303
+ "filters.md",
2304
+ "index.html",
2305
+ "record-providers.md",
2306
+ "views/create/README.md",
2307
+ "views/dashboard/README.md",
2308
+ "views/list/README.md",
2309
+ "views/read/README.md"
2310
+ ]
2311
+ },
2312
+ {
2313
+ "Name": "pict-section-tuigrid",
2314
+ "Repo": "pict-section-tuigrid",
2315
+ "Group": "pict",
2316
+ "Branch": "master",
2317
+ "HasDocs": false,
2318
+ "HasCover": false,
2319
+ "Sidebar": [],
2320
+ "DocFiles": []
2321
+ },
2322
+ {
2323
+ "Name": "pict-service-commandlineutility",
2324
+ "Repo": "pict-service-commandlineutility",
2325
+ "Group": "pict",
2326
+ "Branch": "master",
2327
+ "HasDocs": true,
2328
+ "HasCover": true,
2329
+ "Sidebar": [
2330
+ {
2331
+ "Title": "Getting Started",
2332
+ "Children": [
2333
+ {
2334
+ "Title": "Introduction",
2335
+ "Path": "README.md"
2336
+ },
2337
+ {
2338
+ "Title": "Creating Commands",
2339
+ "Path": "creating-commands.md"
2340
+ }
2341
+ ]
2342
+ },
2343
+ {
2344
+ "Title": "Configuration",
2345
+ "Children": [
2346
+ {
2347
+ "Title": "Program Configuration",
2348
+ "Path": "configuration.md"
2349
+ }
2350
+ ]
2351
+ },
2352
+ {
2353
+ "Title": "Reference",
2354
+ "Children": [
2355
+ {
2356
+ "Title": "API Reference",
2357
+ "Path": "api-reference.md"
2358
+ }
2359
+ ]
2360
+ }
2361
+ ],
2362
+ "DocFiles": [
2363
+ ".nojekyll",
2364
+ "README.md",
2365
+ "_sidebar.md",
2366
+ "api-reference.md",
2367
+ "configuration.md",
2368
+ "cover.md",
2369
+ "creating-commands.md",
2370
+ "index.html"
2371
+ ]
2372
+ },
2373
+ {
2374
+ "Name": "pict-serviceproviderbase",
2375
+ "Repo": "pict-serviceproviderbase",
2376
+ "Group": "pict",
2377
+ "Branch": "master",
2378
+ "HasDocs": true,
2379
+ "HasCover": true,
2380
+ "Sidebar": [
2381
+ {
2382
+ "Title": "Getting Started",
2383
+ "Children": [
2384
+ {
2385
+ "Title": "Introduction",
2386
+ "Path": "README.md"
2387
+ },
2388
+ {
2389
+ "Title": "Fable Relationship",
2390
+ "Path": "fable-relationship.md"
2391
+ },
2392
+ {
2393
+ "Title": "Creating Services",
2394
+ "Path": "creating-services.md"
2395
+ }
2396
+ ]
2397
+ },
2398
+ {
2399
+ "Title": "Reference",
2400
+ "Children": [
2401
+ {
2402
+ "Title": "API Reference",
2403
+ "Path": "api-reference.md"
2404
+ }
2405
+ ]
2406
+ }
2407
+ ],
2408
+ "DocFiles": [
2409
+ ".nojekyll",
2410
+ "README.md",
2411
+ "_sidebar.md",
2412
+ "api-reference.md",
2413
+ "cover.md",
2414
+ "creating-services.md",
2415
+ "fable-relationship.md",
2416
+ "index.html"
2417
+ ]
2418
+ },
2419
+ {
2420
+ "Name": "pict-template",
2421
+ "Repo": "pict-template",
2422
+ "Group": "pict",
2423
+ "Branch": "master",
2424
+ "HasDocs": false,
2425
+ "HasCover": false,
2426
+ "Sidebar": [],
2427
+ "DocFiles": []
2428
+ },
2429
+ {
2430
+ "Name": "pict-view",
2431
+ "Repo": "pict-view",
2432
+ "Group": "pict",
2433
+ "Branch": "master",
2434
+ "HasDocs": true,
2435
+ "HasCover": true,
2436
+ "Sidebar": [
2437
+ {
2438
+ "Title": "Getting Started",
2439
+ "Children": [
2440
+ {
2441
+ "Title": "Introduction",
2442
+ "Path": "README.md"
2443
+ },
2444
+ {
2445
+ "Title": "Pict Views",
2446
+ "Path": "Pict-Views.md"
2447
+ },
2448
+ {
2449
+ "Title": "Renderables",
2450
+ "Path": "Pict%20View%20Renderables.md"
2451
+ }
2452
+ ]
2453
+ },
2454
+ {
2455
+ "Title": "Examples",
2456
+ "Children": [
2457
+ {
2458
+ "Title": "Historical Events App",
2459
+ "Path": "Historical%20Events%20Example%20App.md"
2460
+ }
2461
+ ]
2462
+ },
2463
+ {
2464
+ "Title": "Customization",
2465
+ "Children": [
2466
+ {
2467
+ "Title": "Configuration",
2468
+ "Path": "configuration.md"
2469
+ },
2470
+ {
2471
+ "Title": "Themes & Styling",
2472
+ "Path": "themes.md"
2473
+ },
2474
+ {
2475
+ "Title": "Custom Navbar",
2476
+ "Path": "custom-navbar.md"
2477
+ }
2478
+ ]
2479
+ },
2480
+ {
2481
+ "Title": "Reference",
2482
+ "Children": [
2483
+ {
2484
+ "Title": "Resources",
2485
+ "Path": "resources.md"
2486
+ },
2487
+ {
2488
+ "Title": "Contributing",
2489
+ "Path": "contributing.md"
2490
+ },
2491
+ {
2492
+ "Title": "Changelog",
2493
+ "Path": "changelog.md"
2494
+ }
2495
+ ]
2496
+ }
2497
+ ],
2498
+ "DocFiles": [
2499
+ ".nojekyll",
2500
+ "Historical Events Example App.md",
2501
+ "Pict View Renderables.md",
2502
+ "Pict-Views.md",
2503
+ "README.md",
2504
+ "_sidebar.md",
2505
+ "changelog.md",
2506
+ "configuration.md",
2507
+ "contributing.md",
2508
+ "cover.md",
2509
+ "custom-navbar.md",
2510
+ "index.html",
2511
+ "resources.md",
2512
+ "themes.md"
2513
+ ]
2514
+ }
2515
+ ]
2516
+ },
2517
+ {
2518
+ "Name": "Utility",
2519
+ "Key": "utility",
2520
+ "Description": "Build tools, manifests, documentation, process supervision",
2521
+ "Modules": [
2522
+ {
2523
+ "Name": "cachetrax",
2524
+ "Repo": "cachetrax",
2525
+ "Group": "utility",
2526
+ "Branch": "master",
2527
+ "HasDocs": false,
2528
+ "HasCover": false,
2529
+ "Sidebar": [],
2530
+ "DocFiles": []
2531
+ },
2532
+ {
2533
+ "Name": "choreographic",
2534
+ "Repo": "choreographic",
2535
+ "Group": "utility",
2536
+ "Branch": "master",
2537
+ "HasDocs": false,
2538
+ "HasCover": false,
2539
+ "Sidebar": [],
2540
+ "DocFiles": []
2541
+ },
2542
+ {
2543
+ "Name": "cumulation",
2544
+ "Repo": "cumulation",
2545
+ "Group": "utility",
2546
+ "Branch": "master",
2547
+ "HasDocs": false,
2548
+ "HasCover": false,
2549
+ "Sidebar": [],
2550
+ "DocFiles": []
2551
+ },
2552
+ {
2553
+ "Name": "elucidator",
2554
+ "Repo": "elucidator",
2555
+ "Group": "utility",
2556
+ "Branch": "master",
2557
+ "HasDocs": false,
2558
+ "HasCover": false,
2559
+ "Sidebar": [],
2560
+ "DocFiles": []
2561
+ },
2562
+ {
2563
+ "Name": "indoctrinate",
2564
+ "Repo": "indoctrinate",
2565
+ "Group": "utility",
2566
+ "Branch": "master",
2567
+ "HasDocs": true,
2568
+ "HasCover": true,
2569
+ "Sidebar": [
2570
+ {
2571
+ "Title": "Getting Started",
2572
+ "Children": [
2573
+ {
2574
+ "Title": "Introduction",
2575
+ "Path": "README.md"
2576
+ },
2577
+ {
2578
+ "Title": "Architecture",
2579
+ "Path": "architecture.md"
2580
+ }
2581
+ ]
2582
+ },
2583
+ {
2584
+ "Title": "Core Concepts",
2585
+ "Children": [
2586
+ {
2587
+ "Title": "Schema",
2588
+ "Path": "api/schema.md"
2589
+ },
2590
+ {
2591
+ "Title": "CRUD Operations",
2592
+ "Path": "api/crud.md"
2593
+ }
2594
+ ]
2595
+ }
2596
+ ],
2597
+ "DocFiles": [
2598
+ ".nojekyll",
2599
+ "README.md",
2600
+ "_sidebar.md",
2601
+ "architecture.md",
2602
+ "commands/README.md",
2603
+ "commands/compile.md",
2604
+ "commands/extended-process.md",
2605
+ "commands/generate-catalog.md",
2606
+ "commands/generate-keyword-index.md",
2607
+ "compiler/040_generate/Dot.md",
2608
+ "compiler/040_generate/KaTeX.md",
2609
+ "compiler/040_generate/LaTeX.md",
2610
+ "compiler/040_generate/Mermaid.md",
2611
+ "compiler/040_generate/NodePackageDescription.md",
2612
+ "compiler/040_generate/Shiki.md",
2613
+ "concepts/catalog-filtering.md",
2614
+ "concepts/content-descriptions.md",
2615
+ "concepts/labels.md",
2616
+ "configuration/README.md",
2617
+ "configuration/special-files.md",
2618
+ "configuration/structures-targets.md",
2619
+ "cover.md",
2620
+ "design/labels.md",
2621
+ "design/overview.md",
2622
+ "examples/README.md",
2623
+ "examples/book/README.md",
2624
+ "examples/book/Vocabulary.md",
2625
+ "examples/book/chapters/01/000-Fish.md",
2626
+ "examples/book/chapters/02/000-FreshwaterFish.md",
2627
+ "examples/book/chapters/02/Salmon.md",
2628
+ "examples/book/chapters/03/000-SaltwaterFish.md",
2629
+ "examples/book/chapters/04/000-FishThatWorkInBoth.md",
2630
+ "examples/book/chapters/05/000-FishAsFood.md",
2631
+ "examples/book/chapters/06/000-FishAsFriends.md",
2632
+ "examples/book/frontmatter/Fish-Clipart.png",
2633
+ "examples/book/frontmatter/Foreward.md",
2634
+ "examples/book/indoctrinate-structure.json",
2635
+ "examples/data_model/Platform.md",
2636
+ "examples/data_model/indoctrinate.json",
2637
+ "examples/data_model/model/MeadowModel-Extended.json",
2638
+ "examples/data_model/model/entity/animals/Author.md",
2639
+ "examples/data_model/model/entity/animals/Cat.md",
2640
+ "examples/data_model/model/entity/clinics/Book.md",
2641
+ "examples/data_model/model/entity/clinics/Vet.md",
2642
+ "examples/data_model/model/entity_abstractions/animals.md",
2643
+ "examples/document/Body.md",
2644
+ "examples/document/Introduction.md",
2645
+ "examples/document/indoctrinate.json",
2646
+ "examples/monorepo/indoctrinate-extrafolders.json",
2647
+ "index.html",
2648
+ "license.md",
2649
+ "pipeline/README.md",
2650
+ "pipeline/input.md",
2651
+ "pipeline/output.md",
2652
+ "pipeline/processing.md",
2653
+ "quickstart.md",
2654
+ "retold/README.md",
2655
+ "retold/catalog-generation.md",
2656
+ "retold/keyword-index.md",
2657
+ "vocabulary.md",
2658
+ "README.md",
2659
+ "_sidebar.md",
2660
+ "configuration.md",
2661
+ "cover.md",
2662
+ "getting-started.md",
2663
+ "README.md",
2664
+ "_sidebar.md",
2665
+ "api/crud.md",
2666
+ "api/schema.md",
2667
+ "architecture.md"
2668
+ ]
2669
+ },
2670
+ {
2671
+ "Name": "js-editor-extension",
2672
+ "Repo": "js-editor-extension",
2673
+ "Group": "utility",
2674
+ "Branch": "master",
2675
+ "HasDocs": false,
2676
+ "HasCover": false,
2677
+ "Sidebar": [],
2678
+ "DocFiles": []
2679
+ },
2680
+ {
2681
+ "Name": "manyfest",
2682
+ "Repo": "manyfest",
2683
+ "Group": "utility",
2684
+ "Branch": "master",
2685
+ "HasDocs": true,
2686
+ "HasCover": true,
2687
+ "Sidebar": [
2688
+ {
2689
+ "Title": "Getting Started",
2690
+ "Children": [
2691
+ {
2692
+ "Title": "Introduction",
2693
+ "Path": "README.md"
2694
+ },
2695
+ {
2696
+ "Title": "Quickstart",
2697
+ "Path": "quickstart.md"
2698
+ }
2699
+ ]
2700
+ },
2701
+ {
2702
+ "Title": "Working with Objects",
2703
+ "Children": [
2704
+ {
2705
+ "Title": "Reading Values",
2706
+ "Path": "reading.md"
2707
+ },
2708
+ {
2709
+ "Title": "Writing Values",
2710
+ "Path": "writing.md"
2711
+ },
2712
+ {
2713
+ "Title": "Validating Objects",
2714
+ "Path": "validating.md"
2715
+ }
2716
+ ]
2717
+ },
2718
+ {
2719
+ "Title": "Reference",
2720
+ "Children": [
2721
+ {
2722
+ "Title": "Schema Definition",
2723
+ "Path": "schema.md"
2724
+ },
2725
+ {
2726
+ "Title": "Address Notation",
2727
+ "Path": "address-notation.md"
2728
+ },
2729
+ {
2730
+ "Title": "Hash Translation",
2731
+ "Path": "hash-translation.md"
2732
+ },
2733
+ {
2734
+ "Title": "Schema Manipulation",
2735
+ "Path": "schema-manipulation.md"
2736
+ }
2737
+ ]
2738
+ }
2739
+ ],
2740
+ "DocFiles": [
2741
+ ".nojekyll",
2742
+ "README.md",
2743
+ "_sidebar.md",
2744
+ "address-notation.md",
2745
+ "cover.md",
2746
+ "hash-translation.md",
2747
+ "index.html",
2748
+ "quickstart.md",
2749
+ "reading.md",
2750
+ "schema-manipulation.md",
2751
+ "schema.md",
2752
+ "validating.md",
2753
+ "writing.md"
2754
+ ]
2755
+ },
2756
+ {
2757
+ "Name": "merquerial",
2758
+ "Repo": "merquerial",
2759
+ "Group": "utility",
2760
+ "Branch": "master",
2761
+ "HasDocs": false,
2762
+ "HasCover": false,
2763
+ "Sidebar": [],
2764
+ "DocFiles": []
2765
+ },
2766
+ {
2767
+ "Name": "pict-cruisecontrol",
2768
+ "Repo": "pict-cruisecontrol",
2769
+ "Group": "utility",
2770
+ "Branch": "master",
2771
+ "HasDocs": false,
2772
+ "HasCover": false,
2773
+ "Sidebar": [],
2774
+ "DocFiles": []
2775
+ },
2776
+ {
2777
+ "Name": "precedent",
2778
+ "Repo": "precedent",
2779
+ "Group": "utility",
2780
+ "Branch": "master",
2781
+ "HasDocs": false,
2782
+ "HasCover": false,
2783
+ "Sidebar": [],
2784
+ "DocFiles": []
2785
+ },
2786
+ {
2787
+ "Name": "quackage",
2788
+ "Repo": "quackage",
2789
+ "Group": "utility",
2790
+ "Branch": "master",
2791
+ "HasDocs": false,
2792
+ "HasCover": false,
2793
+ "Sidebar": [],
2794
+ "DocFiles": []
2795
+ },
2796
+ {
2797
+ "Name": "ultravisor",
2798
+ "Repo": "ultravisor",
2799
+ "Group": "utility",
2800
+ "Branch": "master",
2801
+ "HasDocs": false,
2802
+ "HasCover": false,
2803
+ "Sidebar": [],
2804
+ "DocFiles": []
2805
+ }
2806
+ ]
2807
+ },
2808
+ {
2809
+ "Name": "Dist",
2810
+ "Key": "dist",
2811
+ "Description": "",
2812
+ "Modules": [
2813
+ {
2814
+ "Name": "indoctrinate_content_staging",
2815
+ "Repo": "indoctrinate_content_staging",
2816
+ "Group": "dist",
2817
+ "Branch": "master",
2818
+ "HasDocs": false,
2819
+ "HasCover": false,
2820
+ "Sidebar": [],
2821
+ "DocFiles": []
2822
+ }
2823
+ ]
2824
+ }
2825
+ ]
2826
+ }