@@ -18,13 +18,22 @@ const introduction = {
1818 collapsable : false ,
1919 sidebarDepth : 0 ,
2020 children : [
21- '/api/guides/introduction/interacting' ,
22- '/api/guides/introduction/callbacks' ,
23- '/api/guides/introduction/error-responses' ,
24- '/api/guides/introduction/media-type' ,
25- '/api/guides/introduction/a-note-on-settle-api-users' ,
26- '/api/guides/introduction/versioning' ,
27- [ '/api/guides/introduction/resiliency' , 'Resiliency' ] ,
21+ [ '/api/guides/introduction/a-note-on-settle-api-users.md' , 'A Note on Settle API Users' ] ,
22+ [ '/api/guides/introduction/attachments.md' , 'Attachments' ] ,
23+ [ '/api/guides/introduction/authentication.md' , 'Authentication' ] ,
24+ [ '/api/guides/introduction/callbacks.md' , 'Callbacks' ] ,
25+ [ '/api/guides/introduction/error-responses.md' , 'Error Responses' ] ,
26+ [ '/api/guides/introduction/interacting.md' , 'Interacting' ] ,
27+ [ '/api/guides/introduction/ledgers.md' , 'Ledgers' ] ,
28+ [ '/api/guides/introduction/media-type.md' , 'Media Types' ] ,
29+ [ '/api/guides/introduction/payment-flows.md' , 'Payment Flows' ] ,
30+ [ '/api/guides/introduction/permission-requests.md' , 'Permission Requests' ] ,
31+ [ '/api/guides/introduction/qr-acceptance.md' , 'QR Acceptance' ] ,
32+ [ '/api/guides/introduction/resiliency.md' , 'Resiliency' ] ,
33+ [ '/api/guides/introduction/sandbox-environment.md' , 'Sandbox Enviroment #1' ] ,
34+ [ '/api/guides/introduction/settle-sandbox-environment.md' , ' Sandbox Enviroment #2' ] ,
35+ [ '/api/guides/introduction/settlements.md' , 'Settlements' ] ,
36+ [ '/api/guides/introduction/versioning.md' , 'Verioning' ] ,
2837 ] ,
2938} ;
3039
0 commit comments