File tree Expand file tree Collapse file tree 2 files changed +89
-1
lines changed Expand file tree Collapse file tree 2 files changed +89
-1
lines changed Original file line number Diff line number Diff line change 1212 # - Label: GA | Icon: check_circle
1313 # - Label: Retired | Icon: package_2
1414# 3. Minimum version:
15- # - Label: Version [version_number] | Icon: browser_updated
15+ # - Label: [version_number] | Icon: browser_updated
16+ # 4. For:
17+ # - Label: Administrators | Icon: admin_panel_settings
1618
1719# Instructions for adding summary bar: Create a new feature and fill out each
1820# line as needed. In your markdown file, use the following syntax to call the
@@ -26,3 +28,75 @@ features:
2628 availabilityText : Early access
2729 versionIcon : null
2830 versionText : null
31+ forText : null
32+ forIcon : null
33+
34+ - name : Ask Gordon
35+ subscriptionIcon : null
36+ subscriptionText : null
37+ availabilityIcon : bolt
38+ availabilityText : Beta
39+ versionIcon : null
40+ versionText : null
41+ forText : null
42+ forIcon : null
43+
44+ - name : Dev Environments
45+ subscriptionIcon : null
46+ subscriptionText : null
47+ availabilityIcon : bolt
48+ availabilityText : Beta
49+ versionIcon : null
50+ versionText : null
51+ forText : null
52+ forIcon : null
53+
54+ - name : Docker Desktop CLI
55+ subscriptionIcon : null
56+ subscriptionText : null
57+ availabilityIcon : bolt
58+ availabilityText : Beta
59+ versionIcon : browser_updated
60+ versionText : 4.37 and later
61+ forText : null
62+ forIcon : null
63+
64+ - name : Docker VMM
65+ subscriptionIcon : null
66+ subscriptionText : null
67+ availabilityIcon : bolt
68+ availabilityText : Beta
69+ versionIcon : browser_updated
70+ versionText : 4.35.0 and later
71+ forText : null
72+ forIcon : null
73+
74+ - name : MSI Installer
75+ subscriptionIcon : null
76+ subscriptionText : null
77+ availabilityIcon : bolt
78+ availabilityText : Beta
79+ versionIcon : browser_updated
80+ versionText : 4.32 and later
81+ forIcon : admin_panel_settings
82+ forText : Administrator
83+
84+ - name : USB/IP support
85+ subscriptionIcon : null
86+ subscriptionText : null
87+ availabilityIcon : null
88+ availabilityText : null
89+ versionIcon : browser_updated
90+ versionText : 4.35.0 and later
91+ forText : null
92+ forIcon : null
93+
94+ - name : Wasm workloads
95+ subscriptionIcon : null
96+ subscriptionText : null
97+ availabilityIcon : bolt
98+ availabilityText : Beta
99+ versionIcon : null
100+ versionText : null
101+ forText : null
102+ forIcon : null
Original file line number Diff line number Diff line change 77 style ="border-left: 4px solid #677285; padding-left: 16px; padding-top: 8px; padding-bottom: 8px; margin-top: 8px; margin-bottom: 8px; ">
88
99 < div class ="flex flex-col gap-0.5 ">
10+ {{ if $feature.subscriptionText }}
1011 < div class ="flex items-center gap-1 ">
1112 < span class ="text-black dark:text-white font-bold "> Subscription:</ span >
1213 < span class ="text-black dark:text-white "> {{ $feature.subscriptionText }}</ span >
1314 < span class ="material-symbols-rounded text-black dark:text-white ">
1415 {{ $feature.subscriptionIcon }}
1516 </ span >
1617 </ div >
18+ {{ end }}
1719
20+ {{ if $feature.availabilityText }}
1821 < div class ="flex items-center gap-1 ">
1922 < span class ="text-black dark:text-white font-bold "> Availability:</ span >
2023 < span class ="text-black dark:text-white "> {{ $feature.availabilityText }}</ span >
2124 < span class ="material-symbols-rounded text-black dark:text-white ">
2225 {{ $feature.availabilityIcon }}
2326 </ span >
2427 </ div >
28+ {{ end }}
2529
2630 {{ if $feature.versionText }}
2731 < div class ="flex items-center gap-1 ">
3236 </ span >
3337 </ div >
3438 {{ end }}
39+
40+ {{ if $feature.forText }}
41+ < div class ="flex items-center gap-1 ">
42+ < span class ="text-black dark:text-white font-bold "> For:</ span >
43+ < span class ="text-black dark:text-white "> {{ $feature.forText }}</ span >
44+ < span class ="material-symbols-rounded text-black dark:text-white ">
45+ {{ $feature.forIcon }}
46+ </ span >
47+ </ div >
48+ {{ end }}
3549 </ div >
3650</ div >
3751{{ end }}
You can’t perform that action at this time.
0 commit comments