@chocolatey-software/docs 2.2.0 → 2.5.2
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/dist/css/docs.css +226 -9
- package/dist/css/docs.min.css +9 -9
- package/dist/scripts/docs.js +3513 -3482
- package/dist/scripts/docs.min.js +74 -74
- package/package.json +2 -2
package/dist/css/docs.css
CHANGED
|
@@ -42475,6 +42475,10 @@ textarea.form-control-lg {
|
|
|
42475
42475
|
--fa: "\e131";
|
|
42476
42476
|
}
|
|
42477
42477
|
|
|
42478
|
+
.fa-closed-captioning-slash {
|
|
42479
|
+
--fa: "\e135";
|
|
42480
|
+
}
|
|
42481
|
+
|
|
42478
42482
|
.fa-clover {
|
|
42479
42483
|
--fa: "\e139";
|
|
42480
42484
|
}
|
|
@@ -43755,6 +43759,10 @@ textarea.form-control-lg {
|
|
|
43755
43759
|
--fa: "\e80a";
|
|
43756
43760
|
}
|
|
43757
43761
|
|
|
43762
|
+
.fa-picture-in-picture {
|
|
43763
|
+
--fa: "\e80b";
|
|
43764
|
+
}
|
|
43765
|
+
|
|
43758
43766
|
.fa-mobile-vibrate {
|
|
43759
43767
|
--fa: "\e816";
|
|
43760
43768
|
}
|
|
@@ -43779,6 +43787,54 @@ textarea.form-control-lg {
|
|
|
43779
43787
|
--fa: "\e820";
|
|
43780
43788
|
}
|
|
43781
43789
|
|
|
43790
|
+
.fa-aquarius {
|
|
43791
|
+
--fa: "\e845";
|
|
43792
|
+
}
|
|
43793
|
+
|
|
43794
|
+
.fa-aries {
|
|
43795
|
+
--fa: "\e846";
|
|
43796
|
+
}
|
|
43797
|
+
|
|
43798
|
+
.fa-cancer {
|
|
43799
|
+
--fa: "\e847";
|
|
43800
|
+
}
|
|
43801
|
+
|
|
43802
|
+
.fa-capricorn {
|
|
43803
|
+
--fa: "\e848";
|
|
43804
|
+
}
|
|
43805
|
+
|
|
43806
|
+
.fa-gemini {
|
|
43807
|
+
--fa: "\e849";
|
|
43808
|
+
}
|
|
43809
|
+
|
|
43810
|
+
.fa-leo {
|
|
43811
|
+
--fa: "\e84a";
|
|
43812
|
+
}
|
|
43813
|
+
|
|
43814
|
+
.fa-libra {
|
|
43815
|
+
--fa: "\e84b";
|
|
43816
|
+
}
|
|
43817
|
+
|
|
43818
|
+
.fa-pisces {
|
|
43819
|
+
--fa: "\e84c";
|
|
43820
|
+
}
|
|
43821
|
+
|
|
43822
|
+
.fa-sagittarius {
|
|
43823
|
+
--fa: "\e84d";
|
|
43824
|
+
}
|
|
43825
|
+
|
|
43826
|
+
.fa-scorpio {
|
|
43827
|
+
--fa: "\e84e";
|
|
43828
|
+
}
|
|
43829
|
+
|
|
43830
|
+
.fa-taurus {
|
|
43831
|
+
--fa: "\e84f";
|
|
43832
|
+
}
|
|
43833
|
+
|
|
43834
|
+
.fa-virgo {
|
|
43835
|
+
--fa: "\e850";
|
|
43836
|
+
}
|
|
43837
|
+
|
|
43782
43838
|
.fa-martini-glass-empty {
|
|
43783
43839
|
--fa: "\f000";
|
|
43784
43840
|
}
|
|
@@ -49079,6 +49135,14 @@ textarea.form-control-lg {
|
|
|
49079
49135
|
--fa: "\f6a7";
|
|
49080
49136
|
}
|
|
49081
49137
|
|
|
49138
|
+
.fa-volume {
|
|
49139
|
+
--fa: "\f6a8";
|
|
49140
|
+
}
|
|
49141
|
+
|
|
49142
|
+
.fa-volume-medium {
|
|
49143
|
+
--fa: "\f6a8";
|
|
49144
|
+
}
|
|
49145
|
+
|
|
49082
49146
|
.fa-volume-xmark {
|
|
49083
49147
|
--fa: "\f6a9";
|
|
49084
49148
|
}
|
|
@@ -49972,9 +50036,9 @@ textarea.form-control-lg {
|
|
|
49972
50036
|
}
|
|
49973
50037
|
|
|
49974
50038
|
/*!
|
|
49975
|
-
* Font Awesome Free 7.
|
|
50039
|
+
* Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
|
|
49976
50040
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
49977
|
-
* Copyright
|
|
50041
|
+
* Copyright 2026 Fonticons, Inc.
|
|
49978
50042
|
*/
|
|
49979
50043
|
:root, :host {
|
|
49980
50044
|
--fa-family-classic: 'Font Awesome 7 Free';
|
|
@@ -50004,9 +50068,9 @@ textarea.form-control-lg {
|
|
|
50004
50068
|
}
|
|
50005
50069
|
|
|
50006
50070
|
/*!
|
|
50007
|
-
* Font Awesome Free 7.
|
|
50071
|
+
* Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
|
|
50008
50072
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
50009
|
-
* Copyright
|
|
50073
|
+
* Copyright 2026 Fonticons, Inc.
|
|
50010
50074
|
*/
|
|
50011
50075
|
:root, :host {
|
|
50012
50076
|
--fa-family-classic: 'Font Awesome 7 Free';
|
|
@@ -50036,9 +50100,9 @@ textarea.form-control-lg {
|
|
|
50036
50100
|
}
|
|
50037
50101
|
|
|
50038
50102
|
/*!
|
|
50039
|
-
* Font Awesome Free 7.
|
|
50103
|
+
* Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
|
|
50040
50104
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
50041
|
-
* Copyright
|
|
50105
|
+
* Copyright 2026 Fonticons, Inc.
|
|
50042
50106
|
*/
|
|
50043
50107
|
:root, :host {
|
|
50044
50108
|
--fa-family-brands: 'Font Awesome 7 Brands';
|
|
@@ -50439,6 +50503,158 @@ textarea.form-control-lg {
|
|
|
50439
50503
|
--fa: "\e812";
|
|
50440
50504
|
}
|
|
50441
50505
|
|
|
50506
|
+
.fa-supportnow {
|
|
50507
|
+
--fa: "\e833";
|
|
50508
|
+
}
|
|
50509
|
+
|
|
50510
|
+
.fa-tor-browser {
|
|
50511
|
+
--fa: "\e838";
|
|
50512
|
+
}
|
|
50513
|
+
|
|
50514
|
+
.fa-typescript {
|
|
50515
|
+
--fa: "\e840";
|
|
50516
|
+
}
|
|
50517
|
+
|
|
50518
|
+
.fa-square-deskpro {
|
|
50519
|
+
--fa: "\e844";
|
|
50520
|
+
}
|
|
50521
|
+
|
|
50522
|
+
.fa-circle-zulip {
|
|
50523
|
+
--fa: "\e851";
|
|
50524
|
+
}
|
|
50525
|
+
|
|
50526
|
+
.fa-julia {
|
|
50527
|
+
--fa: "\e852";
|
|
50528
|
+
}
|
|
50529
|
+
|
|
50530
|
+
.fa-zulip {
|
|
50531
|
+
--fa: "\e853";
|
|
50532
|
+
}
|
|
50533
|
+
|
|
50534
|
+
.fa-unison {
|
|
50535
|
+
--fa: "\e854";
|
|
50536
|
+
}
|
|
50537
|
+
|
|
50538
|
+
.fa-board-game-geek {
|
|
50539
|
+
--fa: "\e855";
|
|
50540
|
+
}
|
|
50541
|
+
|
|
50542
|
+
.fa-bgg {
|
|
50543
|
+
--fa: "\e855";
|
|
50544
|
+
}
|
|
50545
|
+
|
|
50546
|
+
.fa-ko-fi {
|
|
50547
|
+
--fa: "\e856";
|
|
50548
|
+
}
|
|
50549
|
+
|
|
50550
|
+
.fa-kubernetes {
|
|
50551
|
+
--fa: "\e857";
|
|
50552
|
+
}
|
|
50553
|
+
|
|
50554
|
+
.fa-postgresql {
|
|
50555
|
+
--fa: "\e858";
|
|
50556
|
+
}
|
|
50557
|
+
|
|
50558
|
+
.fa-scaleway {
|
|
50559
|
+
--fa: "\e859";
|
|
50560
|
+
}
|
|
50561
|
+
|
|
50562
|
+
.fa-venmo {
|
|
50563
|
+
--fa: "\e85a";
|
|
50564
|
+
}
|
|
50565
|
+
|
|
50566
|
+
.fa-venmo-v {
|
|
50567
|
+
--fa: "\e85b";
|
|
50568
|
+
}
|
|
50569
|
+
|
|
50570
|
+
.fa-unreal-engine {
|
|
50571
|
+
--fa: "\e85c";
|
|
50572
|
+
}
|
|
50573
|
+
|
|
50574
|
+
.fa-globaleaks {
|
|
50575
|
+
--fa: "\e85d";
|
|
50576
|
+
}
|
|
50577
|
+
|
|
50578
|
+
.fa-solana {
|
|
50579
|
+
--fa: "\e85e";
|
|
50580
|
+
}
|
|
50581
|
+
|
|
50582
|
+
.fa-threema {
|
|
50583
|
+
--fa: "\e85f";
|
|
50584
|
+
}
|
|
50585
|
+
|
|
50586
|
+
.fa-forgejo {
|
|
50587
|
+
--fa: "\e860";
|
|
50588
|
+
}
|
|
50589
|
+
|
|
50590
|
+
.fa-claude {
|
|
50591
|
+
--fa: "\e861";
|
|
50592
|
+
}
|
|
50593
|
+
|
|
50594
|
+
.fa-gitee {
|
|
50595
|
+
--fa: "\e863";
|
|
50596
|
+
}
|
|
50597
|
+
|
|
50598
|
+
.fa-xmpp {
|
|
50599
|
+
--fa: "\e864";
|
|
50600
|
+
}
|
|
50601
|
+
|
|
50602
|
+
.fa-fediverse {
|
|
50603
|
+
--fa: "\e865";
|
|
50604
|
+
}
|
|
50605
|
+
|
|
50606
|
+
.fa-tailwind-css {
|
|
50607
|
+
--fa: "\e866";
|
|
50608
|
+
}
|
|
50609
|
+
|
|
50610
|
+
.fa-arch-linux {
|
|
50611
|
+
--fa: "\e867";
|
|
50612
|
+
}
|
|
50613
|
+
|
|
50614
|
+
.fa-svelte {
|
|
50615
|
+
--fa: "\e868";
|
|
50616
|
+
}
|
|
50617
|
+
|
|
50618
|
+
.fa-hugging-face {
|
|
50619
|
+
--fa: "\e869";
|
|
50620
|
+
}
|
|
50621
|
+
|
|
50622
|
+
.fa-leetcode {
|
|
50623
|
+
--fa: "\e86a";
|
|
50624
|
+
}
|
|
50625
|
+
|
|
50626
|
+
.fa-openstreetmap {
|
|
50627
|
+
--fa: "\e86b";
|
|
50628
|
+
}
|
|
50629
|
+
|
|
50630
|
+
.fa-ultralytics {
|
|
50631
|
+
--fa: "\e86d";
|
|
50632
|
+
}
|
|
50633
|
+
|
|
50634
|
+
.fa-ultralytics-hub {
|
|
50635
|
+
--fa: "\e86e";
|
|
50636
|
+
}
|
|
50637
|
+
|
|
50638
|
+
.fa-ultralytics-yolo {
|
|
50639
|
+
--fa: "\e86f";
|
|
50640
|
+
}
|
|
50641
|
+
|
|
50642
|
+
.fa-obsidian {
|
|
50643
|
+
--fa: "\e879";
|
|
50644
|
+
}
|
|
50645
|
+
|
|
50646
|
+
.fa-zoom {
|
|
50647
|
+
--fa: "\e87b";
|
|
50648
|
+
}
|
|
50649
|
+
|
|
50650
|
+
.fa-vim {
|
|
50651
|
+
--fa: "\e88a";
|
|
50652
|
+
}
|
|
50653
|
+
|
|
50654
|
+
.fa-symfonycasts {
|
|
50655
|
+
--fa: "\e8ab";
|
|
50656
|
+
}
|
|
50657
|
+
|
|
50442
50658
|
.fa-square-twitter {
|
|
50443
50659
|
--fa: "\f081";
|
|
50444
50660
|
}
|
|
@@ -52255,7 +52471,7 @@ textarea.form-control-lg {
|
|
|
52255
52471
|
--fa: "\f8e8";
|
|
52256
52472
|
}
|
|
52257
52473
|
|
|
52258
|
-
/*! @docsearch/css 4.
|
|
52474
|
+
/*! @docsearch/css 4.6.0 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */
|
|
52259
52475
|
:root {
|
|
52260
52476
|
--docsearch-primary-color:#003dff;
|
|
52261
52477
|
--docsearch-soft-primary-color:rgba(0,61,255,.1);
|
|
@@ -52345,7 +52561,7 @@ html[data-theme=dark] {
|
|
|
52345
52561
|
align-items: center;
|
|
52346
52562
|
background-color: var(--docsearch-search-button-background);
|
|
52347
52563
|
border: 1px solid var(--docsearch-subtle-color);
|
|
52348
|
-
border-radius:
|
|
52564
|
+
border-radius: 0.5rem;
|
|
52349
52565
|
color: var(--docsearch-search-button-text-color);
|
|
52350
52566
|
cursor: pointer;
|
|
52351
52567
|
display: flex;
|
|
@@ -52393,6 +52609,7 @@ html[data-theme=dark] {
|
|
|
52393
52609
|
box-shadow: none !important;
|
|
52394
52610
|
color: var(--docsearch-key-color);
|
|
52395
52611
|
display: flex;
|
|
52612
|
+
font-family: system-ui, -apple-system, sans-serif;
|
|
52396
52613
|
font-size: 14px;
|
|
52397
52614
|
height: 24px;
|
|
52398
52615
|
justify-content: center;
|
|
@@ -52511,7 +52728,7 @@ html[data-theme=dark] {
|
|
|
52511
52728
|
line-height: 1.4;
|
|
52512
52729
|
outline: none;
|
|
52513
52730
|
overflow-y: hidden;
|
|
52514
|
-
padding-block-start:
|
|
52731
|
+
padding-block-start: 0;
|
|
52515
52732
|
padding-inline-start: 8px;
|
|
52516
52733
|
resize: none;
|
|
52517
52734
|
width: 80%;
|