ledger_sync 1.4.0 → 1.4.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/docs/blog/index.html +43 -64
- data/docs/guides/architecture/clients/index.html +44 -65
- data/docs/guides/architecture/index.html +44 -65
- data/docs/guides/architecture/operations/index.html +44 -65
- data/docs/guides/architecture/resources/index.html +44 -65
- data/docs/guides/architecture/results/index.html +44 -65
- data/docs/guides/architecture/searchers/index.html +44 -65
- data/docs/guides/architecture/serialization/index.html +44 -65
- data/docs/guides/community/index.html +44 -65
- data/docs/guides/contribute/console/index.html +45 -66
- data/docs/guides/contribute/deployment/index.html +47 -68
- data/docs/guides/contribute/documentation/index.html +45 -66
- data/docs/guides/contribute/index.html +45 -66
- data/docs/guides/contribute/qa/index.html +45 -66
- data/docs/guides/contribute/testing/index.html +45 -66
- data/docs/guides/customization/custom_resources/index.html +44 -65
- data/docs/guides/customization/custom_serializers/index.html +44 -65
- data/docs/guides/customization/index.html +44 -65
- data/docs/guides/customization/resource_converters/index.html +44 -65
- data/docs/guides/getting-started/get-help/index.html +44 -65
- data/docs/guides/getting-started/index.html +44 -65
- data/docs/guides/getting-started/installation/index.html +44 -65
- data/docs/guides/getting-started/quick-start/index.html +44 -65
- data/docs/guides/index.html +44 -65
- data/docs/guides/ledgers/index.html +44 -65
- data/docs/guides/ledgers/netsuite/index.html +44 -65
- data/docs/guides/ledgers/netsuite_soap/index.html +44 -65
- data/docs/guides/ledgers/quickbooks_online/index.html +44 -65
- data/docs/guides/ledgers/stripe/index.html +44 -65
- data/docs/guides/modern-treasury/index.html +44 -65
- data/docs/guides/tips_and_more/index.html +44 -65
- data/docs/index.html +43 -64
- data/docs/overview/index.html +43 -64
- data/docs/posts/introducing-docs/index.html +43 -64
- data/docs/posts/netsuite-authentication/index.html +43 -64
- data/docs/reference/architecture/clients/index.html +43 -64
- data/docs/reference/architecture/index.html +43 -64
- data/docs/reference/architecture/operations/index.html +43 -64
- data/docs/reference/architecture/resources/index.html +43 -64
- data/docs/reference/architecture/results/index.html +43 -64
- data/docs/reference/architecture/searchers/index.html +43 -64
- data/docs/reference/architecture/serialization/index.html +43 -64
- data/docs/reference/index.html +43 -64
- data/docs/reference/netsuite/authentication/index.html +43 -64
- data/docs/reference/netsuite/authentication/token_based_authentication/index.html +43 -64
- data/docs/reference/netsuite/index.html +43 -64
- data/docs/reference/netsuite/resources/account/index.html +43 -64
- data/docs/reference/netsuite/resources/check/index.html +43 -64
- data/docs/reference/netsuite/resources/check_line_item/index.html +43 -64
- data/docs/reference/netsuite/resources/currency/index.html +43 -64
- data/docs/reference/netsuite/resources/customer/index.html +43 -64
- data/docs/reference/netsuite/resources/customer_deposit/index.html +43 -64
- data/docs/reference/netsuite/resources/department/index.html +43 -64
- data/docs/reference/netsuite/resources/deposit/index.html +43 -64
- data/docs/reference/netsuite/resources/deposit_line_item/index.html +43 -64
- data/docs/reference/netsuite/resources/index.html +43 -64
- data/docs/reference/netsuite/resources/invoice/index.html +43 -64
- data/docs/reference/netsuite/resources/invoice_line_item/index.html +43 -64
- data/docs/reference/netsuite/resources/item/index.html +43 -64
- data/docs/reference/netsuite/resources/journal_entry/index.html +43 -64
- data/docs/reference/netsuite/resources/journal_entry_line_item/index.html +43 -64
- data/docs/reference/netsuite/resources/ledger_class/index.html +43 -64
- data/docs/reference/netsuite/resources/location/index.html +43 -64
- data/docs/reference/netsuite/resources/resource/index.html +43 -64
- data/docs/reference/netsuite/resources/subsidiary/index.html +43 -64
- data/docs/reference/netsuite/resources/vendor/index.html +43 -64
- data/docs/reference/netsuite_soap/index.html +43 -64
- data/docs/reference/netsuite_soap/resources/customer/index.html +43 -64
- data/docs/reference/netsuite_soap/resources/index.html +43 -64
- data/docs/reference/netsuite_soap/resources/resource/index.html +43 -64
- data/docs/reference/netsuite_soap/resources/subsidiary/index.html +43 -64
- data/docs/reference/quickbooks_online/authentication/index.html +43 -64
- data/docs/reference/quickbooks_online/errors/index.html +43 -64
- data/docs/reference/quickbooks_online/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/account/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/bill/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/bill_line_item/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/bill_payment/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/bill_payment_line_item/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/currency/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/customer/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/department/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/deposit/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/deposit_line_item/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/expense/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/expense_line_item/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/invoice/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/invoice_sales_line_item/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/item/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/journal_entry/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/journal_entry_line_item/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/ledger_class/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/payment/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/payment_line_item/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/preferences/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/primary_email_addr/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/primary_phone/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/resource/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/subsidiary/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/transfer/index.html +43 -64
- data/docs/reference/quickbooks_online/resources/vendor/index.html +43 -64
- data/docs/reference/quickbooks_online/webhooks/index.html +43 -64
- data/docs/reference/stripe/index.html +43 -64
- data/docs/reference/stripe/resources/customer/index.html +43 -64
- data/docs/reference/stripe/resources/index.html +43 -64
- data/docs/reference/stripe/resources/resource/index.html +43 -64
- data/docs/style-guide/index.html +43 -64
- data/documentation/site/_config.yml +7 -1
- data/documentation/site/_includes/action_link.html +5 -2
- data/documentation/site/_includes/footer.html +19 -24
- data/documentation/site/guides/contribute/deployment.md +1 -1
- data/lib/ledger_sync/ledgers/netsuite/check/serializer.rb +1 -0
- data/lib/ledger_sync/version.rb +1 -1
- metadata +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
<head>
|
|
5
5
|
|
|
6
|
-
<title>LedgerSync -
|
|
6
|
+
<title>LedgerSync - Deployment - LedgerSync</title>
|
|
7
7
|
<meta charset="utf-8">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
9
9
|
<meta name="description" content="An open-source library for easily syncing with accounting software, general ledgers, ERPs, and other ledgers." />
|
|
@@ -44,36 +44,33 @@
|
|
|
44
44
|
<li class="menu-item">
|
|
45
45
|
|
|
46
46
|
|
|
47
|
-
<a class="" href="/">
|
|
47
|
+
<a class="" href="/" >
|
|
48
48
|
|
|
49
49
|
Home
|
|
50
50
|
|
|
51
51
|
</a>
|
|
52
|
-
|
|
53
52
|
|
|
54
53
|
</li>
|
|
55
54
|
|
|
56
55
|
<li class="menu-item">
|
|
57
56
|
|
|
58
57
|
|
|
59
|
-
<a class="" href="/guides/">
|
|
58
|
+
<a class="" href="/guides/" >
|
|
60
59
|
|
|
61
60
|
Guides
|
|
62
61
|
|
|
63
62
|
</a>
|
|
64
|
-
|
|
65
63
|
|
|
66
64
|
</li>
|
|
67
65
|
|
|
68
66
|
<li class="menu-item has-children">
|
|
69
67
|
|
|
70
68
|
|
|
71
|
-
<a class="" href="/reference">
|
|
69
|
+
<a class="" href="/reference" >
|
|
72
70
|
|
|
73
71
|
Reference
|
|
74
72
|
|
|
75
73
|
</a>
|
|
76
|
-
|
|
77
74
|
|
|
78
75
|
|
|
79
76
|
<ul class="submenu">
|
|
@@ -81,45 +78,41 @@
|
|
|
81
78
|
<li class="menu-item">
|
|
82
79
|
|
|
83
80
|
|
|
84
|
-
<a class="" href="/reference/netsuite">
|
|
81
|
+
<a class="" href="/reference/netsuite" >
|
|
85
82
|
|
|
86
83
|
NetSuite REST
|
|
87
84
|
|
|
88
85
|
</a>
|
|
89
|
-
|
|
90
86
|
</li>
|
|
91
87
|
|
|
92
88
|
<li class="menu-item">
|
|
93
89
|
|
|
94
90
|
|
|
95
|
-
<a class="" href="/reference/netsuite_soap">
|
|
91
|
+
<a class="" href="/reference/netsuite_soap" >
|
|
96
92
|
|
|
97
93
|
NetSuite SOAP
|
|
98
94
|
|
|
99
95
|
</a>
|
|
100
|
-
|
|
101
96
|
</li>
|
|
102
97
|
|
|
103
98
|
<li class="menu-item">
|
|
104
99
|
|
|
105
100
|
|
|
106
|
-
<a class="" href="/reference/quickbooks_online">
|
|
101
|
+
<a class="" href="/reference/quickbooks_online" >
|
|
107
102
|
|
|
108
103
|
QuickBooks Online
|
|
109
104
|
|
|
110
105
|
</a>
|
|
111
|
-
|
|
112
106
|
</li>
|
|
113
107
|
|
|
114
108
|
<li class="menu-item">
|
|
115
109
|
|
|
116
110
|
|
|
117
|
-
<a class="" href="/reference/stripe">
|
|
111
|
+
<a class="" href="/reference/stripe" >
|
|
118
112
|
|
|
119
113
|
Stripe
|
|
120
114
|
|
|
121
115
|
</a>
|
|
122
|
-
|
|
123
116
|
</li>
|
|
124
117
|
|
|
125
118
|
</ul>
|
|
@@ -130,36 +123,33 @@
|
|
|
130
123
|
<li class="menu-item">
|
|
131
124
|
|
|
132
125
|
|
|
133
|
-
<a class="" href="/blog">
|
|
126
|
+
<a class="" href="/blog" >
|
|
134
127
|
|
|
135
128
|
Blog
|
|
136
129
|
|
|
137
130
|
</a>
|
|
138
|
-
|
|
139
131
|
|
|
140
132
|
</li>
|
|
141
133
|
|
|
142
134
|
<li class="menu-item">
|
|
143
135
|
|
|
144
136
|
|
|
145
|
-
<a class="" href="/guides/contribute">
|
|
137
|
+
<a class="" href="/guides/contribute" >
|
|
146
138
|
|
|
147
139
|
Contribute
|
|
148
140
|
|
|
149
141
|
</a>
|
|
150
|
-
|
|
151
142
|
|
|
152
143
|
</li>
|
|
153
144
|
|
|
154
145
|
<li class="menu-item menu-button">
|
|
155
146
|
|
|
156
147
|
|
|
157
|
-
<a class="button" href="https://github.com/LedgerSync/ledger_sync">
|
|
148
|
+
<a class="button" href="https://github.com/LedgerSync/ledger_sync" >
|
|
158
149
|
|
|
159
150
|
GitHub
|
|
160
151
|
|
|
161
152
|
</a>
|
|
162
|
-
|
|
163
153
|
|
|
164
154
|
</li>
|
|
165
155
|
|
|
@@ -296,7 +286,7 @@
|
|
|
296
286
|
</li>
|
|
297
287
|
|
|
298
288
|
<li class="toc-item current">
|
|
299
|
-
<a href="/guides/contribute/deployment/">
|
|
289
|
+
<a href="/guides/contribute/deployment/">Deployment</a>
|
|
300
290
|
</li>
|
|
301
291
|
|
|
302
292
|
<li class="toc-item">
|
|
@@ -335,7 +325,7 @@
|
|
|
335
325
|
<article class="post type-guides">
|
|
336
326
|
<div class="post-inside">
|
|
337
327
|
<header class="post-header">
|
|
338
|
-
<h1 class="post-title line-left">
|
|
328
|
+
<h1 class="post-title line-left">Deployment</h1>
|
|
339
329
|
</header>
|
|
340
330
|
<!-- .post-header -->
|
|
341
331
|
<div class="post-content">
|
|
@@ -359,7 +349,7 @@ Only contributors can deploy new versions of the gem to RubyGems.org.
|
|
|
359
349
|
|
|
360
350
|
<li class="guides-section-item"><a href="/guides/contribute/console/" class="guides-item-link">Console<span class="icon-angle-right" aria-hidden="true"></span></a></li>
|
|
361
351
|
|
|
362
|
-
<li class="guides-section-item"><a href="/guides/contribute/deployment/" class="guides-item-link">
|
|
352
|
+
<li class="guides-section-item"><a href="/guides/contribute/deployment/" class="guides-item-link">Deployment<span class="icon-angle-right" aria-hidden="true"></span></a></li>
|
|
363
353
|
|
|
364
354
|
<li class="guides-section-item"><a href="/guides/contribute/documentation/" class="guides-item-link">Documentation<span class="icon-angle-right" aria-hidden="true"></span></a></li>
|
|
365
355
|
|
|
@@ -389,61 +379,50 @@ Only contributors can deploy new versions of the gem to RubyGems.org.
|
|
|
389
379
|
<!-- .inner-->
|
|
390
380
|
</main><!-- .site-content -->
|
|
391
381
|
<footer id="colophon" class="site-footer outer">
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
<a class="" href="https://www.moderntreasury.com" target="_blank" rel="noopener">
|
|
382
|
+
<div class="inner">
|
|
383
|
+
<div class="site-footer-inside">
|
|
384
|
+
<p class="site-info">
|
|
385
|
+
|
|
386
|
+
<span class="copyright">© Modern Treasury Inc. All rights reserved.</span>
|
|
387
|
+
<a class="" href="https://www.moderntreasury.com" target="_blank" rel="noopener" >
|
|
403
388
|
|
|
404
|
-
Maintained with
|
|
389
|
+
Maintained with ❤️ in San Francisco, CA by Modern Treasury
|
|
405
390
|
|
|
406
|
-
</a>
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
391
|
+
</a>
|
|
392
|
+
</p>
|
|
393
|
+
<!-- .site-info -->
|
|
394
|
+
|
|
395
|
+
<div class="social-links">
|
|
396
|
+
|
|
397
|
+
<a class="" href="https://www.netlify.com" target="_blank" rel="noopener" >
|
|
398
|
+
|
|
399
|
+
<img src="https://www.netlify.com/img/global/badges/netlify-dark.svg" alt="Deploys by Netlify" />
|
|
400
|
+
|
|
401
|
+
</a>
|
|
402
|
+
<a class="button button-icon" href="https://twitter.com/ModernTreasury" target="_blank" rel="noopener" >
|
|
417
403
|
|
|
418
404
|
<span class="icon fab fa-twitter" aria-hidden="true"></span><span class="screen-reader-text">Twitter</span>
|
|
419
405
|
|
|
420
|
-
</a>
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
<a class="button button-icon" href="https://www.linkedin.com/company/modern-treasury" target="_blank" rel="noopener">
|
|
406
|
+
</a>
|
|
407
|
+
<a class="button button-icon" href="https://www.linkedin.com/company/modern-treasury" target="_blank" rel="noopener" >
|
|
426
408
|
|
|
427
409
|
<span class="icon fab fa-linkedin" aria-hidden="true"></span><span class="screen-reader-text">LinkedIn</span>
|
|
428
410
|
|
|
429
|
-
</a>
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
<a class="button button-icon" href="https://github.com/LedgerSync/ledger_sync" target="_blank" rel="noopener">
|
|
411
|
+
</a>
|
|
412
|
+
<a class="button button-icon" href="https://github.com/LedgerSync/ledger_sync" target="_blank" rel="noopener" >
|
|
435
413
|
|
|
436
414
|
<span class="icon fab fa-github" aria-hidden="true"></span><span class="screen-reader-text">GitHub</span>
|
|
437
415
|
|
|
438
|
-
</a>
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
416
|
+
</a>
|
|
417
|
+
</div>
|
|
418
|
+
<!-- .social-links -->
|
|
419
|
+
|
|
420
|
+
</div>
|
|
421
|
+
<!-- .site-footer-inside -->
|
|
422
|
+
</div>
|
|
423
|
+
<!-- .inner -->
|
|
424
|
+
</footer>
|
|
425
|
+
<!-- .site-footer -->
|
|
447
426
|
</div><!-- .site -->
|
|
448
427
|
|
|
449
428
|
<!-- Scripts -->
|
|
@@ -44,36 +44,33 @@
|
|
|
44
44
|
<li class="menu-item">
|
|
45
45
|
|
|
46
46
|
|
|
47
|
-
<a class="" href="/">
|
|
47
|
+
<a class="" href="/" >
|
|
48
48
|
|
|
49
49
|
Home
|
|
50
50
|
|
|
51
51
|
</a>
|
|
52
|
-
|
|
53
52
|
|
|
54
53
|
</li>
|
|
55
54
|
|
|
56
55
|
<li class="menu-item">
|
|
57
56
|
|
|
58
57
|
|
|
59
|
-
<a class="" href="/guides/">
|
|
58
|
+
<a class="" href="/guides/" >
|
|
60
59
|
|
|
61
60
|
Guides
|
|
62
61
|
|
|
63
62
|
</a>
|
|
64
|
-
|
|
65
63
|
|
|
66
64
|
</li>
|
|
67
65
|
|
|
68
66
|
<li class="menu-item has-children">
|
|
69
67
|
|
|
70
68
|
|
|
71
|
-
<a class="" href="/reference">
|
|
69
|
+
<a class="" href="/reference" >
|
|
72
70
|
|
|
73
71
|
Reference
|
|
74
72
|
|
|
75
73
|
</a>
|
|
76
|
-
|
|
77
74
|
|
|
78
75
|
|
|
79
76
|
<ul class="submenu">
|
|
@@ -81,45 +78,41 @@
|
|
|
81
78
|
<li class="menu-item">
|
|
82
79
|
|
|
83
80
|
|
|
84
|
-
<a class="" href="/reference/netsuite">
|
|
81
|
+
<a class="" href="/reference/netsuite" >
|
|
85
82
|
|
|
86
83
|
NetSuite REST
|
|
87
84
|
|
|
88
85
|
</a>
|
|
89
|
-
|
|
90
86
|
</li>
|
|
91
87
|
|
|
92
88
|
<li class="menu-item">
|
|
93
89
|
|
|
94
90
|
|
|
95
|
-
<a class="" href="/reference/netsuite_soap">
|
|
91
|
+
<a class="" href="/reference/netsuite_soap" >
|
|
96
92
|
|
|
97
93
|
NetSuite SOAP
|
|
98
94
|
|
|
99
95
|
</a>
|
|
100
|
-
|
|
101
96
|
</li>
|
|
102
97
|
|
|
103
98
|
<li class="menu-item">
|
|
104
99
|
|
|
105
100
|
|
|
106
|
-
<a class="" href="/reference/quickbooks_online">
|
|
101
|
+
<a class="" href="/reference/quickbooks_online" >
|
|
107
102
|
|
|
108
103
|
QuickBooks Online
|
|
109
104
|
|
|
110
105
|
</a>
|
|
111
|
-
|
|
112
106
|
</li>
|
|
113
107
|
|
|
114
108
|
<li class="menu-item">
|
|
115
109
|
|
|
116
110
|
|
|
117
|
-
<a class="" href="/reference/stripe">
|
|
111
|
+
<a class="" href="/reference/stripe" >
|
|
118
112
|
|
|
119
113
|
Stripe
|
|
120
114
|
|
|
121
115
|
</a>
|
|
122
|
-
|
|
123
116
|
</li>
|
|
124
117
|
|
|
125
118
|
</ul>
|
|
@@ -130,36 +123,33 @@
|
|
|
130
123
|
<li class="menu-item">
|
|
131
124
|
|
|
132
125
|
|
|
133
|
-
<a class="" href="/blog">
|
|
126
|
+
<a class="" href="/blog" >
|
|
134
127
|
|
|
135
128
|
Blog
|
|
136
129
|
|
|
137
130
|
</a>
|
|
138
|
-
|
|
139
131
|
|
|
140
132
|
</li>
|
|
141
133
|
|
|
142
134
|
<li class="menu-item">
|
|
143
135
|
|
|
144
136
|
|
|
145
|
-
<a class="" href="/guides/contribute">
|
|
137
|
+
<a class="" href="/guides/contribute" >
|
|
146
138
|
|
|
147
139
|
Contribute
|
|
148
140
|
|
|
149
141
|
</a>
|
|
150
|
-
|
|
151
142
|
|
|
152
143
|
</li>
|
|
153
144
|
|
|
154
145
|
<li class="menu-item menu-button">
|
|
155
146
|
|
|
156
147
|
|
|
157
|
-
<a class="button" href="https://github.com/LedgerSync/ledger_sync">
|
|
148
|
+
<a class="button" href="https://github.com/LedgerSync/ledger_sync" >
|
|
158
149
|
|
|
159
150
|
GitHub
|
|
160
151
|
|
|
161
152
|
</a>
|
|
162
|
-
|
|
163
153
|
|
|
164
154
|
</li>
|
|
165
155
|
|
|
@@ -296,7 +286,7 @@
|
|
|
296
286
|
</li>
|
|
297
287
|
|
|
298
288
|
<li class="toc-item">
|
|
299
|
-
<a href="/guides/contribute/deployment/">
|
|
289
|
+
<a href="/guides/contribute/deployment/">Deployment</a>
|
|
300
290
|
</li>
|
|
301
291
|
|
|
302
292
|
<li class="toc-item current">
|
|
@@ -375,7 +365,7 @@ generate these pages, run the following from the root directory:
|
|
|
375
365
|
|
|
376
366
|
<li class="guides-section-item"><a href="/guides/contribute/console/" class="guides-item-link">Console<span class="icon-angle-right" aria-hidden="true"></span></a></li>
|
|
377
367
|
|
|
378
|
-
<li class="guides-section-item"><a href="/guides/contribute/deployment/" class="guides-item-link">
|
|
368
|
+
<li class="guides-section-item"><a href="/guides/contribute/deployment/" class="guides-item-link">Deployment<span class="icon-angle-right" aria-hidden="true"></span></a></li>
|
|
379
369
|
|
|
380
370
|
<li class="guides-section-item"><a href="/guides/contribute/documentation/" class="guides-item-link">Documentation<span class="icon-angle-right" aria-hidden="true"></span></a></li>
|
|
381
371
|
|
|
@@ -405,61 +395,50 @@ generate these pages, run the following from the root directory:
|
|
|
405
395
|
<!-- .inner-->
|
|
406
396
|
</main><!-- .site-content -->
|
|
407
397
|
<footer id="colophon" class="site-footer outer">
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
<a class="" href="https://www.moderntreasury.com" target="_blank" rel="noopener">
|
|
398
|
+
<div class="inner">
|
|
399
|
+
<div class="site-footer-inside">
|
|
400
|
+
<p class="site-info">
|
|
401
|
+
|
|
402
|
+
<span class="copyright">© Modern Treasury Inc. All rights reserved.</span>
|
|
403
|
+
<a class="" href="https://www.moderntreasury.com" target="_blank" rel="noopener" >
|
|
419
404
|
|
|
420
|
-
Maintained with
|
|
405
|
+
Maintained with ❤️ in San Francisco, CA by Modern Treasury
|
|
421
406
|
|
|
422
|
-
</a>
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
407
|
+
</a>
|
|
408
|
+
</p>
|
|
409
|
+
<!-- .site-info -->
|
|
410
|
+
|
|
411
|
+
<div class="social-links">
|
|
412
|
+
|
|
413
|
+
<a class="" href="https://www.netlify.com" target="_blank" rel="noopener" >
|
|
414
|
+
|
|
415
|
+
<img src="https://www.netlify.com/img/global/badges/netlify-dark.svg" alt="Deploys by Netlify" />
|
|
416
|
+
|
|
417
|
+
</a>
|
|
418
|
+
<a class="button button-icon" href="https://twitter.com/ModernTreasury" target="_blank" rel="noopener" >
|
|
433
419
|
|
|
434
420
|
<span class="icon fab fa-twitter" aria-hidden="true"></span><span class="screen-reader-text">Twitter</span>
|
|
435
421
|
|
|
436
|
-
</a>
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
<a class="button button-icon" href="https://www.linkedin.com/company/modern-treasury" target="_blank" rel="noopener">
|
|
422
|
+
</a>
|
|
423
|
+
<a class="button button-icon" href="https://www.linkedin.com/company/modern-treasury" target="_blank" rel="noopener" >
|
|
442
424
|
|
|
443
425
|
<span class="icon fab fa-linkedin" aria-hidden="true"></span><span class="screen-reader-text">LinkedIn</span>
|
|
444
426
|
|
|
445
|
-
</a>
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
<a class="button button-icon" href="https://github.com/LedgerSync/ledger_sync" target="_blank" rel="noopener">
|
|
427
|
+
</a>
|
|
428
|
+
<a class="button button-icon" href="https://github.com/LedgerSync/ledger_sync" target="_blank" rel="noopener" >
|
|
451
429
|
|
|
452
430
|
<span class="icon fab fa-github" aria-hidden="true"></span><span class="screen-reader-text">GitHub</span>
|
|
453
431
|
|
|
454
|
-
</a>
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
432
|
+
</a>
|
|
433
|
+
</div>
|
|
434
|
+
<!-- .social-links -->
|
|
435
|
+
|
|
436
|
+
</div>
|
|
437
|
+
<!-- .site-footer-inside -->
|
|
438
|
+
</div>
|
|
439
|
+
<!-- .inner -->
|
|
440
|
+
</footer>
|
|
441
|
+
<!-- .site-footer -->
|
|
463
442
|
</div><!-- .site -->
|
|
464
443
|
|
|
465
444
|
<!-- Scripts -->
|