File tree Expand file tree Collapse file tree 3 files changed +6
-38
lines changed Expand file tree Collapse file tree 3 files changed +6
-38
lines changed Original file line number Diff line number Diff line change @@ -119,13 +119,11 @@ const sidebars = {
119
119
type : 'doc' ,
120
120
label : 'Generate flow' ,
121
121
id : 'generate-flow' ,
122
- className : 'pro-feature' ,
123
122
} ,
124
123
{
125
124
type : 'doc' ,
126
125
label : 'Colors' ,
127
126
id : 'colors' ,
128
- className : 'pro-feature' ,
129
127
} ,
130
128
'annotations' ,
131
129
'descriptions' ,
@@ -145,15 +143,13 @@ const sidebars = {
145
143
type : 'doc' ,
146
144
label : 'Live simulation' ,
147
145
id : 'live-simulation' ,
148
- className : 'pro-feature' ,
149
146
} ,
150
147
] ,
151
148
} ,
152
149
'projects' ,
153
150
{
154
151
type : 'category' ,
155
152
label : 'Stately Sky' ,
156
- className : 'pro-feature' ,
157
153
link : {
158
154
type : 'doc' ,
159
155
id : 'stately-sky-getting-started' ,
@@ -169,7 +165,6 @@ const sidebars = {
169
165
{
170
166
type : 'doc' ,
171
167
label : 'Teams' ,
172
- className : 'pro-feature' ,
173
168
id : 'teams' ,
174
169
} ,
175
170
'discover' ,
@@ -224,7 +219,6 @@ const sidebars = {
224
219
type : 'doc' ,
225
220
label : 'Pro plan' ,
226
221
id : 'studio-pro-plan' ,
227
- className : 'pro-feature' ,
228
222
} ,
229
223
{
230
224
type : 'doc' ,
@@ -247,13 +241,11 @@ const sidebars = {
247
241
type : 'doc' ,
248
242
label : 'Version history' ,
249
243
id : 'versions' ,
250
- className : 'pro-feature' ,
251
244
} ,
252
245
{
253
246
type : 'doc' ,
254
247
label : 'Lock machines' ,
255
248
id : 'lock-machines' ,
256
- className : 'pro-feature' ,
257
249
} ,
258
250
'keyboard-shortcuts' ,
259
251
'canvas-view-controls' ,
Original file line number Diff line number Diff line change @@ -1229,23 +1229,6 @@ html [class*='toggleButton'] {
1229
1229
transform : rotateZ (90deg );
1230
1230
}
1231
1231
1232
- /* Add a pro badge to menu items with the pro-feature classname */
1233
-
1234
- .menu__list-item .pro-feature > a : after ,
1235
- .menu__list-item .pro-feature > div > a : after {
1236
- background-color : var (--st-orange-500 );
1237
- border-radius : 0.3rem ;
1238
- content : 'Pro' ;
1239
- color : white;
1240
- font-size : 0.85em ;
1241
- font-weight : var (--ifm-font-weight-bold );
1242
- margin-top : 0.1rem ;
1243
- margin-left : 0.45rem ;
1244
- padding : 0 0.3rem ;
1245
- text-transform : uppercase;
1246
- transform : rotateZ (0deg );
1247
- }
1248
-
1249
1232
/* Add a free badge to menu items with the pro-feature classname */
1250
1233
.menu__list-item .community-feature > a : after ,
1251
1234
.menu__list-item .community-feature > div > a : after {
Original file line number Diff line number Diff line change 112
112
{
113
113
"type" : " doc" ,
114
114
"label" : " Generate flow" ,
115
- "id" : " generate-flow" ,
116
- "className" : " pro-feature"
115
+ "id" : " generate-flow"
117
116
},
118
117
" import-from-code" ,
119
118
" export-as-code" ,
124
123
{
125
124
"type" : " doc" ,
126
125
"label" : " Colors" ,
127
- "id" : " colors" ,
128
- "className" : " pro-feature"
126
+ "id" : " colors"
129
127
}
130
128
]
131
129
},
140
138
{
141
139
"type" : " doc" ,
142
140
"label" : " Live simulation" ,
143
- "id" : " live-simulation" ,
144
- "className" : " pro-feature"
141
+ "id" : " live-simulation"
145
142
}
146
143
]
147
144
},
148
145
{
149
146
"type" : " doc" ,
150
147
"label" : " Version history" ,
151
- "id" : " versions" ,
152
- "className" : " pro-feature"
148
+ "id" : " versions"
153
149
},
154
150
{
155
151
"type" : " doc" ,
156
152
"label" : " Lock machines" ,
157
- "id" : " lock-machines" ,
158
- "className" : " pro-feature"
153
+ "id" : " lock-machines"
159
154
},
160
155
" keyboard-shortcuts" ,
161
156
" canvas-view-controls" ,
166
161
{
167
162
"type" : " doc" ,
168
163
"label" : " Teams" ,
169
- "className" : " pro-feature" ,
170
164
"id" : " teams"
171
165
},
172
166
" discover" ,
218
212
{
219
213
"type" : " doc" ,
220
214
"label" : " Pro plan" ,
221
- "id" : " studio-pro-plan" ,
222
- "className" : " pro-feature"
215
+ "id" : " studio-pro-plan"
223
216
},
224
217
{
225
218
"type" : " doc" ,
You can’t perform that action at this time.
0 commit comments