File tree Expand file tree Collapse file tree 3 files changed +32
-6
lines changed Expand file tree Collapse file tree 3 files changed +32
-6
lines changed Original file line number Diff line number Diff line change @@ -107,19 +107,28 @@ 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 {
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments