Skip to content

Commit ee4e862

Browse files
author
jdv
committed
trying to fix sidebar tags + adding them in post install page as example
1 parent c7c4bbe commit ee4e862

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

crowdsec-docs/src/css/custom.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,8 @@ div[class^='announcementBar'] {
483483
border: 0!important;
484484
}
485485

486-
/* Quick guide specific CSS */
487-
.sideBarItemRecommended::after {
486+
/* Quick guide specific CSS /u/getting_started/... */
487+
.sideBarItemRecommended a::after {
488488
content: "Rec.";
489489
display: inline-block;
490490
margin-left: 0.5em;
@@ -494,9 +494,10 @@ div[class^='announcementBar'] {
494494
border-radius: 999px;
495495
font-size: 0.6em;
496496
vertical-align: middle;
497+
transform: rotate(0deg); /* force reset to counter act UL accordion transform */
497498
}
498499

499-
.sideBarItemOptional::after {
500+
.sideBarItemOptional a::after {
500501
content: "Opt.";
501502
display: inline-block;
502503
margin-left: 0.5em;
@@ -506,4 +507,5 @@ div[class^='announcementBar'] {
506507
border-radius: 999px;
507508
font-size: 0.6em;
508509
vertical-align: middle;
510+
transform: rotate(0deg); /* force reset to counter act UL accordion transform */
509511
}

crowdsec-docs/unversioned/getting_started/next_steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Post Installation Steps
44
---
55

66
Now that your CrowdSec installation is up and running, here are some post-installation steps to help you continue your journey.
7-
Some steps are **recommended** for most users, while others are **optional** 🛠️ and offer additional customization or advanced capabilities.
7+
Some steps are **recommended** <span class={{sideBarItemRecommended}}><a href=""></a> for most users, while others are **optional** <span class={{sideBarItemOptional}}><a href=""></a> and offer additional customization or advanced capabilities.
88

99
To make sure your installation is properly setup run a [🩺 Health Check](/getting_started/health_check) if you haven't already done so.
1010
For general errors whilst installing you can follow our [🚨 troubleshooting guide](/getting_started/post_installation/troubleshoot.mdx).

0 commit comments

Comments
 (0)