Skip to content

Commit 790d566

Browse files
rr404jdv
andauthored
link to start.crowdsec & roadmap (#907)
* Addition of link to start.crowdsec in intro and roadmap in header + tooltips on header icons * mini beauty fix & tootltip on hub --------- Co-authored-by: jdv <[email protected]>
1 parent 3c52dfe commit 790d566

File tree

3 files changed

+32
-6
lines changed

3 files changed

+32
-6
lines changed

crowdsec-docs/docusaurus.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,24 +107,34 @@ const NAVBAR_ITEMS: NavbarItem[] = [
107107
position: "left",
108108
label: "FAQ/Troubleshooting",
109109
},
110+
{
111+
href: "https://roadmap.crowdsec.net",
112+
position: "right",
113+
title: "Features Roadmap",
114+
className: "header-roadmap-link header-icon-link invert dark:invert-0",
115+
},
110116
{
111117
href: "https://github.com/crowdsecurity/crowdsec",
112118
position: "right",
119+
title: "GitHub CrowdSecurity",
113120
className: "header-github-link header-icon-link invert dark:invert-0",
114121
},
115122
{
116123
href: "https://discord.gg/wGN7ShmEE8",
117124
position: "right",
125+
title: "Discord Community",
118126
className: "header-discord-link invert dark:invert-0",
119127
},
120128
{
121129
href: "https://discourse.crowdsec.net",
122130
position: "right",
131+
title: "Discourse Community",
123132
className: "header-discourse-link invert dark:invert-0",
124133
},
125134
{
126135
href: "https://hub.crowdsec.net/",
127136
position: "right",
137+
title: "CrowdSec Hub",
128138
className: "header-hub-link dark:invert",
129139
},
130140
];

crowdsec-docs/src/css/navbar.css

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crowdsec-docs/src/pages/index.tsx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,23 @@ const HomePageHeader = (): React.JSX.Element => {
2424
<div className="flex flex-col md:flex-row items-start gap-2">
2525
<Link to="/u/getting_started/intro" className="w-full md:w-auto">
2626
<Button color="primary" className="w-full md:w-auto">
27-
Get started
27+
🚀 Quick Guides
2828
</Button>
2929
</Link>
3030
<div className="flex flex-row gap-2 w-full md:w-auto">
3131
<Link to="https://app.crowdsec.net/" className="flex-1 md:flex-none">
3232
<Button variant="secondary" className="w-full md:w-auto">
33-
Explore the Console
33+
👨‍💻 Explore the Console
3434
</Button>
3535
</Link>
3636
<Link to="https://killercoda.com/iiamloz/scenario/crowdsec-setup" className="flex-1 md:flex-none">
3737
<Button variant="secondary" className="w-full md:w-auto">
38-
Online Sandbox
38+
🛠️ Online Sandbox
39+
</Button>
40+
</Link>
41+
<Link to="https://start.crowdsec.net/" className="flex-1 md:flex-none">
42+
<Button variant="secondary" className="w-full md:w-auto">
43+
💡 Not sure where to start?
3944
</Button>
4045
</Link>
4146
</div>

0 commit comments

Comments
 (0)