@scalar/cli 2.0.1 → 2.1.0
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.
- package/README.md +40 -0
- package/chunks/action-45OGQB2M.js +138 -0
- package/chunks/action-5R5FDF6S.js +2097 -0
- package/chunks/action-ANU5HGC4.js +34 -0
- package/chunks/action-BMFXENMX.js +176 -0
- package/chunks/action-BNEGJBUH.js +38 -0
- package/chunks/action-BYZUBXVB.js +82 -0
- package/chunks/action-C5VB4ITT.js +132 -0
- package/chunks/action-CCW66QJN.js +72 -0
- package/chunks/action-CLSD7O2R.js +60 -0
- package/chunks/action-CQ56FVES.js +65 -0
- package/chunks/action-CYP4VDK3.js +148 -0
- package/chunks/action-DFKHSDFV.js +36 -0
- package/chunks/action-F4Y6Q2VB.js +92 -0
- package/chunks/action-GB6DM53B.js +70 -0
- package/chunks/action-GEBRPNRT.js +87 -0
- package/chunks/action-H5OHT2GV.js +56 -0
- package/chunks/action-HD2T6BFJ.js +54 -0
- package/chunks/action-HNKM3Q65.js +65 -0
- package/chunks/action-JOSVV6YA.js +71 -0
- package/chunks/action-MENXFJH3.js +204 -0
- package/chunks/action-P7LN6FGY.js +13 -0
- package/chunks/action-PVDDRIM6.js +130 -0
- package/chunks/action-Q5UJ32D6.js +46 -0
- package/chunks/action-R6ZZO26F.js +299 -0
- package/chunks/action-STIEAXOE.js +53 -0
- package/chunks/action-TPBKPHNS.js +110 -0
- package/chunks/action-TWFJNQ2R.js +95 -0
- package/chunks/action-TZ5KGAQT.js +64 -0
- package/chunks/action-UDZUUJSI.js +49 -0
- package/chunks/action-W5BATF4Q.js +197 -0
- package/chunks/agent-XGLOHXNA.js +112 -0
- package/chunks/build.action-LKOILPA6.js +108 -0
- package/chunks/chunk-23I5PKZZ.js +78 -0
- package/chunks/chunk-2BSG2QHO.js +455 -0
- package/chunks/chunk-3MZYUBJ6.js +49 -0
- package/chunks/chunk-47Y4L5IT.js +63361 -0
- package/chunks/chunk-4DGQIAJX.js +359 -0
- package/chunks/chunk-4QS7SJTG.js +138 -0
- package/chunks/chunk-5BISXQX4.js +447 -0
- package/chunks/chunk-5BPPGTUU.js +463 -0
- package/chunks/chunk-AEFPCC4U.js +16 -0
- package/chunks/chunk-AHWWJ3MD.js +32 -0
- package/chunks/chunk-ASMHW5AY.js +19 -0
- package/chunks/chunk-B6QZJWCQ.js +92 -0
- package/chunks/chunk-DOVIWNKQ.js +108 -0
- package/chunks/chunk-H2WRMLYY.js +13780 -0
- package/chunks/chunk-HQKBZOYU.js +34 -0
- package/chunks/chunk-ISGLWBXZ.js +4265 -0
- package/chunks/chunk-IX7LJ3AD.js +17 -0
- package/chunks/chunk-JFIXNSPP.js +26 -0
- package/chunks/chunk-K74E42RV.js +7311 -0
- package/chunks/chunk-KHDYYVYF.js +16 -0
- package/chunks/chunk-KWOL7A6J.js +23 -0
- package/chunks/chunk-NUXPNUSS.js +38 -0
- package/chunks/chunk-OAXFCOJV.js +25 -0
- package/chunks/chunk-P2VH7DOC.js +107 -0
- package/chunks/chunk-P646T2WH.js +1608 -0
- package/chunks/chunk-SHSHFGA7.js +297 -0
- package/chunks/chunk-SXYALPYK.js +2709 -0
- package/chunks/chunk-T7B6WNZC.js +18 -0
- package/chunks/chunk-T7MDADON.js +17 -0
- package/chunks/chunk-TLFMATXR.js +344 -0
- package/chunks/chunk-TQ5XC2E3.js +284 -0
- package/chunks/chunk-UPUTMFD4.js +465 -0
- package/chunks/chunk-VTYTPSXO.js +161 -0
- package/chunks/chunk-X4QLDBB5.js +221 -0
- package/chunks/chunk-ZTVWAKNJ.js +21 -0
- package/chunks/create.action-FFQLBSJH.js +108 -0
- package/chunks/delete.action-QNN3LC2F.js +96 -0
- package/chunks/delete.action-STHQHP4F.js +88 -0
- package/chunks/get.action-OTKYOP3Z.js +87 -0
- package/chunks/list.action-6I5EZAVB.js +95 -0
- package/chunks/list.action-KDM5RHEH.js +116 -0
- package/chunks/publish.action-PODTVRXS.js +182 -0
- package/chunks/update.action-4F6STTEQ.js +101 -0
- package/chunks/update.action-KMD4ZM75.js +95 -0
- package/docs.html +310 -209
- package/index.js +645 -99061
- package/package.json +13 -11
package/docs.html
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
content="width=device-width, initial-scale=1.0" />
|
|
8
8
|
<title>Scalar CLI Documentation</title>
|
|
9
9
|
<style>
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
/* Base CSS will be injected here */
|
|
11
|
+
/* ../../node_modules/.pnpm/@scalar+themes@0.17.2/node_modules/@scalar/themes/dist/style.css */
|
|
12
12
|
@layer scalar-base, scalar-theme;
|
|
13
13
|
@layer scalar-base {
|
|
14
14
|
body {
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
input:where(:not([type=button], [type=reset], [type=submit])),
|
|
70
70
|
select,
|
|
71
71
|
textarea {
|
|
72
|
-
border-radius: var(--scalar-radius);
|
|
72
|
+
border-radius: var(--scalar-radius-md);
|
|
73
73
|
border-width: 1px;
|
|
74
74
|
}
|
|
75
75
|
input,
|
|
@@ -95,7 +95,6 @@
|
|
|
95
95
|
}
|
|
96
96
|
:focus-visible {
|
|
97
97
|
outline-style: solid;
|
|
98
|
-
border-radius: var(--scalar-radius);
|
|
99
98
|
}
|
|
100
99
|
button:focus-visible,
|
|
101
100
|
[role=button]:focus-visible {
|
|
@@ -187,8 +186,13 @@
|
|
|
187
186
|
:root {
|
|
188
187
|
--scalar-border-width: 0.5px;
|
|
189
188
|
--scalar-radius: 3px;
|
|
190
|
-
--scalar-radius-
|
|
191
|
-
--scalar-radius-
|
|
189
|
+
--scalar-radius-max: 20px;
|
|
190
|
+
--scalar-radius-md: min(var(--scalar-radius), var(--scalar-radius-max));
|
|
191
|
+
--scalar-radius-lg: min(calc(var(--scalar-radius) * 2), var(--scalar-radius-max));
|
|
192
|
+
--scalar-radius-xl: min(calc(var(--scalar-radius) * 8 / 3), var(--scalar-radius-max));
|
|
193
|
+
--scalar-radius-2xl: min(calc(var(--scalar-radius) * 4), var(--scalar-radius-max));
|
|
194
|
+
--scalar-radius-3xl: min(calc(var(--scalar-radius) * 16 / 3), var(--scalar-radius-max));
|
|
195
|
+
--scalar-radius-full: calc(var(--scalar-radius) * 9999);
|
|
192
196
|
--scalar-font:
|
|
193
197
|
"Inter",
|
|
194
198
|
ui-sans-serif,
|
|
@@ -293,6 +297,13 @@
|
|
|
293
297
|
--scalar-page-description: 20px;
|
|
294
298
|
}
|
|
295
299
|
}
|
|
300
|
+
@media (max-resolution: 1.5dppx) {
|
|
301
|
+
@supports (-moz-appearance: none) {
|
|
302
|
+
:root {
|
|
303
|
+
--scalar-border-width: 1px;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
}
|
|
296
307
|
}
|
|
297
308
|
@layer scalar-base {
|
|
298
309
|
:root {
|
|
@@ -350,8 +361,8 @@
|
|
|
350
361
|
--scalar-button-1: rgba(0, 0, 0, 1);
|
|
351
362
|
--scalar-button-1-hover: rgba(0, 0, 0, 0.8);
|
|
352
363
|
--scalar-button-1-color: #fff;
|
|
353
|
-
--scalar-tooltip-background: color-mix(in srgb,
|
|
354
|
-
--scalar-tooltip-color: color-
|
|
364
|
+
--scalar-tooltip-background: color-mix(in srgb, var(--scalar-background-1), transparent 10%);
|
|
365
|
+
--scalar-tooltip-color: var(--scalar-color-1);
|
|
355
366
|
--scalar-color-alert: color-mix(in srgb, var(--scalar-color-orange), var(--scalar-color-1) 20%);
|
|
356
367
|
--scalar-color-danger: color-mix(in srgb, var(--scalar-color-red), var(--scalar-color-1) 20%);
|
|
357
368
|
--scalar-background-alert: color-mix(in srgb, var(--scalar-color-orange), var(--scalar-background-1) 95%);
|
|
@@ -397,7 +408,7 @@
|
|
|
397
408
|
}
|
|
398
409
|
}
|
|
399
410
|
|
|
400
|
-
/* ../../node_modules/.pnpm/@scalar+themes@0.
|
|
411
|
+
/* ../../node_modules/.pnpm/@scalar+themes@0.17.2/node_modules/@scalar/themes/dist/fonts/fonts.css */
|
|
401
412
|
@font-face {
|
|
402
413
|
font-family: "Inter";
|
|
403
414
|
font-style: normal;
|
|
@@ -641,6 +652,8 @@ body {
|
|
|
641
652
|
overflow: hidden;
|
|
642
653
|
font-family: var(--scalar-font);
|
|
643
654
|
color: var(--scalar-color-1);
|
|
655
|
+
}
|
|
656
|
+
body {
|
|
644
657
|
background-color: var(--scalar-background-1);
|
|
645
658
|
}
|
|
646
659
|
.light-mode,
|
|
@@ -692,7 +705,7 @@ body {
|
|
|
692
705
|
color: white;
|
|
693
706
|
font-weight: var(--scalar-semibold);
|
|
694
707
|
font-size: var(--scalar-font-size-5);
|
|
695
|
-
border-radius: var(--scalar-radius);
|
|
708
|
+
border-radius: var(--scalar-radius-md);
|
|
696
709
|
border: none;
|
|
697
710
|
}
|
|
698
711
|
.tippy-box[data-placement^=top] > .tippy-arrow {
|
|
@@ -888,10 +901,10 @@ body {
|
|
|
888
901
|
border-width: 0;
|
|
889
902
|
}
|
|
890
903
|
.rounded {
|
|
891
|
-
border-radius: var(--scalar-radius);
|
|
904
|
+
border-radius: var(--scalar-radius-md);
|
|
892
905
|
}
|
|
893
906
|
.rounded-full {
|
|
894
|
-
border-radius:
|
|
907
|
+
border-radius: var(--scalar-radius-full);
|
|
895
908
|
}
|
|
896
909
|
.divide-x > * + * {
|
|
897
910
|
border-right-width: 0px;
|
|
@@ -1312,7 +1325,7 @@ body {
|
|
|
1312
1325
|
gap: 3px;
|
|
1313
1326
|
font-size: var(--scalar-small);
|
|
1314
1327
|
line-height: normal;
|
|
1315
|
-
border-radius: var(--scalar-radius);
|
|
1328
|
+
border-radius: var(--scalar-radius-md);
|
|
1316
1329
|
cursor: pointer;
|
|
1317
1330
|
}
|
|
1318
1331
|
.t-doc__header .header-item-spacer {
|
|
@@ -1333,7 +1346,7 @@ body {
|
|
|
1333
1346
|
height: 24px;
|
|
1334
1347
|
width: 24px;
|
|
1335
1348
|
color: var(--scalar-color-2);
|
|
1336
|
-
border-radius:
|
|
1349
|
+
border-radius: var(--scalar-radius-md);
|
|
1337
1350
|
cursor: pointer;
|
|
1338
1351
|
}
|
|
1339
1352
|
.t-doc__header .icon-button:hover {
|
|
@@ -1342,7 +1355,7 @@ body {
|
|
|
1342
1355
|
}
|
|
1343
1356
|
.t-doc__header .header-name {
|
|
1344
1357
|
padding: 6px 12px;
|
|
1345
|
-
border-radius:
|
|
1358
|
+
border-radius: var(--scalar-radius-md);
|
|
1346
1359
|
font-weight: var(--scalar-bold);
|
|
1347
1360
|
color: var(--scalar-header-color-1, var(--scalar-color-1));
|
|
1348
1361
|
font-size: var(--scalar-small);
|
|
@@ -1368,7 +1381,7 @@ body {
|
|
|
1368
1381
|
color: var(--scalar-header-background-1, var(--scalar-background-1));
|
|
1369
1382
|
font-size: var(--scalar-mini);
|
|
1370
1383
|
font-weight: var(--scalar-semibold);
|
|
1371
|
-
border-radius: var(--scalar-radius);
|
|
1384
|
+
border-radius: var(--scalar-radius-md);
|
|
1372
1385
|
border: 1px solid var(--scalar-header-call-to-action-color, var(--scalar-button-1));
|
|
1373
1386
|
}
|
|
1374
1387
|
.t-doc__header .header-item-link__cta:hover {
|
|
@@ -1405,7 +1418,7 @@ body {
|
|
|
1405
1418
|
.t-doc__header .header-item-ghost .header-item-show-button {
|
|
1406
1419
|
background: var(--scalar-background-1);
|
|
1407
1420
|
border: var(--scalar-border-width) solid var(--scalar-header-item-ghost-color);
|
|
1408
|
-
border-radius:
|
|
1421
|
+
border-radius: var(--scalar-radius-full);
|
|
1409
1422
|
color: var(--scalar-header-color-2, var(--scalar-color-2));
|
|
1410
1423
|
font-size: var(--scalar-micro);
|
|
1411
1424
|
gap: 3px;
|
|
@@ -1462,7 +1475,7 @@ body {
|
|
|
1462
1475
|
border: var(--scalar-border);
|
|
1463
1476
|
margin: 0 16px;
|
|
1464
1477
|
margin-bottom: 6px;
|
|
1465
|
-
border-radius: var(--scalar-radius);
|
|
1478
|
+
border-radius: var(--scalar-radius-md);
|
|
1466
1479
|
}
|
|
1467
1480
|
.t-doc__header .header-version-button {
|
|
1468
1481
|
align-self: stretch;
|
|
@@ -1641,7 +1654,7 @@ body {
|
|
|
1641
1654
|
display: flex;
|
|
1642
1655
|
align-items: center;
|
|
1643
1656
|
justify-content: center;
|
|
1644
|
-
border-radius: var(--scalar-radius);
|
|
1657
|
+
border-radius: var(--scalar-radius-md);
|
|
1645
1658
|
}
|
|
1646
1659
|
.t-editor .editor-node-handles .add-node:hover,
|
|
1647
1660
|
.t-editor .editor-node-handles .add-node:focus {
|
|
@@ -1666,7 +1679,7 @@ body {
|
|
|
1666
1679
|
position: absolute;
|
|
1667
1680
|
width: 3px;
|
|
1668
1681
|
height: 3px;
|
|
1669
|
-
border-radius:
|
|
1682
|
+
border-radius: var(--scalar-radius-full);
|
|
1670
1683
|
background: currentcolor;
|
|
1671
1684
|
top: 5px;
|
|
1672
1685
|
left: 5px;
|
|
@@ -1710,7 +1723,7 @@ body {
|
|
|
1710
1723
|
user-select: none;
|
|
1711
1724
|
color: #0d0d0d;
|
|
1712
1725
|
padding: 0.1rem 0.3rem;
|
|
1713
|
-
border-radius:
|
|
1726
|
+
border-radius: var(--scalar-radius-md) var(--scalar-radius-md) var(--scalar-radius-md) 0;
|
|
1714
1727
|
white-space: nowrap;
|
|
1715
1728
|
}
|
|
1716
1729
|
.t-editor .guide-node-component + span.collaboration-cursor__caret {
|
|
@@ -1739,7 +1752,7 @@ body {
|
|
|
1739
1752
|
background: transparent !important;
|
|
1740
1753
|
}
|
|
1741
1754
|
.t-editor .guide-node-component__popover.has-focus .highlight-active {
|
|
1742
|
-
border-radius: var(--scalar-radius);
|
|
1755
|
+
border-radius: var(--scalar-radius-md);
|
|
1743
1756
|
box-shadow: 0 0 0 2px var(--scalar-background-2), 0 0 0 4px var(--scalar-color-accent);
|
|
1744
1757
|
}
|
|
1745
1758
|
.t-editor .guide-node-component__popover.has-focus ~ .guide-node-component,
|
|
@@ -1795,7 +1808,7 @@ body {
|
|
|
1795
1808
|
background-color: var(--scalar-background-2);
|
|
1796
1809
|
box-shadow: 0 0 0 var(--scalar-border-width) var(--scalar-border-color);
|
|
1797
1810
|
font-size: var(--scalar-mini);
|
|
1798
|
-
border-radius:
|
|
1811
|
+
border-radius: var(--scalar-radius-md);
|
|
1799
1812
|
padding: 0 3px;
|
|
1800
1813
|
}
|
|
1801
1814
|
.t-editor__italic {
|
|
@@ -1817,7 +1830,7 @@ body {
|
|
|
1817
1830
|
display: block;
|
|
1818
1831
|
margin-top: 12px;
|
|
1819
1832
|
padding: 12px;
|
|
1820
|
-
border-radius: var(--scalar-radius);
|
|
1833
|
+
border-radius: var(--scalar-radius-md);
|
|
1821
1834
|
border: 1px solid var(--scalar-border-color);
|
|
1822
1835
|
}
|
|
1823
1836
|
.t-editor__page-link:hover {
|
|
@@ -1825,7 +1838,7 @@ body {
|
|
|
1825
1838
|
}
|
|
1826
1839
|
.t-editor__page-link .link {
|
|
1827
1840
|
box-shadow: var(--scalar-shadow-1);
|
|
1828
|
-
border-radius: var(--scalar-radius);
|
|
1841
|
+
border-radius: var(--scalar-radius-md);
|
|
1829
1842
|
background: var(--scalar-background-2);
|
|
1830
1843
|
padding: 16px;
|
|
1831
1844
|
position: relative;
|
|
@@ -1926,7 +1939,8 @@ body {
|
|
|
1926
1939
|
|
|
1927
1940
|
/* ../../packages/css/src/guides/text-extensions/link.css */
|
|
1928
1941
|
.t-editor__anchor {
|
|
1929
|
-
--font-color: var(--scalar-color-1);
|
|
1942
|
+
--font-color: var(--scalar-link-color, var(--scalar-color-1));
|
|
1943
|
+
--font-hover: var(--scalar-link-color-hover, var(--scalar-color-1));
|
|
1930
1944
|
--font-visited: var(--scalar-color-2);
|
|
1931
1945
|
--text-decoration: var(--scalar-text-decoration);
|
|
1932
1946
|
--text-decoration-hover: var(--scalar-text-decoration-hover);
|
|
@@ -1978,7 +1992,7 @@ body {
|
|
|
1978
1992
|
.t-editor__heading .notify-container {
|
|
1979
1993
|
padding: 0 4px;
|
|
1980
1994
|
position: relative;
|
|
1981
|
-
border-radius:
|
|
1995
|
+
border-radius: var(--scalar-radius-md);
|
|
1982
1996
|
transition: all 0.2s ease;
|
|
1983
1997
|
}
|
|
1984
1998
|
.t-editor__heading .notify-container:focus-visible {
|
|
@@ -2187,7 +2201,7 @@ ul.t-editor__list > * > li::before {
|
|
|
2187
2201
|
.ssg-literal {
|
|
2188
2202
|
display: block;
|
|
2189
2203
|
padding: 0.75rem;
|
|
2190
|
-
border-radius:
|
|
2204
|
+
border-radius: var(--scalar-radius-lg);
|
|
2191
2205
|
background: #0f172a;
|
|
2192
2206
|
color: #e6eef8;
|
|
2193
2207
|
font-family:
|
|
@@ -2234,7 +2248,7 @@ ul.t-editor__list > * > li::before {
|
|
|
2234
2248
|
.t-editor__detail .details__button,
|
|
2235
2249
|
.t-editor__detail .details__icon,
|
|
2236
2250
|
.t-editor__detail summary.t-editor__detail-summary {
|
|
2237
|
-
border-radius: var(--scalar-radius);
|
|
2251
|
+
border-radius: var(--scalar-radius-md);
|
|
2238
2252
|
}
|
|
2239
2253
|
.t-editor__detail .details {
|
|
2240
2254
|
display: flex;
|
|
@@ -2280,7 +2294,7 @@ ul.t-editor__list > * > li::before {
|
|
|
2280
2294
|
gap: 8px;
|
|
2281
2295
|
padding: 7px 16px;
|
|
2282
2296
|
border: var(--scalar-border);
|
|
2283
|
-
border-radius: var(--scalar-radius);
|
|
2297
|
+
border-radius: var(--scalar-radius-md);
|
|
2284
2298
|
}
|
|
2285
2299
|
.t-editor__detail .t-editor__detail-summary:has(.t-editor__detail-marker) {
|
|
2286
2300
|
padding: 7px 14px;
|
|
@@ -2338,8 +2352,8 @@ ul.t-editor__list > * > li::before {
|
|
|
2338
2352
|
border-top-right-radius: 0;
|
|
2339
2353
|
}
|
|
2340
2354
|
.t-editor__detail:not(:has(+ .t-editor__detail)) > .t-editor__detail-content {
|
|
2341
|
-
border-bottom-left-radius: var(--scalar-radius);
|
|
2342
|
-
border-bottom-right-radius: var(--scalar-radius);
|
|
2355
|
+
border-bottom-left-radius: var(--scalar-radius-md);
|
|
2356
|
+
border-bottom-right-radius: var(--scalar-radius-md);
|
|
2343
2357
|
}
|
|
2344
2358
|
.t-editor__detail:has(+ .t-editor__detail):not(:first-child):not(:last-child) > summary.t-editor__detail-summary {
|
|
2345
2359
|
border-bottom-left-radius: 0;
|
|
@@ -2358,7 +2372,7 @@ ul.t-editor__list > * > li::before {
|
|
|
2358
2372
|
/* ../../packages/css/src/guides/text-extensions/tabs.css */
|
|
2359
2373
|
.custom-tabs-container {
|
|
2360
2374
|
margin-top: var(--scalar-block-spacing);
|
|
2361
|
-
border-radius: var(--scalar-radius);
|
|
2375
|
+
border-radius: var(--scalar-radius-md);
|
|
2362
2376
|
position: relative;
|
|
2363
2377
|
}
|
|
2364
2378
|
.custom-tabs-container:has(.custom-tabs-input:focus-visible) {
|
|
@@ -2419,6 +2433,10 @@ ul.t-editor__list > * > li::before {
|
|
|
2419
2433
|
padding-top: 16px;
|
|
2420
2434
|
padding-bottom: 16px;
|
|
2421
2435
|
}
|
|
2436
|
+
.custom-tabs-container .custom-tabs-content > div > :first-child,
|
|
2437
|
+
.custom-tabs-container .custom-tabs-content > div > :first-child > :first-child {
|
|
2438
|
+
margin-top: 0;
|
|
2439
|
+
}
|
|
2422
2440
|
.custom-tabs-container input:nth-of-type(1):checked ~ .custom-tabs-navbar .custom-tabs-nav .custom-tabs-tab:nth-of-type(1),
|
|
2423
2441
|
.custom-tabs-container input:nth-of-type(2):checked ~ .custom-tabs-navbar .custom-tabs-nav .custom-tabs-tab:nth-of-type(2),
|
|
2424
2442
|
.custom-tabs-container input:nth-of-type(3):checked ~ .custom-tabs-navbar .custom-tabs-nav .custom-tabs-tab:nth-of-type(3),
|
|
@@ -2494,7 +2512,7 @@ ul.t-editor__list > * > li::before {
|
|
|
2494
2512
|
}
|
|
2495
2513
|
.t-editor__step .t-editor__step-marker-container .t-editor__step-marker {
|
|
2496
2514
|
border: 1.5px solid var(--scalar-color-1);
|
|
2497
|
-
border-radius:
|
|
2515
|
+
border-radius: var(--scalar-radius-full);
|
|
2498
2516
|
width: var(--marker-diameter);
|
|
2499
2517
|
height: var(--marker-diameter);
|
|
2500
2518
|
display: flex;
|
|
@@ -2583,7 +2601,7 @@ ul.t-editor__checklist > li {
|
|
|
2583
2601
|
align-content: center;
|
|
2584
2602
|
justify-content: center;
|
|
2585
2603
|
border: 1px solid var(--scalar-color-3);
|
|
2586
|
-
border-radius: var(--scalar-radius);
|
|
2604
|
+
border-radius: var(--scalar-radius-md);
|
|
2587
2605
|
}
|
|
2588
2606
|
.t-editor__checklist input:checked {
|
|
2589
2607
|
background-color: var(--scalar-color-1);
|
|
@@ -2624,7 +2642,7 @@ ul.contains-task-list > li {
|
|
|
2624
2642
|
width: 16px;
|
|
2625
2643
|
height: 16px;
|
|
2626
2644
|
border: 1px solid var(--scalar-color-3);
|
|
2627
|
-
border-radius: var(--scalar-radius);
|
|
2645
|
+
border-radius: var(--scalar-radius-md);
|
|
2628
2646
|
}
|
|
2629
2647
|
.contains-task-list input:checked {
|
|
2630
2648
|
background-color: var(--scalar-color-1);
|
|
@@ -2649,7 +2667,7 @@ ul.contains-task-list > li {
|
|
|
2649
2667
|
/* ../../packages/css/src/guides/text-extensions/codegroup.css */
|
|
2650
2668
|
.t-editor__code-group {
|
|
2651
2669
|
margin-top: var(--scalar-block-spacing);
|
|
2652
|
-
border-radius: var(--scalar-radius);
|
|
2670
|
+
border-radius: var(--scalar-radius-md);
|
|
2653
2671
|
border-bottom: var(--scalar-border);
|
|
2654
2672
|
background-color: var(--scalar-background-2);
|
|
2655
2673
|
position: relative;
|
|
@@ -2658,8 +2676,8 @@ ul.contains-task-list > li {
|
|
|
2658
2676
|
.t-editor__code-group .t-code {
|
|
2659
2677
|
border-top-left-radius: unset;
|
|
2660
2678
|
border-top-right-radius: unset;
|
|
2661
|
-
border-bottom-left-radius: var(--scalar-radius);
|
|
2662
|
-
border-bottom-right-radius: var(--scalar-radius);
|
|
2679
|
+
border-bottom-left-radius: var(--scalar-radius-md);
|
|
2680
|
+
border-bottom-right-radius: var(--scalar-radius-md);
|
|
2663
2681
|
}
|
|
2664
2682
|
.t-editor__code-group .language-button {
|
|
2665
2683
|
top: -34px;
|
|
@@ -2767,7 +2785,7 @@ ul.contains-task-list > li {
|
|
|
2767
2785
|
margin-top: var(--scalar-block-spacing);
|
|
2768
2786
|
background: var(--hljs-background);
|
|
2769
2787
|
color: var(--hljs-color);
|
|
2770
|
-
border-radius: var(--scalar-radius);
|
|
2788
|
+
border-radius: var(--scalar-radius-md);
|
|
2771
2789
|
font-size: var(--scalar-small);
|
|
2772
2790
|
font-family: var(--scalar-font-code);
|
|
2773
2791
|
line-height: 1.5;
|
|
@@ -2791,7 +2809,7 @@ ul.contains-task-list > li {
|
|
|
2791
2809
|
width: calc(100% + var(--padding) * 2);
|
|
2792
2810
|
height: 100%;
|
|
2793
2811
|
background-color: var(--scalar-color-accent);
|
|
2794
|
-
border-radius: var(--scalar-radius);
|
|
2812
|
+
border-radius: var(--scalar-radius-md);
|
|
2795
2813
|
opacity: 0.05;
|
|
2796
2814
|
}
|
|
2797
2815
|
.t-code__line--highlighted + .t-code__line--highlighted::after {
|
|
@@ -2914,7 +2932,7 @@ pre.t-code--numbered {
|
|
|
2914
2932
|
visibility: visible;
|
|
2915
2933
|
font-size: var(--scalar-font-size-3);
|
|
2916
2934
|
font-weight: 500;
|
|
2917
|
-
border-radius: var(--scalar-radius);
|
|
2935
|
+
border-radius: var(--scalar-radius-md);
|
|
2918
2936
|
background: var(--scalar-background-3);
|
|
2919
2937
|
}
|
|
2920
2938
|
|
|
@@ -2934,7 +2952,7 @@ pre.t-code--numbered {
|
|
|
2934
2952
|
margin-top: 8px;
|
|
2935
2953
|
}
|
|
2936
2954
|
.t-editor__image img {
|
|
2937
|
-
border-radius: var(--scalar-radius);
|
|
2955
|
+
border-radius: var(--scalar-radius-md);
|
|
2938
2956
|
object-fit: contain;
|
|
2939
2957
|
}
|
|
2940
2958
|
.t-editor__paragraph img,
|
|
@@ -2960,13 +2978,13 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
2960
2978
|
display: block;
|
|
2961
2979
|
width: 100%;
|
|
2962
2980
|
height: auto;
|
|
2963
|
-
border-radius: var(--scalar-radius);
|
|
2981
|
+
border-radius: var(--scalar-radius-md);
|
|
2964
2982
|
}
|
|
2965
2983
|
.t-editor__embed--pdf iframe {
|
|
2966
2984
|
aspect-ratio: auto;
|
|
2967
2985
|
height: 80vh;
|
|
2968
2986
|
max-height: 800px;
|
|
2969
|
-
border-radius: var(--scalar-radius);
|
|
2987
|
+
border-radius: var(--scalar-radius-md);
|
|
2970
2988
|
}
|
|
2971
2989
|
.t-editor__embed--csv .t-editor__table-wrapper {
|
|
2972
2990
|
margin-top: 0;
|
|
@@ -3003,7 +3021,7 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
3003
3021
|
align-items: center;
|
|
3004
3022
|
justify-content: space-between;
|
|
3005
3023
|
gap: 12px;
|
|
3006
|
-
border-radius: var(--scalar-radius);
|
|
3024
|
+
border-radius: var(--scalar-radius-md);
|
|
3007
3025
|
background: var(--scalar-background-2);
|
|
3008
3026
|
padding: 9px 12px;
|
|
3009
3027
|
color: var(--scalar-color-1);
|
|
@@ -3024,7 +3042,7 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
3024
3042
|
min-width: 34px;
|
|
3025
3043
|
height: 30px;
|
|
3026
3044
|
padding: 0 6px;
|
|
3027
|
-
border-radius: var(--scalar-radius);
|
|
3045
|
+
border-radius: var(--scalar-radius-md);
|
|
3028
3046
|
background: var(--scalar-background-1);
|
|
3029
3047
|
box-shadow: 0 0 0 var(--scalar-border-width) var(--scalar-border-color);
|
|
3030
3048
|
color: var(--scalar-color-accent);
|
|
@@ -3140,7 +3158,7 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
3140
3158
|
.t-editor__button {
|
|
3141
3159
|
--font-size: var(--scalar-small);
|
|
3142
3160
|
--font-weight: var(--scalar-bold);
|
|
3143
|
-
--button-border-radius: var(--scalar-radius);
|
|
3161
|
+
--button-border-radius: var(--scalar-radius-md);
|
|
3144
3162
|
--button-padding: 8px 14px;
|
|
3145
3163
|
--button-text-decoration: none;
|
|
3146
3164
|
}
|
|
@@ -3163,7 +3181,7 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
3163
3181
|
padding: var(--button-padding, 8px 12px);
|
|
3164
3182
|
background: var(--button-background, var(--scalar-color-1));
|
|
3165
3183
|
border: 1px solid var(--button-background, var(--scalar-color-1));
|
|
3166
|
-
border-radius: var(--button-border-radius,
|
|
3184
|
+
border-radius: var(--button-border-radius, var(--scalar-radius-lg));
|
|
3167
3185
|
color: var(--font-color, var(--scalar-background-1));
|
|
3168
3186
|
font-weight: var(--font-weight, var(--scalar-bold));
|
|
3169
3187
|
font-size: var(--font-size, var(--scalar-small));
|
|
@@ -3229,7 +3247,7 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
3229
3247
|
--callout-line-height: 22px;
|
|
3230
3248
|
}
|
|
3231
3249
|
.t-editor__callout {
|
|
3232
|
-
border-radius: var(--scalar-radius);
|
|
3250
|
+
border-radius: var(--scalar-radius-md);
|
|
3233
3251
|
margin-top: var(--scalar-block-spacing);
|
|
3234
3252
|
padding: 10px 14px;
|
|
3235
3253
|
--callout-primary: var(--scalar-border-color);
|
|
@@ -3255,7 +3273,7 @@ figure.t-editor__image.custom-image-size-full img {
|
|
|
3255
3273
|
}
|
|
3256
3274
|
.t-editor__callout .callout-content__icon {
|
|
3257
3275
|
position: relative;
|
|
3258
|
-
border-radius: var(--scalar-radius);
|
|
3276
|
+
border-radius: var(--scalar-radius-md);
|
|
3259
3277
|
width: 18px;
|
|
3260
3278
|
height: fit-content;
|
|
3261
3279
|
color: var(--callout-svg);
|
|
@@ -3344,7 +3362,7 @@ span.t-editor__icon {
|
|
|
3344
3362
|
--pill-font-weight: var(--scalar-semibold);
|
|
3345
3363
|
display: inline-block;
|
|
3346
3364
|
padding: 6px 10px;
|
|
3347
|
-
border-radius:
|
|
3365
|
+
border-radius: var(--scalar-radius-full);
|
|
3348
3366
|
background: var(--pill-background);
|
|
3349
3367
|
color: var(--pill-color);
|
|
3350
3368
|
font-size: var(--pill-font-size);
|
|
@@ -3402,7 +3420,7 @@ blockquote.t-editor__quote > * {
|
|
|
3402
3420
|
width: fit-content;
|
|
3403
3421
|
max-width: 100%;
|
|
3404
3422
|
overflow-x: auto;
|
|
3405
|
-
border-radius: var(--scalar-radius);
|
|
3423
|
+
border-radius: var(--scalar-radius-md);
|
|
3406
3424
|
box-shadow: 0 0 0 var(--scalar-border-width) var(--scalar-border-color);
|
|
3407
3425
|
scrollbar-width: thin;
|
|
3408
3426
|
-webkit-overflow-scrolling: touch;
|
|
@@ -3494,7 +3512,7 @@ blockquote.t-editor__quote > * {
|
|
|
3494
3512
|
cursor: col-resize;
|
|
3495
3513
|
}
|
|
3496
3514
|
.t-editor__row {
|
|
3497
|
-
border-radius: var(--scalar-radius);
|
|
3515
|
+
border-radius: var(--scalar-radius-md);
|
|
3498
3516
|
}
|
|
3499
3517
|
.t-editor__row + .t-editor__row {
|
|
3500
3518
|
margin-top: var(--scalar-row-gap, 16px);
|
|
@@ -3520,14 +3538,14 @@ blockquote.t-editor__quote > * {
|
|
|
3520
3538
|
.t-editor__row .row.t-editor__grid.t-editor__column-4 {
|
|
3521
3539
|
grid-template-columns: repeat(4, 1fr);
|
|
3522
3540
|
}
|
|
3523
|
-
.t-editor__row .row > *:not(.t-editor__card, .t-editor__row, .t-editor__button) {
|
|
3541
|
+
.t-editor__row .row > *:not(.t-editor__card, .t-editor__callout, .t-editor__row, .t-editor__button) {
|
|
3524
3542
|
display: flex;
|
|
3525
3543
|
align-items: center;
|
|
3526
3544
|
flex: 1 1 0%;
|
|
3527
3545
|
min-width: 0;
|
|
3528
3546
|
margin: 0;
|
|
3529
3547
|
}
|
|
3530
|
-
.t-editor__row .row > .t-editor__card {
|
|
3548
|
+
.t-editor__row .row > :is(.t-editor__card, .t-editor__callout) {
|
|
3531
3549
|
flex: 1 1 0%;
|
|
3532
3550
|
margin: 0;
|
|
3533
3551
|
min-width: 0;
|
|
@@ -3626,7 +3644,7 @@ blockquote.t-editor__quote > * {
|
|
|
3626
3644
|
align-items: center;
|
|
3627
3645
|
gap: 8px;
|
|
3628
3646
|
padding: 4px 6px;
|
|
3629
|
-
border-radius: var(--scalar-radius);
|
|
3647
|
+
border-radius: var(--scalar-radius-md);
|
|
3630
3648
|
min-height: 28px;
|
|
3631
3649
|
font: var(--scalar-font);
|
|
3632
3650
|
font-size: var(--scalar-small);
|
|
@@ -3660,100 +3678,100 @@ blockquote.t-editor__quote > * {
|
|
|
3660
3678
|
/* src/domains/readme/style.css */
|
|
3661
3679
|
|
|
3662
3680
|
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3681
|
+
html {
|
|
3682
|
+
height: 100%;
|
|
3683
|
+
}
|
|
3666
3684
|
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3685
|
+
body {
|
|
3686
|
+
height: 100%;
|
|
3687
|
+
overflow-y: auto !important;
|
|
3688
|
+
/* height: fit-content !important; */
|
|
3689
|
+
min-height: 100dvh;
|
|
3690
|
+
min-width: 100dvw;
|
|
3691
|
+
max-width: 100dvw;
|
|
3692
|
+
overflow-x: hidden;
|
|
3693
|
+
margin: 0;
|
|
3676
3694
|
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3695
|
+
--scalar-header-height: 48px;
|
|
3696
|
+
background-color: var(--scalar-background-1);
|
|
3697
|
+
color: var(--scalar-color-1);
|
|
3698
|
+
}
|
|
3681
3699
|
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3700
|
+
.t-html__dark-mode-toggle {
|
|
3701
|
+
display: flex;
|
|
3702
|
+
align-items: center;
|
|
3703
|
+
justify-content: center;
|
|
3704
|
+
height: var(--scalar-header-height);
|
|
3705
|
+
width: var(--scalar-header-height);
|
|
3706
|
+
}
|
|
3689
3707
|
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3708
|
+
.t-html__dark-mode-toggle svg {
|
|
3709
|
+
stroke-width: 2;
|
|
3710
|
+
color: var(--scalar-color-3);
|
|
3711
|
+
height: 16px;
|
|
3712
|
+
width: 16px;
|
|
3713
|
+
}
|
|
3696
3714
|
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3715
|
+
.t-html__header {
|
|
3716
|
+
height: var(--scalar-header-height);
|
|
3717
|
+
max-height: var(--scalar-header-height);
|
|
3718
|
+
background-color: var(--scalar-background-2);
|
|
3719
|
+
border-bottom-width: var(--scalar-border-width);
|
|
3720
|
+
padding-left: 12px;
|
|
3703
3721
|
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3722
|
+
display: flex;
|
|
3723
|
+
justify-content: space-between;
|
|
3724
|
+
align-items: center;
|
|
3725
|
+
position: sticky;
|
|
3726
|
+
top: 0;
|
|
3727
|
+
z-index: 100;
|
|
3728
|
+
}
|
|
3711
3729
|
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3730
|
+
.t-html__header-logo-cont {
|
|
3731
|
+
display: flex;
|
|
3732
|
+
align-items: center;
|
|
3733
|
+
gap: 8px;
|
|
3734
|
+
font-weight: 500;
|
|
3735
|
+
font-size: 14px;
|
|
3736
|
+
text-decoration: none;
|
|
3737
|
+
}
|
|
3738
|
+
.t-html__header-logo {
|
|
3739
|
+
height: 24px;
|
|
3740
|
+
width: 24px;
|
|
3741
|
+
}
|
|
3724
3742
|
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3743
|
+
.t-html__button {
|
|
3744
|
+
display: flex;
|
|
3745
|
+
align-items: center;
|
|
3746
|
+
justify-content: center;
|
|
3747
|
+
margin-top: 12px;
|
|
3748
|
+
position: relative;
|
|
3749
|
+
-moz-appearance: none;
|
|
3750
|
+
appearance: none;
|
|
3751
|
+
-webkit-appearance: none;
|
|
3752
|
+
height: 40px;
|
|
3753
|
+
min-height: 40px;
|
|
3754
|
+
padding: 0 24px;
|
|
3755
|
+
border-radius: var(--scalar-radius);
|
|
3756
|
+
color: var(--scalar-button-1-color);
|
|
3757
|
+
font-size: var(--scalar-font-size-4);
|
|
3758
|
+
font-weight: 500;
|
|
3759
|
+
cursor: pointer;
|
|
3760
|
+
background: var(--scalar-button-1);
|
|
3761
|
+
border: none;
|
|
3762
|
+
box-shadow: #0000000d 0 1px 3px;
|
|
3763
|
+
}
|
|
3746
3764
|
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3765
|
+
.t-editor__page-title {
|
|
3766
|
+
margin-top: 40px !important;
|
|
3767
|
+
}
|
|
3750
3768
|
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3769
|
+
.cli-content {
|
|
3770
|
+
max-width: 850px;
|
|
3771
|
+
padding: 0px 40px;
|
|
3772
|
+
padding-bottom: 100px;
|
|
3773
|
+
margin: auto;
|
|
3774
|
+
}
|
|
3757
3775
|
</style>
|
|
3758
3776
|
</head>
|
|
3759
3777
|
<body class="scalar-app bg-b-2 text-c-1">
|
|
@@ -3852,7 +3870,7 @@ blockquote.t-editor__quote > * {
|
|
|
3852
3870
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
3853
3871
|
</svg></button>
|
|
3854
3872
|
</h2>
|
|
3855
|
-
<div id="
|
|
3873
|
+
<div id="JJ8u5STW2gTVuLqqA1poF" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3856
3874
|
<pre style="
|
|
3857
3875
|
--line-digits: 2;
|
|
3858
3876
|
--line-number-start: -1;
|
|
@@ -3875,7 +3893,7 @@ blockquote.t-editor__quote > * {
|
|
|
3875
3893
|
</svg></button>
|
|
3876
3894
|
</h2>
|
|
3877
3895
|
<p class="t-editor__paragraph">If you really want to become friends you should install the CLI:</p>
|
|
3878
|
-
<div id="
|
|
3896
|
+
<div id="PsHQVRsqVJBcZfbUFCscc" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3879
3897
|
<pre style="
|
|
3880
3898
|
--line-digits: 2;
|
|
3881
3899
|
--line-number-start: -1;
|
|
@@ -3899,7 +3917,7 @@ blockquote.t-editor__quote > * {
|
|
|
3899
3917
|
</svg></button>
|
|
3900
3918
|
</h3>
|
|
3901
3919
|
<p class="t-editor__paragraph">There’s another <code inline="true" class="t-editor__inline-code">scalar</code> CLI, which is bundled with <code inline="true" class="t-editor__inline-code">git</code>. If you run into naming conflicts, but never use the other CLI anyway, you can replace it like this:</p>
|
|
3902
|
-
<div id="
|
|
3920
|
+
<div id="5jr2zZ77p354HSRQ797o4" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3903
3921
|
<pre style="
|
|
3904
3922
|
--line-digits: 2;
|
|
3905
3923
|
--line-number-start: -1;
|
|
@@ -3913,7 +3931,7 @@ blockquote.t-editor__quote > * {
|
|
|
3913
3931
|
</svg></button>
|
|
3914
3932
|
</div>
|
|
3915
3933
|
<p class="t-editor__paragraph">Or, if you want to keep using the other <code inline="true" class="t-editor__inline-code">scalar</code> CLI, you can just stick to <code inline="true" class="t-editor__inline-code">npx</code> (or <code inline="true" class="t-editor__inline-code">pnpm dlx</code>):</p>
|
|
3916
|
-
<div id="
|
|
3934
|
+
<div id="MMz74GKSN7JSJpAu1IQlV" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
3917
3935
|
<pre style="
|
|
3918
3936
|
--line-digits: 2;
|
|
3919
3937
|
--line-number-start: -1;
|
|
@@ -3939,7 +3957,7 @@ blockquote.t-editor__quote > * {
|
|
|
3939
3957
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
3940
3958
|
</svg></button>
|
|
3941
3959
|
</h2>
|
|
3942
|
-
<div id="
|
|
3960
|
+
<div id="0jZyflpEmhCYTVJBEufWc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3943
3961
|
<pre style="
|
|
3944
3962
|
--line-digits: 2;
|
|
3945
3963
|
--line-number-start: -1;
|
|
@@ -3979,7 +3997,7 @@ blockquote.t-editor__quote > * {
|
|
|
3979
3997
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
3980
3998
|
</svg></button>
|
|
3981
3999
|
</h3>
|
|
3982
|
-
<div id="
|
|
4000
|
+
<div id="7XbQ34Ce0dPkWffcWK45L" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
3983
4001
|
<pre style="
|
|
3984
4002
|
--line-digits: 2;
|
|
3985
4003
|
--line-number-start: -1;
|
|
@@ -4009,7 +4027,7 @@ blockquote.t-editor__quote > * {
|
|
|
4009
4027
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4010
4028
|
</svg></button>
|
|
4011
4029
|
</h4>
|
|
4012
|
-
<div id="
|
|
4030
|
+
<div id="xjnhDHgsFGHpBTsX8D5wi" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4013
4031
|
<pre style="
|
|
4014
4032
|
--line-digits: 2;
|
|
4015
4033
|
--line-number-start: -1;
|
|
@@ -4037,7 +4055,7 @@ blockquote.t-editor__quote > * {
|
|
|
4037
4055
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4038
4056
|
</svg></button>
|
|
4039
4057
|
</h3>
|
|
4040
|
-
<div id="
|
|
4058
|
+
<div id="AEZUV8VU3oUUmKSLy1BbH" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4041
4059
|
<pre style="
|
|
4042
4060
|
--line-digits: 2;
|
|
4043
4061
|
--line-number-start: -1;
|
|
@@ -4064,7 +4082,7 @@ blockquote.t-editor__quote > * {
|
|
|
4064
4082
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4065
4083
|
</svg></button>
|
|
4066
4084
|
</h3>
|
|
4067
|
-
<div id="
|
|
4085
|
+
<div id="YQHhs3mNZ2WUqbfoBf6st" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4068
4086
|
<pre style="
|
|
4069
4087
|
--line-digits: 2;
|
|
4070
4088
|
--line-number-start: -1;
|
|
@@ -4097,7 +4115,7 @@ blockquote.t-editor__quote > * {
|
|
|
4097
4115
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4098
4116
|
</svg></button>
|
|
4099
4117
|
</h4>
|
|
4100
|
-
<div id="
|
|
4118
|
+
<div id="4yA4riyXudAz3PkMT3wbv" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4101
4119
|
<pre style="
|
|
4102
4120
|
--line-digits: 2;
|
|
4103
4121
|
--line-number-start: -1;
|
|
@@ -4127,7 +4145,7 @@ blockquote.t-editor__quote > * {
|
|
|
4127
4145
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4128
4146
|
</svg></button>
|
|
4129
4147
|
</h4>
|
|
4130
|
-
<div id="
|
|
4148
|
+
<div id="KSyygSPk6ZdNL4uwooPzU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4131
4149
|
<pre style="
|
|
4132
4150
|
--line-digits: 2;
|
|
4133
4151
|
--line-number-start: -1;
|
|
@@ -4154,7 +4172,7 @@ blockquote.t-editor__quote > * {
|
|
|
4154
4172
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4155
4173
|
</svg></button>
|
|
4156
4174
|
</h4>
|
|
4157
|
-
<div id="
|
|
4175
|
+
<div id="R4syinSmT29tUc9jVfo5O" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4158
4176
|
<pre style="
|
|
4159
4177
|
--line-digits: 2;
|
|
4160
4178
|
--line-number-start: -1;
|
|
@@ -4181,7 +4199,7 @@ blockquote.t-editor__quote > * {
|
|
|
4181
4199
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4182
4200
|
</svg></button>
|
|
4183
4201
|
</h3>
|
|
4184
|
-
<div id="
|
|
4202
|
+
<div id="ydcLjy7uY0PlCbz9wQoro" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4185
4203
|
<pre style="
|
|
4186
4204
|
--line-digits: 2;
|
|
4187
4205
|
--line-number-start: -1;
|
|
@@ -4224,7 +4242,7 @@ blockquote.t-editor__quote > * {
|
|
|
4224
4242
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4225
4243
|
</svg></button>
|
|
4226
4244
|
</h4>
|
|
4227
|
-
<div id="
|
|
4245
|
+
<div id="lYOMd4ilILwun0XaObADK" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4228
4246
|
<pre style="
|
|
4229
4247
|
--line-digits: 2;
|
|
4230
4248
|
--line-number-start: -1;
|
|
@@ -4258,7 +4276,7 @@ blockquote.t-editor__quote > * {
|
|
|
4258
4276
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4259
4277
|
</svg></button>
|
|
4260
4278
|
</h4>
|
|
4261
|
-
<div id="
|
|
4279
|
+
<div id="CoD98u1DABEpKHcGQoiuy" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4262
4280
|
<pre style="
|
|
4263
4281
|
--line-digits: 2;
|
|
4264
4282
|
--line-number-start: -1;
|
|
@@ -4289,7 +4307,7 @@ blockquote.t-editor__quote > * {
|
|
|
4289
4307
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4290
4308
|
</svg></button>
|
|
4291
4309
|
</h4>
|
|
4292
|
-
<div id="
|
|
4310
|
+
<div id="NB7sWZ4eoydB2Yq3S752v" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4293
4311
|
<pre style="
|
|
4294
4312
|
--line-digits: 2;
|
|
4295
4313
|
--line-number-start: -1;
|
|
@@ -4321,7 +4339,7 @@ blockquote.t-editor__quote > * {
|
|
|
4321
4339
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4322
4340
|
</svg></button>
|
|
4323
4341
|
</h4>
|
|
4324
|
-
<div id="
|
|
4342
|
+
<div id="PdLwS6qi6M1VwiTVkKPOw" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4325
4343
|
<pre style="
|
|
4326
4344
|
--line-digits: 2;
|
|
4327
4345
|
--line-number-start: -1;
|
|
@@ -4352,7 +4370,7 @@ blockquote.t-editor__quote > * {
|
|
|
4352
4370
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4353
4371
|
</svg></button>
|
|
4354
4372
|
</h4>
|
|
4355
|
-
<div id="
|
|
4373
|
+
<div id="CZ3TX1JYHxd0NildBN701" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4356
4374
|
<pre style="
|
|
4357
4375
|
--line-digits: 2;
|
|
4358
4376
|
--line-number-start: -1;
|
|
@@ -4384,7 +4402,7 @@ blockquote.t-editor__quote > * {
|
|
|
4384
4402
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4385
4403
|
</svg></button>
|
|
4386
4404
|
</h4>
|
|
4387
|
-
<div id="
|
|
4405
|
+
<div id="YtK06869P5biUAlkpGeq1" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4388
4406
|
<pre style="
|
|
4389
4407
|
--line-digits: 2;
|
|
4390
4408
|
--line-number-start: -1;
|
|
@@ -4415,7 +4433,7 @@ blockquote.t-editor__quote > * {
|
|
|
4415
4433
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4416
4434
|
</svg></button>
|
|
4417
4435
|
</h4>
|
|
4418
|
-
<div id="
|
|
4436
|
+
<div id="3pl2y0u7vZi9bupmytoYa" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4419
4437
|
<pre style="
|
|
4420
4438
|
--line-digits: 2;
|
|
4421
4439
|
--line-number-start: -1;
|
|
@@ -4448,7 +4466,7 @@ blockquote.t-editor__quote > * {
|
|
|
4448
4466
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4449
4467
|
</svg></button>
|
|
4450
4468
|
</h4>
|
|
4451
|
-
<div id="
|
|
4469
|
+
<div id="3eNcSh9Ipteoa2QXQ3sPx" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4452
4470
|
<pre style="
|
|
4453
4471
|
--line-digits: 2;
|
|
4454
4472
|
--line-number-start: -1;
|
|
@@ -4481,7 +4499,7 @@ blockquote.t-editor__quote > * {
|
|
|
4481
4499
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4482
4500
|
</svg></button>
|
|
4483
4501
|
</h4>
|
|
4484
|
-
<div id="
|
|
4502
|
+
<div id="mBKGOOKvHwPKAYnpVt6Jt" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4485
4503
|
<pre style="
|
|
4486
4504
|
--line-digits: 2;
|
|
4487
4505
|
--line-number-start: -1;
|
|
@@ -4512,7 +4530,7 @@ blockquote.t-editor__quote > * {
|
|
|
4512
4530
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4513
4531
|
</svg></button>
|
|
4514
4532
|
</h4>
|
|
4515
|
-
<div id="
|
|
4533
|
+
<div id="DX1jsJjkAOMO6N31gNLvn" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4516
4534
|
<pre style="
|
|
4517
4535
|
--line-digits: 2;
|
|
4518
4536
|
--line-number-start: -1;
|
|
@@ -4542,7 +4560,7 @@ blockquote.t-editor__quote > * {
|
|
|
4542
4560
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4543
4561
|
</svg></button>
|
|
4544
4562
|
</h4>
|
|
4545
|
-
<div id="
|
|
4563
|
+
<div id="ig94UAtQyagxGqFnxVxnK" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4546
4564
|
<pre style="
|
|
4547
4565
|
--line-digits: 2;
|
|
4548
4566
|
--line-number-start: -1;
|
|
@@ -4571,7 +4589,7 @@ blockquote.t-editor__quote > * {
|
|
|
4571
4589
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4572
4590
|
</svg></button>
|
|
4573
4591
|
</h4>
|
|
4574
|
-
<div id="
|
|
4592
|
+
<div id="Txl5mL8aoZEfzZeDXaiNS" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4575
4593
|
<pre style="
|
|
4576
4594
|
--line-digits: 2;
|
|
4577
4595
|
--line-number-start: -1;
|
|
@@ -4602,7 +4620,7 @@ blockquote.t-editor__quote > * {
|
|
|
4602
4620
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4603
4621
|
</svg></button>
|
|
4604
4622
|
</h4>
|
|
4605
|
-
<div id="
|
|
4623
|
+
<div id="tcZW2oLLCWYk6vqSuspZO" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4606
4624
|
<pre style="
|
|
4607
4625
|
--line-digits: 2;
|
|
4608
4626
|
--line-number-start: -1;
|
|
@@ -4633,7 +4651,7 @@ blockquote.t-editor__quote > * {
|
|
|
4633
4651
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4634
4652
|
</svg></button>
|
|
4635
4653
|
</h3>
|
|
4636
|
-
<div id="
|
|
4654
|
+
<div id="vNEkSWLX5pSUrjv6Tv1ht" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4637
4655
|
<pre style="
|
|
4638
4656
|
--line-digits: 2;
|
|
4639
4657
|
--line-number-start: -1;
|
|
@@ -4650,8 +4668,10 @@ blockquote.t-editor__quote > * {
|
|
|
4650
4668
|
<span class="t-code__line" data-line-number="10"> create [options] Create a new project that is not linked to a github project.</span>
|
|
4651
4669
|
<span class="t-code__line" data-line-number="11"> preview [options] [config] Preview scalar guides</span>
|
|
4652
4670
|
<span class="t-code__line" data-line-number="12"> publish [options] Publish new build for a github sync project that is not linked.</span>
|
|
4653
|
-
<span class="t-code__line" data-line-number="13">
|
|
4654
|
-
<span class="t-code__line" data-line-number="14">
|
|
4671
|
+
<span class="t-code__line" data-line-number="13"> rollback [options] Roll the live deployment back to a previously deployed build.</span>
|
|
4672
|
+
<span class="t-code__line" data-line-number="14"> deployments Inspect a project deployment history.</span>
|
|
4673
|
+
<span class="t-code__line" data-line-number="15"> upgrade [config] Upgrade scalar project</span>
|
|
4674
|
+
<span class="t-code__line" data-line-number="16"> help [command] display help for command</span>
|
|
4655
4675
|
</code></pre><button class="language-button t-editor__language-picker" data-scalar-type="code-block-copy" type="button">plaintext
|
|
4656
4676
|
<svg class="lang-copy" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
4657
4677
|
<path d="M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"></path>
|
|
@@ -4669,7 +4689,7 @@ blockquote.t-editor__quote > * {
|
|
|
4669
4689
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4670
4690
|
</svg></button>
|
|
4671
4691
|
</h4>
|
|
4672
|
-
<div id="
|
|
4692
|
+
<div id="AcrcqBCOfdOrJDfoggk5c" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4673
4693
|
<pre style="
|
|
4674
4694
|
--line-digits: 2;
|
|
4675
4695
|
--line-number-start: -1;
|
|
@@ -4698,7 +4718,7 @@ blockquote.t-editor__quote > * {
|
|
|
4698
4718
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4699
4719
|
</svg></button>
|
|
4700
4720
|
</h4>
|
|
4701
|
-
<div id="
|
|
4721
|
+
<div id="VEKRtTRrjM7ojQB8DrdE2" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4702
4722
|
<pre style="
|
|
4703
4723
|
--line-digits: 2;
|
|
4704
4724
|
--line-number-start: -1;
|
|
@@ -4728,7 +4748,7 @@ blockquote.t-editor__quote > * {
|
|
|
4728
4748
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4729
4749
|
</svg></button>
|
|
4730
4750
|
</h4>
|
|
4731
|
-
<div id="
|
|
4751
|
+
<div id="a7h9zJRtm8P1vz0dg9Rns" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4732
4752
|
<pre style="
|
|
4733
4753
|
--line-digits: 2;
|
|
4734
4754
|
--line-number-start: -1;
|
|
@@ -4757,7 +4777,7 @@ blockquote.t-editor__quote > * {
|
|
|
4757
4777
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4758
4778
|
</svg></button>
|
|
4759
4779
|
</h4>
|
|
4760
|
-
<div id="
|
|
4780
|
+
<div id="1E0Yehgb6TuTKPcDrqzVU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4761
4781
|
<pre style="
|
|
4762
4782
|
--line-digits: 2;
|
|
4763
4783
|
--line-number-start: -1;
|
|
@@ -4792,7 +4812,7 @@ blockquote.t-editor__quote > * {
|
|
|
4792
4812
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4793
4813
|
</svg></button>
|
|
4794
4814
|
</h4>
|
|
4795
|
-
<div id="
|
|
4815
|
+
<div id="W04aQqdpLl9ACKZJWAM0s" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4796
4816
|
<pre style="
|
|
4797
4817
|
--line-digits: 2;
|
|
4798
4818
|
--line-number-start: -1;
|
|
@@ -4814,6 +4834,87 @@ blockquote.t-editor__quote > * {
|
|
|
4814
4834
|
<path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path>
|
|
4815
4835
|
</svg></button>
|
|
4816
4836
|
</div>
|
|
4837
|
+
<h4 id="rollback" class="scroll-pad interaction-observer-heading t-editor__heading" data-level="4" data-scalar-type="heading">
|
|
4838
|
+
rollback
|
|
4839
|
+
<button class="notify-container" aria-label="Copy link to heading"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" aria-hidden="true" class="icon notify">
|
|
4840
|
+
<path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path>
|
|
4841
|
+
</svg>
|
|
4842
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" aria-hidden="true" class="icon">
|
|
4843
|
+
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4844
|
+
</svg></button>
|
|
4845
|
+
</h4>
|
|
4846
|
+
<div id="ZutSuMGH2rhuorZ3Q2Ohb" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4847
|
+
<pre style="
|
|
4848
|
+
--line-digits: 2;
|
|
4849
|
+
--line-number-start: -1;
|
|
4850
|
+
" class="t-editor__code custom-code custom-scroll" data-focus="" data-highlight="" data-added="" data-removed="" data-line-number-start="0"><code class="hljs language-plaintext" language="plaintext"><span class="t-code__line" data-line-number="0">Usage: scalar project rollback [options]</span>
|
|
4851
|
+
<span class="t-code__line" data-line-number="1"></span>
|
|
4852
|
+
<span class="t-code__line" data-line-number="2">Roll the live deployment back to a previously deployed build.</span>
|
|
4853
|
+
<span class="t-code__line" data-line-number="3"></span>
|
|
4854
|
+
<span class="t-code__line" data-line-number="4">Options:</span>
|
|
4855
|
+
<span class="t-code__line" data-line-number="5"> -s, --slug [slug] Project slug found in Scalar Dashboard</span>
|
|
4856
|
+
<span class="t-code__line" data-line-number="6"> -t, --to <publishUid> Roll back to a specific build id (defaults to the next older deployed build)</span>
|
|
4857
|
+
<span class="t-code__line" data-line-number="7"> -y, --yes Skip the confirmation prompt</span>
|
|
4858
|
+
<span class="t-code__line" data-line-number="8"> -h, --help display help for command</span>
|
|
4859
|
+
</code></pre><button class="language-button t-editor__language-picker" data-scalar-type="code-block-copy" type="button">plaintext
|
|
4860
|
+
<svg class="lang-copy" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
4861
|
+
<path d="M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"></path>
|
|
4862
|
+
</svg>
|
|
4863
|
+
<svg class="lang-success" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
4864
|
+
<path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path>
|
|
4865
|
+
</svg></button>
|
|
4866
|
+
</div>
|
|
4867
|
+
<h4 id="deployments" class="scroll-pad interaction-observer-heading t-editor__heading" data-level="4" data-scalar-type="heading">
|
|
4868
|
+
deployments
|
|
4869
|
+
<button class="notify-container" aria-label="Copy link to heading"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" aria-hidden="true" class="icon notify">
|
|
4870
|
+
<path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path>
|
|
4871
|
+
</svg>
|
|
4872
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" aria-hidden="true" class="icon">
|
|
4873
|
+
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4874
|
+
</svg></button>
|
|
4875
|
+
</h4>
|
|
4876
|
+
<div id="5gkHcOJa4606Rf3RNe4Gw" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4877
|
+
<pre style="
|
|
4878
|
+
--line-digits: 2;
|
|
4879
|
+
--line-number-start: -1;
|
|
4880
|
+
" class="t-editor__code custom-code custom-scroll" data-focus="" data-highlight="" data-added="" data-removed="" data-line-number-start="0"><code class="hljs language-plaintext" language="plaintext"><span class="t-code__line" data-line-number="0">Usage: scalar project deployments [options] [command]</span>
|
|
4881
|
+
<span class="t-code__line" data-line-number="1"></span>
|
|
4882
|
+
<span class="t-code__line" data-line-number="2">Inspect a project deployment history.</span>
|
|
4883
|
+
<span class="t-code__line" data-line-number="3"></span>
|
|
4884
|
+
<span class="t-code__line" data-line-number="4">Options:</span>
|
|
4885
|
+
<span class="t-code__line" data-line-number="5"> -h, --help display help for command</span>
|
|
4886
|
+
<span class="t-code__line" data-line-number="6"></span>
|
|
4887
|
+
<span class="t-code__line" data-line-number="7">Commands:</span>
|
|
4888
|
+
<span class="t-code__line" data-line-number="8"> list [options] List the production deployment history for a project.</span>
|
|
4889
|
+
<span class="t-code__line" data-line-number="9"> help [command] display help for command</span>
|
|
4890
|
+
</code></pre><button class="language-button t-editor__language-picker" data-scalar-type="code-block-copy" type="button">plaintext
|
|
4891
|
+
<svg class="lang-copy" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
4892
|
+
<path d="M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"></path>
|
|
4893
|
+
</svg>
|
|
4894
|
+
<svg class="lang-success" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
4895
|
+
<path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path>
|
|
4896
|
+
</svg></button>
|
|
4897
|
+
</div>
|
|
4898
|
+
<h5 id="" class="scroll-pad interaction-observer-heading t-editor__heading" data-level="5" data-scalar-type="heading">list</h5>
|
|
4899
|
+
<div id="kAo9ovukTHKc5EueKDmIG" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4900
|
+
<pre style="
|
|
4901
|
+
--line-digits: 2;
|
|
4902
|
+
--line-number-start: -1;
|
|
4903
|
+
" class="t-editor__code custom-code custom-scroll" data-focus="" data-highlight="" data-added="" data-removed="" data-line-number-start="0"><code class="hljs language-plaintext" language="plaintext"><span class="t-code__line" data-line-number="0">Usage: scalar project deployments list [options]</span>
|
|
4904
|
+
<span class="t-code__line" data-line-number="1"></span>
|
|
4905
|
+
<span class="t-code__line" data-line-number="2">List the production deployment history for a project.</span>
|
|
4906
|
+
<span class="t-code__line" data-line-number="3"></span>
|
|
4907
|
+
<span class="t-code__line" data-line-number="4">Options:</span>
|
|
4908
|
+
<span class="t-code__line" data-line-number="5"> -s, --slug [slug] Project slug found in Scalar Dashboard</span>
|
|
4909
|
+
<span class="t-code__line" data-line-number="6"> -h, --help display help for command</span>
|
|
4910
|
+
</code></pre><button class="language-button t-editor__language-picker" data-scalar-type="code-block-copy" type="button">plaintext
|
|
4911
|
+
<svg class="lang-copy" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
4912
|
+
<path d="M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"></path>
|
|
4913
|
+
</svg>
|
|
4914
|
+
<svg class="lang-success" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256">
|
|
4915
|
+
<path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"></path>
|
|
4916
|
+
</svg></button>
|
|
4917
|
+
</div>
|
|
4817
4918
|
<h4 id="upgrade-2" class="scroll-pad interaction-observer-heading t-editor__heading" data-level="4" data-scalar-type="heading">
|
|
4818
4919
|
upgrade
|
|
4819
4920
|
<button class="notify-container" aria-label="Copy link to heading"><svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 256 256" aria-hidden="true" class="icon notify">
|
|
@@ -4823,7 +4924,7 @@ blockquote.t-editor__quote > * {
|
|
|
4823
4924
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4824
4925
|
</svg></button>
|
|
4825
4926
|
</h4>
|
|
4826
|
-
<div id="
|
|
4927
|
+
<div id="z4hvEKdQERxQbCh1AGYPN" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4827
4928
|
<pre style="
|
|
4828
4929
|
--line-digits: 2;
|
|
4829
4930
|
--line-number-start: -1;
|
|
@@ -4853,7 +4954,7 @@ blockquote.t-editor__quote > * {
|
|
|
4853
4954
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4854
4955
|
</svg></button>
|
|
4855
4956
|
</h3>
|
|
4856
|
-
<div id="
|
|
4957
|
+
<div id="8faMICWc4mRaptj9cPr2p" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4857
4958
|
<pre style="
|
|
4858
4959
|
--line-digits: 2;
|
|
4859
4960
|
--line-number-start: -1;
|
|
@@ -4888,7 +4989,7 @@ blockquote.t-editor__quote > * {
|
|
|
4888
4989
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4889
4990
|
</svg></button>
|
|
4890
4991
|
</h4>
|
|
4891
|
-
<div id="
|
|
4992
|
+
<div id="zpwYrVjcdqbbTh2ylZ1er" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4892
4993
|
<pre style="
|
|
4893
4994
|
--line-digits: 2;
|
|
4894
4995
|
--line-number-start: -1;
|
|
@@ -4928,7 +5029,7 @@ blockquote.t-editor__quote > * {
|
|
|
4928
5029
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4929
5030
|
</svg></button>
|
|
4930
5031
|
</h4>
|
|
4931
|
-
<div id="
|
|
5032
|
+
<div id="SHfYLDkPEXxdfcH4z925O" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4932
5033
|
<pre style="
|
|
4933
5034
|
--line-digits: 2;
|
|
4934
5035
|
--line-number-start: -1;
|
|
@@ -4961,7 +5062,7 @@ blockquote.t-editor__quote > * {
|
|
|
4961
5062
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4962
5063
|
</svg></button>
|
|
4963
5064
|
</h4>
|
|
4964
|
-
<div id="
|
|
5065
|
+
<div id="PdzrYECOig0Bn98Z55GyL" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4965
5066
|
<pre style="
|
|
4966
5067
|
--line-digits: 2;
|
|
4967
5068
|
--line-number-start: -1;
|
|
@@ -4992,7 +5093,7 @@ blockquote.t-editor__quote > * {
|
|
|
4992
5093
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
4993
5094
|
</svg></button>
|
|
4994
5095
|
</h4>
|
|
4995
|
-
<div id="
|
|
5096
|
+
<div id="yGGl6tb6Zlss3yDh7IAkc" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
4996
5097
|
<pre style="
|
|
4997
5098
|
--line-digits: 2;
|
|
4998
5099
|
--line-number-start: -1;
|
|
@@ -5020,7 +5121,7 @@ blockquote.t-editor__quote > * {
|
|
|
5020
5121
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5021
5122
|
</svg></button>
|
|
5022
5123
|
</h4>
|
|
5023
|
-
<div id="
|
|
5124
|
+
<div id="AZ16ETSsh4kaqBYOTIU3O" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5024
5125
|
<pre style="
|
|
5025
5126
|
--line-digits: 2;
|
|
5026
5127
|
--line-number-start: -1;
|
|
@@ -5054,7 +5155,7 @@ blockquote.t-editor__quote > * {
|
|
|
5054
5155
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5055
5156
|
</svg></button>
|
|
5056
5157
|
</h3>
|
|
5057
|
-
<div id="
|
|
5158
|
+
<div id="Urp2cru6q255KSLylrASN" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5058
5159
|
<pre style="
|
|
5059
5160
|
--line-digits: 2;
|
|
5060
5161
|
--line-number-start: -1;
|
|
@@ -5086,7 +5187,7 @@ blockquote.t-editor__quote > * {
|
|
|
5086
5187
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5087
5188
|
</svg></button>
|
|
5088
5189
|
</h4>
|
|
5089
|
-
<div id="
|
|
5190
|
+
<div id="vmVeTdPZLZe6YdvQMQ95H" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5090
5191
|
<pre style="
|
|
5091
5192
|
--line-digits: 2;
|
|
5092
5193
|
--line-number-start: -1;
|
|
@@ -5113,7 +5214,7 @@ blockquote.t-editor__quote > * {
|
|
|
5113
5214
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5114
5215
|
</svg></button>
|
|
5115
5216
|
</h4>
|
|
5116
|
-
<div id="
|
|
5217
|
+
<div id="CaSticvkDBZa0HUWLZWp7" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5117
5218
|
<pre style="
|
|
5118
5219
|
--line-digits: 2;
|
|
5119
5220
|
--line-number-start: -1;
|
|
@@ -5141,7 +5242,7 @@ blockquote.t-editor__quote > * {
|
|
|
5141
5242
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5142
5243
|
</svg></button>
|
|
5143
5244
|
</h3>
|
|
5144
|
-
<div id="
|
|
5245
|
+
<div id="c0l4LTxThsYtvscVxdSaF" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5145
5246
|
<pre style="
|
|
5146
5247
|
--line-digits: 2;
|
|
5147
5248
|
--line-number-start: -1;
|
|
@@ -5176,7 +5277,7 @@ blockquote.t-editor__quote > * {
|
|
|
5176
5277
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5177
5278
|
</svg></button>
|
|
5178
5279
|
</h4>
|
|
5179
|
-
<div id="
|
|
5280
|
+
<div id="aKtbhq2QdR85MGnEv1ZVU" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5180
5281
|
<pre style="
|
|
5181
5282
|
--line-digits: 2;
|
|
5182
5283
|
--line-number-start: -1;
|
|
@@ -5204,7 +5305,7 @@ blockquote.t-editor__quote > * {
|
|
|
5204
5305
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5205
5306
|
</svg></button>
|
|
5206
5307
|
</h4>
|
|
5207
|
-
<div id="
|
|
5308
|
+
<div id="tPN2ypUht4dBhwWdRwqId" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5208
5309
|
<pre style="
|
|
5209
5310
|
--line-digits: 2;
|
|
5210
5311
|
--line-number-start: -1;
|
|
@@ -5234,7 +5335,7 @@ blockquote.t-editor__quote > * {
|
|
|
5234
5335
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5235
5336
|
</svg></button>
|
|
5236
5337
|
</h4>
|
|
5237
|
-
<div id="
|
|
5338
|
+
<div id="WfWSYadgOwjxMGKY31w8w" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5238
5339
|
<pre style="
|
|
5239
5340
|
--line-digits: 2;
|
|
5240
5341
|
--line-number-start: -1;
|
|
@@ -5265,7 +5366,7 @@ blockquote.t-editor__quote > * {
|
|
|
5265
5366
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5266
5367
|
</svg></button>
|
|
5267
5368
|
</h4>
|
|
5268
|
-
<div id="
|
|
5369
|
+
<div id="GQIuwiPZVepXOZsNe2AMb" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5269
5370
|
<pre style="
|
|
5270
5371
|
--line-digits: 2;
|
|
5271
5372
|
--line-number-start: -1;
|
|
@@ -5294,7 +5395,7 @@ blockquote.t-editor__quote > * {
|
|
|
5294
5395
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5295
5396
|
</svg></button>
|
|
5296
5397
|
</h4>
|
|
5297
|
-
<div id="
|
|
5398
|
+
<div id="1MXtC7GEm9vXxP420AOY3" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5298
5399
|
<pre style="
|
|
5299
5400
|
--line-digits: 2;
|
|
5300
5401
|
--line-number-start: -1;
|
|
@@ -5324,7 +5425,7 @@ blockquote.t-editor__quote > * {
|
|
|
5324
5425
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5325
5426
|
</svg></button>
|
|
5326
5427
|
</h3>
|
|
5327
|
-
<div id="
|
|
5428
|
+
<div id="9n7oJ93R1x7sCm81Jjl2q" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5328
5429
|
<pre style="
|
|
5329
5430
|
--line-digits: 2;
|
|
5330
5431
|
--line-number-start: -1;
|
|
@@ -5359,7 +5460,7 @@ blockquote.t-editor__quote > * {
|
|
|
5359
5460
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5360
5461
|
</svg></button>
|
|
5361
5462
|
</h4>
|
|
5362
|
-
<div id="
|
|
5463
|
+
<div id="kdGGIlmud2geh1P2MaIDI" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5363
5464
|
<pre style="
|
|
5364
5465
|
--line-digits: 2;
|
|
5365
5466
|
--line-number-start: -1;
|
|
@@ -5388,7 +5489,7 @@ blockquote.t-editor__quote > * {
|
|
|
5388
5489
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5389
5490
|
</svg></button>
|
|
5390
5491
|
</h4>
|
|
5391
|
-
<div id="
|
|
5492
|
+
<div id="7XgAZqUaEuLAsNbqBqfMr" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5392
5493
|
<pre style="
|
|
5393
5494
|
--line-digits: 2;
|
|
5394
5495
|
--line-number-start: -1;
|
|
@@ -5420,7 +5521,7 @@ blockquote.t-editor__quote > * {
|
|
|
5420
5521
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5421
5522
|
</svg></button>
|
|
5422
5523
|
</h4>
|
|
5423
|
-
<div id="
|
|
5524
|
+
<div id="bZagbqrKHTZRToVOw8Lz8" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5424
5525
|
<pre style="
|
|
5425
5526
|
--line-digits: 2;
|
|
5426
5527
|
--line-number-start: -1;
|
|
@@ -5448,7 +5549,7 @@ blockquote.t-editor__quote > * {
|
|
|
5448
5549
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5449
5550
|
</svg></button>
|
|
5450
5551
|
</h4>
|
|
5451
|
-
<div id="
|
|
5552
|
+
<div id="MrDNHhZHkTXaIx7bM55xh" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5452
5553
|
<pre style="
|
|
5453
5554
|
--line-digits: 2;
|
|
5454
5555
|
--line-number-start: -1;
|
|
@@ -5482,7 +5583,7 @@ blockquote.t-editor__quote > * {
|
|
|
5482
5583
|
<path d="M224,88H175.4l8.47-46.57a8,8,0,0,0-15.74-2.86l-9,49.43H111.4l8.47-46.57a8,8,0,0,0-15.74-2.86L95.14,88H48a8,8,0,0,0,0,16H92.23L83.5,152H32a8,8,0,0,0,0,16H80.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,80,224a8,8,0,0,0,7.86-6.57l9-49.43H144.6l-8.47,46.57a8,8,0,0,0,6.44,9.3A7.79,7.79,0,0,0,144,224a8,8,0,0,0,7.86-6.57l9-49.43H208a8,8,0,0,0,0-16H163.77l8.73-48H224a8,8,0,0,0,0-16Zm-76.5,64H99.77l8.73-48h47.73Z"></path>
|
|
5483
5584
|
</svg></button>
|
|
5484
5585
|
</h4>
|
|
5485
|
-
<div id="
|
|
5586
|
+
<div id="Q2LJLt8LBNq04a3mSGk3m" class="t-editor__code-container" data-lang="plaintext" style="position: relative;">
|
|
5486
5587
|
<pre style="
|
|
5487
5588
|
--line-digits: 2;
|
|
5488
5589
|
--line-number-start: -1;
|
|
@@ -5522,7 +5623,7 @@ blockquote.t-editor__quote > * {
|
|
|
5522
5623
|
</svg></button>
|
|
5523
5624
|
</h2>
|
|
5524
5625
|
<p class="t-editor__paragraph">To validate your OpenAPI file in GitHub Actions, add this workflow:</p>
|
|
5525
|
-
<div id="
|
|
5626
|
+
<div id="i8wocPZgLqdfR06k54xla" class="t-editor__code-container" data-lang="yml" style="position: relative;">
|
|
5526
5627
|
<pre style="
|
|
5527
5628
|
--line-digits: 2;
|
|
5528
5629
|
--line-number-start: -1;
|
|
@@ -5569,7 +5670,7 @@ blockquote.t-editor__quote > * {
|
|
|
5569
5670
|
</svg></button>
|
|
5570
5671
|
</h2>
|
|
5571
5672
|
<p class="t-editor__paragraph">Set up the development environment:</p>
|
|
5572
|
-
<div id="
|
|
5673
|
+
<div id="Pt0MuYgAh004n2zT0xbCp" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
5573
5674
|
<pre style="
|
|
5574
5675
|
--line-digits: 2;
|
|
5575
5676
|
--line-number-start: -1;
|
|
@@ -5584,7 +5685,7 @@ blockquote.t-editor__quote > * {
|
|
|
5584
5685
|
</svg></button>
|
|
5585
5686
|
</div>
|
|
5586
5687
|
<p class="t-editor__paragraph">To symlink the package and use it globally on your machine:</p>
|
|
5587
|
-
<div id="
|
|
5688
|
+
<div id="ix0oRpXpvoQRtauhwAFN0" class="t-editor__code-container" data-lang="bash" style="position: relative;">
|
|
5588
5689
|
<pre style="
|
|
5589
5690
|
--line-digits: 2;
|
|
5590
5691
|
--line-number-start: -1;
|
|
@@ -5623,15 +5724,15 @@ blockquote.t-editor__quote > * {
|
|
|
5623
5724
|
</body>
|
|
5624
5725
|
|
|
5625
5726
|
<script>
|
|
5626
|
-
|
|
5627
|
-
|
|
5628
|
-
|
|
5727
|
+
const darkMode = window.matchMedia('(prefers-color-scheme: dark)').matches
|
|
5728
|
+
document.body.classList.toggle('dark-mode', darkMode)
|
|
5729
|
+
document.body.classList.toggle('light-mode', !darkMode)
|
|
5629
5730
|
|
|
5630
|
-
|
|
5631
|
-
|
|
5632
|
-
|
|
5633
|
-
|
|
5634
|
-
|
|
5635
|
-
|
|
5731
|
+
document
|
|
5732
|
+
.getElementById('t-html__dark-mode-toggle')
|
|
5733
|
+
?.addEventListener('click', () => {
|
|
5734
|
+
document.body.classList.toggle('dark-mode')
|
|
5735
|
+
document.body.classList.toggle('light-mode')
|
|
5736
|
+
})
|
|
5636
5737
|
</script>
|
|
5637
5738
|
</html>
|