File tree 3 files changed +351
-396
lines changed
3 files changed +351
-396
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,10 @@ Each plugin submitted to the plugins list should have the following:
143
143
144
144
Plugins are listed in in the following order to for users:
145
145
146
- - official
147
- - verified
148
- - community
149
- - experimental
146
+ - official (Cypress owned)
147
+ - verified (community owned and verified by Cypress)
148
+ - community (community owned and unverified)
149
+ - deprecated (npm registry missing, source repo archived or incompatible with v10+)
150
150
151
151
### Adding Pages
152
152
Original file line number Diff line number Diff line change @@ -81,14 +81,6 @@ ul.pluginsList li p {
81
81
color : white;
82
82
}
83
83
84
- .badgePill .badgeCommunity {
85
- background-color : # 737373 ;
86
- }
87
-
88
- .badgePill .badgeExperimental {
89
- background-color : # 965cc1 ;
90
- }
91
-
92
84
.badgePill .badgeOfficial {
93
85
background-color : # 257e8e ;
94
86
}
@@ -97,6 +89,14 @@ ul.pluginsList li p {
97
89
background-color : # 00805b ;
98
90
}
99
91
92
+ .badgePill .badgeCommunity {
93
+ background-color : # 737373 ;
94
+ }
95
+
96
+ .badgePill .badgeDeprecated {
97
+ background-color : # 870b2a ;
98
+ }
99
+
100
100
.keyword {
101
101
font-weight : 300 ;
102
102
color : # 777 ;
You can’t perform that action at this time.
0 commit comments