Skip to content

Commit 404474d

Browse files
committed
Delete Community badge
1 parent c10d282 commit 404474d

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

sidebars.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ const sidebars = {
213213
type: 'doc',
214214
label: 'Community plan',
215215
id: 'studio-community-plan',
216-
className: 'community-feature',
217216
},
218217
{
219218
type: 'doc',

src/css/custom.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,22 +1229,6 @@ html [class*='toggleButton'] {
12291229
transform: rotateZ(90deg);
12301230
}
12311231

1232-
/* Add a free badge to menu items with the pro-feature classname */
1233-
.menu__list-item.community-feature > a:after,
1234-
.menu__list-item.community-feature > div > a:after {
1235-
background-color: var(--st-blue-500);
1236-
border-radius: 0.3rem;
1237-
content: 'Free';
1238-
color: white;
1239-
font-size: 0.85em;
1240-
font-weight: var(--ifm-font-weight-bold);
1241-
margin-top: 0.1rem;
1242-
margin-left: 0.45rem;
1243-
padding: 0 0.3rem;
1244-
transform: rotateZ(0deg);
1245-
text-transform: uppercase;
1246-
}
1247-
12481232
/* Next/prev links */
12491233

12501234
.pagination-nav__link {

versioned_sidebars/version-4-sidebars.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@
206206
{
207207
"type": "doc",
208208
"label": "Community plan",
209-
"id": "studio-community-plan",
210-
"className": "community-feature"
209+
"id": "studio-community-plan"
211210
},
212211
{
213212
"type": "doc",

0 commit comments

Comments
 (0)