This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
dactyl-config.yml
604 lines (526 loc) Β· 21 KB
/
dactyl-config.yml
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
out_path: ../
content_path: ../_content
template_path: templates
template_static_path: ../assets
default_template: template-doc.html
# default_pdf_template: template-pdf.html
filter_paths:
- filters
cover_page:
name: Home
html: index.html
template: template-home.html
sidebar: disabled
targets:
- name: en
display_name: Welcome
filters:
- demote_headers
- link_replacement
- external_links
demote_headers_pdf_only: true
link_re_subs:
{"../([0-9]{4}-[a-z0-9-]+)/([0-9]{4}-[a-z0-9-]+).md": "/rfcs/\\1/",
"..(/asn1/.*?.asn)": "/rfcs\\1.html"}
pages:
# QuickStart ---------------------------------------------------------------------
- name: Interledger Overview
funnel: Docs
doc_type: Overview
html: overview.html
md: overview.md
template: template-doc.html
blurb: Enable seamless exchange of value across payment networks.
targets:
- en
- name: Get Started With Interledger Accounts
funnel: Docs
doc_type: Getting Started
html: setup-wallets.html
md: setup-wallets.md
template: template-doc.html
blurb: Make payments on a testnet.
targets:
- en
- name: Manage Interledger Accounts Programmatically
funnel: Docs
doc_type: Getting Started
html: setup-wallets-programmatically.html
md: use-wallets-programmatically.md
template: template-doc.html
blurb: Make payments programmatically on a testnet.
targets:
- en
- name: Spin Up a Local ILP Network
funnel: Docs
doc_type: Getting Started
html: spin-up-local-network.html
md: spin-up-local-network.md
template: template-doc.html
blurb: Send a cross-currency payment across a local test network
targets:
- en
# Community & resources ---------------------------------------------------------------------
- name: Get Involved
funnel: Docs
doc_type: Community Resources
html: community.html
md: community.md
template: template-doc.html
targets:
- en
- name: Libraries and Tools
funnel: Docs
doc_type: Community Resources
html: libraries.html
md: libraries.md
template: template-doc.html
blurb: Build Interledger applications.
targets:
- en
- name: ILP Summit 2019 Videos
funnel: Docs
doc_type: Community Resources
html: summit-2019.html
md: summit-2019.md
template: template-doc.html
blurb: The 2019 summit brought together developers, entrepreneurs, and researchers in San Francisco for two days of sharing, building, and learning. Here you can find the recordings of the sessions and talks. Enjoy!
targets:
- en
- name: Interledger Community Calls
funnel: Docs
doc_type: Community Resources
html: calls.html
md: calls.md
template: template-doc.html
sidebar: left_only
blurb: Here you can find the links to the recordings of previous community conference calls (since 27 June 2018).
targets:
- en
- name: Interledger News
funnel: Docs
doc_type: Community Resources
html: news.html
md: news.md
template: template-doc.html
sidebar: left_only
blurb: Here you can find the latest Interledger developments and community announcements.
targets:
- en
# Specs ---------------------------------------------------------------------
- name: Interledger Protocol V4 (ILPv4)
funnel: Docs
doc_type: Specs
html: rfcs/0027-interledger-protocol-4/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0027-interledger-protocol-4/0027-interledger-protocol-4.md
template: template-spec.html
targets:
- en
- name: ILP Addresses
funnel: Docs
doc_type: Specs
html: rfcs/0015-ilp-addresses/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0015-ilp-addresses/0015-ilp-addresses.md
template: template-spec.html
targets:
- en
- name: STREAM
funnel: Docs
doc_type: Specs
html: rfcs/0029-stream/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0029-stream/0029-stream.md
template: template-spec.html
targets:
- en
- name: Simple Payment Setup Protocol (SPSP)
funnel: Docs
doc_type: Specs
html: rfcs/0009-simple-payment-setup-protocol/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0009-simple-payment-setup-protocol/0009-simple-payment-setup-protocol.md
template: template-spec.html
targets:
- en
- name: Payment Pointers
funnel: Docs
doc_type: Specs
html: rfcs/0026-payment-pointers/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0026-payment-pointers/0026-payment-pointers.md
template: template-spec.html
targets:
- en
- name: Web Monetization
funnel: Docs
doc_type: Specs
html: rfcs/0028-web-monetization/index.html
md: 0028-web-monetization.md
template: template-spec.html
targets:
- en
# TODO: file has jinja like code. Breaks dactyl proccessing. Using temp local file above until fixed
# - name: Web Monetization
# funnel: Docs
# doc_type: Specs
# html: rfcs/0028-web-monetization/index.html
# md: https://raw.githubusercontent.com/interledger/rfcs/master/0028-web-monetization/0028-web-monetization.md
# template: template-spec.html
# targets:
# - en
- name: Notes on OER Encoding
funnel: Docs
doc_type: Specs
html: rfcs/0030-notes-on-oer-encoding/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0030-notes-on-oer-encoding/0030-notes-on-oer-encoding.md
template: template-spec.html
targets:
- en
- name: Dynamic Configuration Protocol (ILDCP)
funnel: Docs
doc_type: Specs
html: rfcs/0031-dynamic-configuration-protocol/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0031-dynamic-configuration-protocol/0031-dynamic-configuration-protocol.md
template: template-spec.html
targets:
- en
- name: Peering, Clearing and Settling
funnel: Docs
doc_type: Specs
html: rfcs/0032-peering-clearing-settlement/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0032-peering-clearing-settlement/0032-peering-clearing-settlement.md
template: template-spec.html
targets:
- en
- name: ILP Over HTTP
funnel: Docs
doc_type: Specs
html: rfcs/0035-ilp-over-http/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0035-ilp-over-http/0035-ilp-over-http.md
template: template-spec.html
targets:
- en
- name: SPSP Pull Payments
funnel: Docs
doc_type: Specs
html: rfcs/0036-spsp-pull-payments/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0036-spsp-pull-payments/0036-spsp-pull-payments.md
template: template-spec.html
targets:
- en
# Specs other ---------------------------------------------------------------------
- name: Interledger Architecture
funnel: Docs
doc_type: Specs
html: rfcs/0001-interledger-architecture/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0001-interledger-architecture/0001-interledger-architecture.md
template: template-spec.html
targets:
- en
- name: Paid HTTP APIs
funnel: Docs
doc_type: Specs
html: rfcs/0014-paid-http-apis/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0014-paid-http-apis/0014-paid-http-apis.md
template: template-spec.html
targets:
- en
- name: Connector Risk Mitigations
funnel: Docs
doc_type: Specs
html: rfcs/0018-connector-risk-mitigations/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0018-connector-risk-mitigations/0018-connector-risk-mitigations.md
template: template-spec.html
targets:
- en
- name: Glossary
funnel: Docs
doc_type: Specs
html: rfcs/0019-glossary/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0019-glossary/0019-glossary.md
template: template-spec.html
targets:
- en
- name: Bilateral Transfer Protocol 2.0 (BTP/2.0)
funnel: Docs
doc_type: Specs
html: rfcs/0023-bilateral-transfer-protocol/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0023-bilateral-transfer-protocol/0023-bilateral-transfer-protocol.md
template: template-spec.html
targets:
- en
- name: Hashed-Timelock Agreements (HTLAs)
funnel: Docs
doc_type: Specs
html: rfcs/0022-hashed-timelock-agreements/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0022-hashed-timelock-agreements/0022-hashed-timelock-agreements.md
template: template-spec.html
targets:
- en
- name: Settlement API
funnel: Docs
doc_type: Specs
html: rfcs/0038-settlement-engines/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0038-settlement-engines/0038-settlement-engines.md
template: template-spec.html
targets:
- en
- name: Relationship between Protocols
funnel: Docs
doc_type: Specs
html: rfcs/0033-relationship-between-protocols/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0033-relationship-between-protocols/0033-relationship-between-protocols.md
template: template-spec.html
targets:
- en
- name: Interledger Node - Requirements Specification
funnel: Docs
doc_type: Specs
html: rfcs/0034-connector-requirements/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0034-connector-requirements/0034-connector-requirements.md
template: template-spec.html
targets:
- en
- name: SPSP Invoices
funnel: Docs
doc_type: Specs
html: rfcs/0037-spsp-invoices/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/0037-spsp-invoices/0037-spsp-invoices.md
template: template-spec.html
targets:
- en
# ASN ---------------------------------------------------------------------
- name: Interledger ASN.1
funnel: Docs
doc_type: ASN
html: rfcs/asn1/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/asn1/README.md
template: template-spec.html
targets:
- en
- name: BilateralTransferProtocol.asn
funnel: Docs
doc_type: ASN
html: rfcs/asn1/BilateralTransferProtocol.asn.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/asn1/BilateralTransferProtocol.asn
template: template-asn.html
targets:
- en
- name: DynamicConfigurationProtocol.asn
funnel: Docs
doc_type: ASN
html: rfcs/asn1/DynamicConfigurationProtocol.asn.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/asn1/DynamicConfigurationProtocol.asn
template: template-asn.html
targets:
- en
- name: GenericTypes.asn
funnel: Docs
doc_type: ASN
html: rfcs/asn1/GenericTypes.asn.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/asn1/GenericTypes.asn
template: template-asn.html
targets:
- en
- name: InterledgerErrorData.asn
funnel: Docs
doc_type: ASN
html: rfcs/asn1/InterledgerErrorData.asn.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/asn1/InterledgerErrorData.asn
template: template-asn.html
targets:
- en
- name: InterledgerPacket.asn
funnel: Docs
doc_type: ASN
html: rfcs/asn1/InterledgerPacket.asn.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/asn1/InterledgerPacket.asn
template: template-asn.html
targets:
- en
- name: InterledgerPaymentRequest.asn
funnel: Docs
doc_type: ASN
html: rfcs/asn1/InterledgerPaymentRequest.asn.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/asn1/InterledgerPaymentRequest.asn
template: template-asn.html
targets:
- en
- name: InterledgerProtocol.asn
funnel: Docs
doc_type: ASN
html: rfcs/asn1/InterledgerProtocol.asn.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/asn1/InterledgerProtocol.asn
template: template-asn.html
targets:
- en
- name: InterledgerQuotingProtocol.asn
funnel: Docs
doc_type: ASN
html: rfcs/asn1/InterledgerQuotingProtocol.asn.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/asn1/InterledgerQuotingProtocol.asn
template: template-asn.html
targets:
- en
- name: InterledgerTypes.asn
funnel: Docs
doc_type: ASN
html: rfcs/asn1/InterledgerTypes.asn.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/asn1/InterledgerTypes.asn
template: template-asn.html
targets:
- en
- name: LegacyInterledgerProtocol.asn
funnel: Docs
doc_type: ASN
html: rfcs/asn1/LegacyInterledgerProtocol.asn.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/asn1/LegacyInterledgerProtocol.asn
template: template-asn.html
targets:
- en
- name: PreSharedKeyV2.asn
funnel: Docs
doc_type: ASN
html: rfcs/asn1/PreSharedKeyV2.asn.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/asn1/PreSharedKeyV2.asn
template: template-asn.html
targets:
- en
- name: Stream.asn
funnel: Docs
doc_type: ASN
html: rfcs/asn1/Stream.asn.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/asn1/Stream.asn
template: template-asn.html
targets:
- en
# Deprecated ---------------------------------------------------------------------
# TODO: Add message above content noting deprecation and any links to new updates
- name: Crypto Conditions
funnel: Docs
doc_type: Deprecated
html: rfcs/0002-crypto-conditions/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0002-crypto-conditions/0002-crypto-conditions.md
template: template-spec.html
targets:
- en
- name: Interledger Protocol (ILP)
funnel: Docs
doc_type: Deprecated
html: rfcs/0003-interledger-protocol/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0003-interledger-protocol/0003-interledger-protocol.md
template: template-spec.html
targets:
- en
- name: Javascript Ledger Plugin Interface
funnel: Docs
doc_type: Deprecated
html: rfcs/0004-ledger-plugin-interface/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0004-ledger-plugin-interface/0004-ledger-plugin-interface.md
template: template-spec.html
targets:
- en
- name: Javascript Ledger Plugin Interface Version 2
funnel: Docs
doc_type: Deprecated
html: rfcs/0024-ledger-plugin-interface-2/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0024-ledger-plugin-interface-2/0024-ledger-plugin-interface-2.md
template: template-spec.html
targets:
- en
- name: Optimistic Transport Protocol
funnel: Docs
doc_type: Deprecated
html: rfcs/0005-optimistic-transport-protocol/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0005-optimistic-transport-protocol/0005-optimistic-transport-protocol.md
template: template-spec.html
targets:
- en
- name: Universal Transport Protocol
funnel: Docs
doc_type: Deprecated
html: rfcs/0006-universal-transport-protocol/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0006-universal-transport-protocol/0006-universal-transport-protocol.md
template: template-spec.html
targets:
- en
- name: Atomic Transport Protocol
funnel: Docs
doc_type: Deprecated
html: rfcs/0007-atomic-transport-protocol/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0007-atomic-transport-protocol/0007-atomic-transport-protocol.md
template: template-spec.html
targets:
- en
- name: Interledger Quoting Protocol
funnel: Docs
doc_type: Deprecated
html: rfcs/0008-interledger-quoting-protocol/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0008-interledger-quoting-protocol/0008-interledger-quoting-protocol.md
template: template-spec.html
targets:
- en
- name: Connector to Connector protocol
funnel: Docs
doc_type: Deprecated
html: rfcs/0010-connector-to-connector-protocol/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0010-connector-to-connector-protocol/0010-connector-to-connector-protocol.md
template: template-spec.html
targets:
- en
- name: Interledger Payment Request (IPR)
funnel: Docs
doc_type: Deprecated
html: rfcs/0011-interledger-payment-request/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0011-interledger-payment-request/0011-interledger-payment-request.md
template: template-spec.html
targets:
- en
- name: Five Bells Ledger API
funnel: Docs
doc_type: Deprecated
html: rfcs/0012-five-bells-ledger-api/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0012-five-bells-ledger-api/0012-five-bells-ledger-api.md
template: template-spec.html
targets:
- en
- name: Pre-Shared Key Transport Protocol (PSK)
funnel: Docs
doc_type: Deprecated
html: rfcs/0016-pre-shared-key/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0016-pre-shared-key/0016-pre-shared-key.md
template: template-spec.html
targets:
- en
- name: Ledger Layer Requirements
funnel: Docs
doc_type: Deprecated
html: rfcs/0017-ledger-requirements/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0017-ledger-requirements/0017-ledger-requirements.md
template: template-spec.html
targets:
- en
- name: Explain Like I'm Five (ELI5)
funnel: Docs
doc_type: Deprecated
html: rfcs/0020-explain-like-im-five/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0020-explain-like-im-five/0020-explain-like-im-five.md
template: template-spec.html
targets:
- en
- name: Plugin RPC API
funnel: Docs
doc_type: Deprecated
html: rfcs/0021-plugin-rpc-api/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0021-plugin-rpc-api/0021-plugin-rpc-api.md
template: template-spec.html
targets:
- en
- name: Pre-Shared Key V2 (PSKv2) Transport Protocol
funnel: Docs
doc_type: Deprecated
html: rfcs/0025-pre-shared-key-2/index.html
md: https://raw.githubusercontent.com/interledger/rfcs/master/deprecated/0025-pre-shared-key-2/0025-pre-shared-key-2.md
template: template-spec.html
targets:
- en
# -------------------- Style Checker Rules ------------------------
word_substitutions_file: plainlanguage_words.yaml
phrase_substitutions_file: plainlanguage_phrases.yaml