-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebars.ts
More file actions
654 lines (647 loc) · 28.9 KB
/
Copy pathsidebars.ts
File metadata and controls
654 lines (647 loc) · 28.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
const sidebars: SidebarsConfig = {
libertySidebar: [
'liberty/getting-started',
{
type: 'category',
label: 'Framework',
link: {type: 'generated-index', slug: '/liberty/framework', description: 'Liberty Framework — a connector-driven low-code platform for internal apps, admin tools and BI dashboards. Read the overview, then walk through one of the tutorials to build a real app end-to-end.'},
items: [
'liberty/framework/overview',
'liberty/framework/what-you-can-build',
{
type: 'category',
label: 'Getting Started',
link: {type: 'generated-index', slug: '/liberty/framework/getting-started', description: 'Build your first app, then learn the apps repo layout. For server-side install, see the Installation section.'},
items: [
'liberty/framework/getting-started/first-app',
'liberty/framework/getting-started/project-layout',
],
},
{
type: 'category',
label: 'Tutorial — Build a CRM',
link: {type: 'generated-index', slug: '/liberty/framework/tutorial-crm', description: 'A six-step walkthrough that builds a working CRM end-to-end: customers, deals and activities, with a pipeline dashboard, OIDC sign-in, the AI assistant and a scheduled job.'},
items: [
'liberty/framework/tutorial-crm/setup',
'liberty/framework/tutorial-crm/customers',
'liberty/framework/tutorial-crm/deals',
'liberty/framework/tutorial-crm/dashboard',
'liberty/framework/tutorial-crm/auth',
'liberty/framework/tutorial-crm/ai-and-jobs',
],
},
{
type: 'category',
label: 'Configuration',
link: {type: 'generated-index', slug: '/liberty/framework/configuration', description: 'Settings UI, app.toml, environment variables, hot-reload and encrypted secrets.'},
items: [
'liberty/framework/configuration/settings-ui',
'liberty/framework/configuration/app-toml',
'liberty/framework/configuration/environment-variables',
'liberty/framework/configuration/hot-reload',
'liberty/framework/configuration/encryption-secrets',
'liberty/framework/configuration/config-history',
],
},
{
type: 'category',
label: 'Build an application',
link: {type: 'generated-index', slug: '/liberty/framework/build', description: 'Task-oriented "how do I…" pages — create queries, screens, menus, applications and secure them. Pair with the Concepts section for the deep reference behind each task.'},
items: [
'liberty/framework/build/screen-assistant',
{
type: 'category',
label: 'Queries',
link: {type: 'generated-index', slug: '/liberty/framework/build/queries', description: 'Everything you do on the Connectors page — add a query from a real table, write a custom one, clone, scaffold sequences and lookups, bind parameters, ship per-dialect variants.'},
items: [
'liberty/framework/build/queries/overview',
'liberty/framework/build/queries/create-from-database',
'liberty/framework/build/queries/create-custom',
'liberty/framework/build/queries/clone',
'liberty/framework/build/queries/sequences-and-lookups',
'liberty/framework/build/queries/parameter-binding',
'liberty/framework/build/queries/per-dialect-sql',
],
},
{
type: 'category',
label: 'Screens',
link: {type: 'generated-index', slug: '/liberty/framework/build/screens', description: 'Everything you do in the Screen Designer — wire a screen to a query, configure columns, build the dialog visually, add conditional fields, wire actions and lifecycle hooks, embed nested tabs.'},
items: [
'liberty/framework/build/screens/overview',
'liberty/framework/build/screens/create-from-query',
'liberty/framework/build/screens/columns',
'liberty/framework/build/screens/dialog-builder',
'liberty/framework/build/screens/conditional-fields',
'liberty/framework/build/screens/actions-and-lifecycle',
'liberty/framework/build/screens/nested-tabs',
],
},
{
type: 'category',
label: 'Menus',
link: {type: 'generated-index', slug: '/liberty/framework/build/menus', description: 'The Menus page — register a connector as an app in the top switcher, build the navigation tree (folders + leaves), pick the right leaf type (query / endpoint / dashboard / page), gate by roles, translate labels and pick icons.'},
items: [
'liberty/framework/build/menus/overview',
'liberty/framework/build/menus/make-connector-an-app',
'liberty/framework/build/menus/build-the-tree',
'liberty/framework/build/menus/item-types',
'liberty/framework/build/menus/permissions-and-roles',
'liberty/framework/build/menus/translations-and-icons',
],
},
{
type: 'category',
label: 'Secure',
link: {type: 'generated-index', slug: '/liberty/framework/build/secure', description: 'Identity + authorization + at-rest secret protection. The two identity backends (local TOML / DB), OIDC layered on top, role/permission composition with allow/deny grammar, the AccessBuilder page, encrypted secrets, license key.'},
items: [
'liberty/framework/build/secure/overview',
'liberty/framework/build/secure/sign-in',
'liberty/framework/build/secure/roles-and-permissions',
'liberty/framework/build/secure/users',
'liberty/framework/build/secure/encrypted-secrets',
'liberty/framework/build/secure/license-key',
],
},
{
type: 'category',
label: 'Plugins',
link: {type: 'generated-index', slug: '/liberty/framework/build/plugins', description: 'Custom Python that lives in the apps repo and is imported by the framework at startup. The escape hatch when declarative steps don\'t fit — function contract, ETL primitives toolkit, deploy and debug.'},
items: [
'liberty/framework/build/plugins/overview',
'liberty/framework/build/plugins/write-a-callable',
'liberty/framework/build/plugins/etl-primitives',
'liberty/framework/build/plugins/deploy-and-debug',
],
},
'liberty/framework/build/packages',
'liberty/framework/build/settings-app',
],
},
{
type: 'category',
label: 'Concepts',
link: {type: 'generated-index', slug: '/liberty/framework/concepts', description: 'Deep reference behind the Build pages — connectors, dictionary, dashboards, charts and form-condition expressions.'},
items: [
'liberty/framework/connectors',
'liberty/framework/dictionary',
'liberty/framework/dashboards',
'liberty/framework/charts',
'liberty/framework/form-conditions',
'liberty/framework/saved-views',
],
},
{
type: 'category',
label: 'Apps & Plugins',
link: {type: 'generated-index', slug: '/liberty/framework/apps', description: 'How a Liberty app is structured, custom Python plugins and internationalization.'},
items: [
'liberty/framework/apps/overview',
'liberty/framework/apps/plugins',
'liberty/framework/apps/i18n',
],
},
'liberty/framework/ai-assistant',
{
type: 'category',
label: 'Cookbook',
link: {type: 'generated-index', slug: '/liberty/framework/cookbook', description: 'Short recipes for common patterns — Excel export, file upload, OIDC sign-in, audit trail, bulk import, scheduled report, row-level access, AI exposure.'},
items: [
'liberty/framework/cookbook/crud-existing-table',
'liberty/framework/cookbook/excel-export',
'liberty/framework/cookbook/file-upload',
'liberty/framework/cookbook/audit-trail',
'liberty/framework/cookbook/bulk-import',
'liberty/framework/cookbook/multi-step-form',
'liberty/framework/cookbook/oidc-sso',
'liberty/framework/cookbook/scheduled-report-email',
'liberty/framework/cookbook/expose-to-ai',
'liberty/framework/cookbook/row-level-access',
],
},
],
},
{
type: 'category',
label: 'Installation',
link: {type: 'generated-index', slug: '/liberty/installation', description: 'Stand up a Liberty server — Python source install or Docker Compose, with optional Portainer and Traefik (reverse proxy + TLS). Production hardening and the upgrade procedure.'},
items: [
'liberty/installation/overview',
'liberty/installation/python-server',
'liberty/installation/docker',
'liberty/installation/portainer',
'liberty/installation/traefik',
'liberty/installation/production',
'liberty/installation/deploy-prebuilt-apps',
'liberty/installation/upgrading',
],
},
{
type: 'category',
label: 'Monitoring',
link: {type: 'generated-index', slug: '/liberty/monitoring', description: 'The Monitoring page — live runtime view: connected users, held locks, per-pool stats, runtime info, log tail. Plus the health endpoints and how to wire external monitoring.'},
items: [
'liberty/monitoring/overview',
'liberty/monitoring/dashboard',
'liberty/monitoring/health-endpoints',
],
},
{
type: 'category',
label: 'References',
link: {type: 'generated-index', slug: '/liberty/references', description: 'CLI reference and REST API reference.'},
items: [
'liberty/references/cli',
'liberty/references/rest-api',
],
},
],
nomaflowSidebar: [
'liberty/nomaflow/overview',
'liberty/nomaflow/getting-started',
'liberty/nomaflow/concepts',
{
type: 'category',
label: 'Jobs',
link: {type: 'generated-index', slug: '/liberty/nomaflow/jobs', description: 'The Jobs page — browse the catalogue, create or edit a workflow, schedule it.'},
items: [
'liberty/nomaflow/jobs/catalog',
'liberty/nomaflow/jobs/create',
'liberty/nomaflow/jobs/schedules',
],
},
'liberty/nomaflow/steps',
{
type: 'category',
label: 'Runs',
link: {type: 'generated-index', slug: '/liberty/nomaflow/runs', description: 'Run history, live monitoring, troubleshooting.'},
items: [
'liberty/nomaflow/runs/history',
'liberty/nomaflow/runs/troubleshoot',
],
},
{
type: 'category',
label: 'Workflow recipes',
link: {type: 'generated-index', slug: '/liberty/nomaflow/workflows', description: 'Ready-to-adapt patterns — scheduled DB sync, API pull, conditional cleanup.'},
items: [
'liberty/nomaflow/workflows/scheduled-sync',
'liberty/nomaflow/workflows/api-pull',
'liberty/nomaflow/workflows/conditional-cleanup',
],
},
'liberty/nomaflow/bundled-jobs',
'liberty/nomaflow/change-packages',
{
type: 'category',
label: 'Customisation',
link: {type: 'generated-index', slug: '/liberty/nomaflow/customisation', description: 'Extension points — custom Python steps and outbound notifications.'},
items: [
'liberty/nomaflow/custom-python',
'liberty/nomaflow/notifications',
],
},
'liberty/nomaflow/administration',
],
nomasx1Sidebar: [
'liberty/nomasx1/overview',
{
type: 'category',
label: 'Security',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/security', description: 'Security catalog: users, roles, assignments, gaps and duplicates.'},
items: [
'liberty/nomasx1/security/users',
'liberty/nomasx1/security/roles',
'liberty/nomasx1/security/assignments',
'liberty/nomasx1/security/roles-not-used',
'liberty/nomasx1/security/users-without-roles',
'liberty/nomasx1/security/roles-matrix',
'liberty/nomasx1/security/duplicate-users',
'liberty/nomasx1/security/users-audit',
{
type: 'category',
label: 'LDAP',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/security/ldap', description: 'Reconciliation with the corporate LDAP / Active Directory identity provider.'},
items: [
'liberty/nomasx1/security/ldap/users',
'liberty/nomasx1/security/ldap/users-without-ad',
'liberty/nomasx1/security/ldap/users-by-applications',
'liberty/nomasx1/security/ldap/settings',
],
},
],
},
{
type: 'category',
label: 'Applications',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/applications', description: 'Per-application views: menus, rights, conflicts, activity log and Object Usage Tracking.'},
items: [
'liberty/nomasx1/applications/menus',
{
type: 'category',
label: 'Rights',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/applications/rights', description: 'Effective rights: by user, by role, by role + menu, by user + role + OUT.'},
items: [
'liberty/nomasx1/applications/rights/users',
'liberty/nomasx1/applications/rights/roles',
'liberty/nomasx1/applications/rights/users-roles',
'liberty/nomasx1/applications/rights/users-menus',
'liberty/nomasx1/applications/rights/roles-menus',
'liberty/nomasx1/applications/rights/users-roles-out',
],
},
{
type: 'category',
label: 'Conflicts',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/applications/conflicts', description: 'Segregation-of-duties analysis: summary, details, proven, by user and by role pair.'},
items: [
'liberty/nomasx1/applications/conflicts/summary',
'liberty/nomasx1/applications/conflicts/details',
'liberty/nomasx1/applications/conflicts/proven',
'liberty/nomasx1/applications/conflicts/users',
'liberty/nomasx1/applications/conflicts/roles',
],
},
'liberty/nomasx1/applications/activity-log',
{
type: 'category',
label: 'Object Usage Tracking',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/applications/out', description: 'Object Usage Tracking: components, details, users / roles and objects.'},
items: [
'liberty/nomasx1/applications/out/components',
'liberty/nomasx1/applications/out/details',
'liberty/nomasx1/applications/out/users-roles',
'liberty/nomasx1/applications/out/objects',
],
},
],
},
{
type: 'category',
label: 'Database',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/database', description: 'Database-level properties and audit trail.'},
items: [
'liberty/nomasx1/database/oracle',
'liberty/nomasx1/database/audit-trail',
'liberty/nomasx1/database/audit-lookup',
],
},
{
type: 'category',
label: 'Licenses',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/licenses', description: 'Licence management: CSI inventory, JD Edwards and Oracle reporting, subscribed quantities, usage and financial impact.'},
items: [
'liberty/nomasx1/licenses/csi',
'liberty/nomasx1/licenses/jd-edwards',
'liberty/nomasx1/licenses/oracle',
'liberty/nomasx1/licenses/subscribed',
'liberty/nomasx1/licenses/usage-report',
'liberty/nomasx1/licenses/financial-report',
],
},
{
type: 'category',
label: 'Reports',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/reports', description: 'Generated audit deliverables — compliance and optimisation reports rendered as PDF or Markdown.'},
items: [
'liberty/nomasx1/reports/audit-licences',
'liberty/nomasx1/reports/security-sox',
],
},
{
type: 'category',
label: 'Settings',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/settings', description: 'Configuration screens: applications, SoD framework, security flags, JDE classification, Oracle catalog and pricing.'},
items: [
{
type: 'category',
label: 'Global',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/settings/global', description: 'Global registry: applications and per-application custom SQL.'},
items: [
'liberty/nomasx1/settings/global/applications',
'liberty/nomasx1/settings/global/custom-queries',
],
},
{
type: 'category',
label: 'Segregation of Duties',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/settings/sod', description: 'SoD framework: processes, activities, risks, matrix, objects.'},
items: [
'liberty/nomasx1/settings/sod/process',
'liberty/nomasx1/settings/sod/activities',
'liberty/nomasx1/settings/sod/risks',
'liberty/nomasx1/settings/sod/matrix',
'liberty/nomasx1/settings/sod/objects',
],
},
{
type: 'category',
label: 'User & AD flags',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/settings/user-flags', description: 'Per-user flags and AD department catalog.'},
items: [
'liberty/nomasx1/settings/security/users-properties',
'liberty/nomasx1/settings/security/department',
],
},
{
type: 'category',
label: 'JD Edwards',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/settings/jde', description: 'JDE-specific licensing catalog: system codes, reclassification, prerequisites, restrictions.'},
items: [
'liberty/nomasx1/settings/jde/system-code',
'liberty/nomasx1/settings/jde/reclassification',
'liberty/nomasx1/settings/jde/prerequisite',
'liberty/nomasx1/settings/jde/restrictions',
],
},
{
type: 'category',
label: 'Oracle',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/settings/oracle', description: 'Oracle catalog: versions, options, features.'},
items: [
'liberty/nomasx1/settings/oracle/versions',
'liberty/nomasx1/settings/oracle/options',
'liberty/nomasx1/settings/oracle/features',
],
},
{
type: 'category',
label: 'Pricing',
link: {type: 'generated-index', slug: '/liberty/nomasx-1/settings/pricing', description: 'Component catalog, licensing metrics and price book.'},
items: [
'liberty/nomasx1/settings/pricing/components',
'liberty/nomasx1/settings/pricing/metrics',
'liberty/nomasx1/settings/pricing/pricing',
],
},
],
},
],
nomajdeSidebar: [
'liberty/nomajde/overview',
{
type: 'category',
label: 'Master Data',
items: [
'liberty/nomajde/master-data/udc-types',
'liberty/nomajde/master-data/udc-codes',
],
},
{
type: 'category',
label: 'Security Maintenance',
items: [
'liberty/nomajde/security-maintenance/user-management',
'liberty/nomajde/security-maintenance/role-management',
'liberty/nomajde/security-maintenance/role-relationships',
'liberty/nomajde/security-maintenance/environments',
'liberty/nomajde/security-maintenance/security-workbench',
],
},
],
nomaublSidebar: [
'nomaubl/getting-started',
{
type: 'category',
label: 'Installation',
link: {type: 'generated-index', slug: '/nomaubl/installation', description: 'Stand up a NomaUBL server — JDK 17 + Oracle or PostgreSQL, run -install, configure every connector from the Settings UI, start the service via nomaubl.sh (Linux/macOS) or nomaubl.cmd (Windows), optionally wire to systemd + a reverse proxy, and upgrade in place when a new release ships.'},
items: [
'nomaubl/installation/overview',
'nomaubl/installation/requirements',
'nomaubl/installation/install-and-layout',
'nomaubl/installation/configure',
'nomaubl/installation/service-and-systemd',
'nomaubl/installation/upgrade',
],
},
{
type: 'category',
label: 'Monitoring',
link: {type: 'generated-index', slug: '/nomaubl/monitoring', description: 'Where to look when running NomaUBL — Tech Dashboard, Processing Log, the service log file, /api/build-info and /api/license. Plus patterns for external alerting and log forwarding.'},
items: [
'nomaubl/monitoring/overview',
'nomaubl/monitoring/service-and-logs',
],
},
{
type: 'category',
label: 'Application',
link: {type: 'generated-index', slug: '/nomaubl/application', description: 'Main app navigation: dashboard, tech dashboard, invoices, e-reporting, e-directory, VAT declaration, integration errors, notifications and AI capabilities.'},
items: [
'nomaubl/application/dashboard',
'nomaubl/application/tech-dashboard',
'nomaubl/application/invoices',
'nomaubl/application/edocuments',
'nomaubl/application/ereporting',
'nomaubl/application/edirectory',
'nomaubl/application/vat-declaration',
'nomaubl/application/integration-errors',
'nomaubl/application/notifications',
'nomaubl/application/ai-capabilities',
],
},
{
type: 'category',
label: 'Sync',
link: {type: 'generated-index', slug: '/nomaubl/sync', description: 'Inbound/outbound synchronisation: fetch input, import and retrieve statuses.'},
items: [
'nomaubl/sync/fetch-input',
'nomaubl/sync/import',
'nomaubl/sync/retrieve-statuses',
],
},
{
type: 'category',
label: 'Processing',
link: {type: 'generated-index', slug: '/nomaubl/processing', description: 'Single document-processing entry point (XML or UBL, selected by the template), the chained Extract and Process flow, and the API connector tester.'},
items: [
'nomaubl/processing/document',
'nomaubl/processing/extract-and-process',
'nomaubl/processing/process-api',
],
},
{
type: 'category',
label: 'UBL Tools',
link: {type: 'generated-index', slug: '/nomaubl/ubl-tools', description: 'Validate, edit and inspect UBL/XML; manage UBL defaults.'},
items: [
'nomaubl/ubl-tools/validate',
'nomaubl/ubl-tools/xsl-editor',
'nomaubl/ubl-tools/xml-viewer',
{
type: 'category',
label: 'UBL Defaults',
link: {type: 'generated-index', slug: '/nomaubl/ubl-tools/ubl-defaults', description: 'Default values applied to generated UBL documents and how to override them per template.'},
items: [
'nomaubl/ubl-tools/ubl-defaults/overview',
'nomaubl/ubl-tools/ubl-defaults/ubl-header-defaults',
'nomaubl/ubl-tools/ubl-defaults/scheme-ids',
'nomaubl/ubl-tools/ubl-defaults/invoice-type',
'nomaubl/ubl-tools/ubl-defaults/business-process-type',
'nomaubl/ubl-tools/ubl-defaults/payment-code-mapping',
'nomaubl/ubl-tools/ubl-defaults/unit-of-measure-mapping',
'nomaubl/ubl-tools/ubl-defaults/currency-code-mapping',
'nomaubl/ubl-tools/ubl-defaults/document-type-bar-routing',
'nomaubl/ubl-tools/ubl-defaults/vat-categories',
'nomaubl/ubl-tools/ubl-defaults/country-classification',
'nomaubl/ubl-tools/ubl-defaults/allowances-charges',
'nomaubl/ubl-tools/ubl-defaults/suppliers-companies',
'nomaubl/ubl-tools/ubl-defaults/french-legal-notes',
],
},
],
},
{
type: 'category',
label: 'Extract',
link: {type: 'generated-index', slug: '/nomaubl/extract', description: 'Source extraction channels: archive directories, FTP/SFTP servers and JD Edwards BIP Print Queue.'},
items: [
'nomaubl/extract/extract-archive',
'nomaubl/extract/extract-ftp',
'nomaubl/extract/extract-bip',
],
},
{
type: 'category',
label: 'Management',
link: {type: 'generated-index', slug: '/nomaubl/management', description: 'Operational management: document templates, PDF templates, action bindings, notification rules, file versions, processing log and the command-line interface.'},
items: [
'nomaubl/management/documents',
'nomaubl/management/pdf-templates',
'nomaubl/management/actions',
'nomaubl/management/notification-rules',
'nomaubl/management/file-versions',
'nomaubl/management/processing-log',
'nomaubl/management/command-line',
],
},
{
type: 'category',
label: 'Configuration',
link: {type: 'generated-index', slug: '/nomaubl/configuration', description: 'Application-wide configuration: system parameters, reference lists, connectors and security.'},
items: [
{
type: 'category',
label: 'System',
link: {type: 'generated-index', slug: '/nomaubl/configuration/system', description: 'System-level parameters: e-directory, e-invoicing, fetch invoices, document types, statuses and the daily digest.'},
items: [
'nomaubl/configuration/system/edirectory',
'nomaubl/configuration/system/einvoicing',
'nomaubl/configuration/system/ereporting',
'nomaubl/configuration/system/fetch-invoices',
'nomaubl/configuration/system/global',
'nomaubl/configuration/system/oidc',
'nomaubl/configuration/system/document-types',
'nomaubl/configuration/system/statuses',
'nomaubl/configuration/system/daily-digest',
'nomaubl/configuration/system/auto-retry',
],
},
'nomaubl/configuration/reference-lists',
'nomaubl/configuration/custom-lists',
'nomaubl/configuration/list-views',
'nomaubl/configuration/api-connectors',
'nomaubl/configuration/sql-connectors',
{
type: 'category',
label: 'Database Connectors',
link: {type: 'generated-index', slug: '/nomaubl/configuration/database-connectors', description: 'Database connection settings for NomaUBL and JD Edwards.'},
items: [
'nomaubl/configuration/database-connectors/nomaubl',
'nomaubl/configuration/database-connectors/jdedwards',
],
},
'nomaubl/configuration/ftp-connectors',
{
type: 'category',
label: 'Security',
link: {type: 'generated-index', slug: '/nomaubl/configuration/security', description: 'Users and roles management.'},
items: [
'nomaubl/configuration/security/users',
'nomaubl/configuration/security/roles',
],
},
],
},
{
type: 'category',
label: 'References',
link: {type: 'generated-index', slug: '/nomaubl/references', description: 'Reference docs surfaced inside the app: status codes, reason codes, UBL semantics, database schema and HTTP API.'},
items: [
'nomaubl/references/status-reference',
'nomaubl/references/reason-codes',
'nomaubl/references/ubl-reference',
'nomaubl/references/database-tables',
{
type: 'link',
label: 'API Reference',
href: '/nomaubl/api-reference/',
},
],
},
'nomaubl/release-notes',
],
apiSidebar: [
'api/getting-started',
{
type: 'category',
label: 'JD Edwards API',
link: {type: 'generated-index', slug: '/api/jd-edwards-api', description: 'Java packages for JD Edwards integration: BLOB exports for BI Publisher and BSFN source code.'},
items: [
'api/jde-api/jdebip',
'api/jde-api/jdebsfn',
],
},
{
type: 'category',
label: 'BI Publisher API',
link: {type: 'generated-index', slug: '/api/bi-publisher-api', description: 'BI Publisher integration utilities: Code 128 barcodes and the NOMABIP wrapper API.'},
items: [
'api/bip-api/nomabc',
'api/bip-api/nomabip',
],
},
],
};
export default sidebars;