Skip to content

Commit f302ed1

Browse files
committed
refactor 🔥 remove unnecessary titles
1 parent 76025de commit f302ed1

File tree

17 files changed

+15
-46
lines changed

17 files changed

+15
-46
lines changed

crowdsec-docs/src/css/custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121

2222
body,
2323
#__docusaurus {
24-
@apply bg-background text-foreground;
24+
@apply bg-neutral-950 text-foreground;
25+
}
26+
27+
.theme-doc-sidebar-container {
28+
@apply bg-neutral-900;
2529
}
2630

2731
html[data-theme="light"] .menu__link--active {

crowdsec-docs/src/theme/DocSidebarItem/Link/index.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { isActiveSidebarItem } from "@docusaurus/plugin-content-docs/client";
44
import { ThemeClassNames } from "@docusaurus/theme-common";
55
import { Badge } from "@site/src/ui/badge";
66
import type { Props } from "@theme/DocSidebarItem/Link";
7-
import IconExternalLink from "@theme/Icon/ExternalLink";
87
import clsx from "clsx";
8+
import { ExternalLinkIcon } from "lucide-react";
99
import React from "react";
1010

1111
export default function DocSidebarItemLink({ item, onItemClick, activePath, level, index, ...props }: Readonly<Props>): React.JSX.Element {
@@ -14,8 +14,6 @@ export default function DocSidebarItemLink({ item, onItemClick, activePath, leve
1414
const isInternalLink = isInternalUrl(href);
1515
const tag = customProps?.tag;
1616

17-
console.log(label, tag);
18-
1917
return (
2018
<li
2119
className={clsx(
@@ -49,7 +47,7 @@ export default function DocSidebarItemLink({ item, onItemClick, activePath, leve
4947
Premium
5048
</Badge>
5149
)}
52-
{!isInternalLink && <IconExternalLink />}
50+
{!isInternalLink && <ExternalLinkIcon className="ml-1 h-4 text-foreground/80" />}
5351
</Link>
5452
</li>
5553
);

crowdsec-docs/unversioned/console/alerts/alerts_contexts.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Alerts Context
33
description: Understanding the alerts context in the CrowdSec Console
44
---
55

6-
## Introduction
7-
86
In specific scenarios, there might be a lack of context in alerts due to centralizing logs on one server. CrowdSec does not store raw log information after processing is completed. Additional data can be included within an alert using the alert context feature. Configuration can be done using the provided [documentation](/user_guides/alert_context.md).
97

108
## Usage

crowdsec-docs/unversioned/console/alerts/intro.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Introduction
33
description: Introduction to the Alerts section of the CrowdSec Console
44
---
55

6-
## Introduction
7-
86
On the Alerts page, a comprehensive list of all alerts triggered by Security Engines is provided. This page is designed to offer insights into the types and frequency of cyber attacks targeting your systems, as well as understanding the specific times these incidents occurred.
97

108
Users are encouraged to stay informed about the digital security landscape by navigating through detailed reports of each alert. The data available is crucial for empowering analysis and response strategies, paramount in safeguarding online presence. The space is continually enhanced to better serve security needs.

crowdsec-docs/unversioned/console/alerts/quotas.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Quotas
33
description: Understanding alerts quotas in the CrowdSec Console`
44
---
55

6-
## Introduction
7-
86
At CrowdSec, we're committed to providing a range of cybersecurity solutions tailored to meet the needs of diverse users, from individual enthusiasts to large organizations. Our pricing plans, including the Community and Premium options, are designed to scale with your requirements, ensuring you have the tools and capabilities to monitor and respond to threats effectively.
97

108
### Community Plan: Starting Point for Cybersecurity Monitoring
@@ -13,7 +11,7 @@ Our Community Plan is designed as an entry point for users beginning to explore
1311

1412
- **500 first alerts of the month**: Receive up to 500 alerts per month, with the quota resetting on the 1st of every month. This allows organizations to stay informed about potential threats to their network.
1513
- **2 Months of Retention**: Access alerts from the last two months, within the 500-alert limit per months. This ensures you can review and act on recent alerts while staying within your quota.
16-
14+
1715
This plan is ideal for individual users or small teams looking for essential monitoring tools without the need for extensive historical data retention or a high volume of alerts.
1816

1917
### Why Upgrade to Premium? 🏅

crowdsec-docs/unversioned/console/intro.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
22
id: intro
3-
title: Introduction
3+
title: Introduction to the CrowdSec Console
44
---
55

6-
# Introduction to the Console
7-
8-
## Introduction to CrowdSec
9-
106
CrowdSec is an open-source and collaborative cybersecurity solution that protects websites, servers, and IT infrastructures from attacks. It leverages the power of the community to create a continuously updated security model that adapts to emerging threats. By analyzing users' logs in real-time, CrowdSec identifies and blocks malicious behavior across the entire network. The participatory approach ensures that the intelligence gathered is shared across the community when one user is attacked, enabling all users to block potential threats without external intervention.
117

128
## The CrowdSec Console

crowdsec-docs/unversioned/console/security_engines/am_i_under_attack.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
title: Am I Under Attack 🏅
2+
title: Am I Under Attack
33
description: Alerting you when a surge of attack is hitting you
44
---
55

6-
## Introduction
7-
86
import { Badge } from "@site/src/ui/badge";
97

108
<div className="mb-4">

crowdsec-docs/unversioned/console/security_engines/dashboard.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Dashboard
33
description: Security Engines Dashboard page
44
---
55

6-
# Introduction
7-
86
This section displays all the CrowdSec Security Engines available in an Organization. This feature provides a quick overview of the organization's security status and allows the management of all the Security Engines remotely.
97

108
If you haven't signed up for Security Engines, check out the ["Getting Started"](/getting_started/post_installation/console.mdx) guide.

crowdsec-docs/unversioned/console/security_engines/details_page.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Details page
33
description: Learn how to view the details of a Security Engine in the CrowdSec Console its purpose and how to use it
44
---
55

6-
## Introduction
7-
86
This page will reference information about a specific Security Engine. This page is your one-stop resource for understanding everything related to the Security Engine you're interested in.
97

108
![Security Engine details page](/img/console/security_engines/details-page.jpeg)
@@ -19,10 +17,10 @@ At the top of the page, the essential information regarding the Security Engine
1917

2018
Quick actions are available from the summary to apply changes to your Security Engine.
2119

22-
- [Updating name or tags](/console/security_engines/name_and_tags.md)
23-
- [Transferring an Engine](/console/security_engines/transfer_engine.md)
24-
- [Archiving an Engine](/console/security_engines/archive_engine.md)
25-
- [Removing an Engine](/console/security_engines/remove_engine.md)
20+
- [Updating name or tags](/console/security_engines/name_and_tags.md)
21+
- [Transferring an Engine](/console/security_engines/transfer_engine.md)
22+
- [Archiving an Engine](/console/security_engines/archive_engine.md)
23+
- [Removing an Engine](/console/security_engines/remove_engine.md)
2624

2725
![Security Engine details page](/img/console/security_engines/details-page-actions.png)
2826

crowdsec-docs/unversioned/console/security_engines/filter_and_sort.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
title: Dashboard
2+
title: Filter and Sort
33
description: Security Engines Dashboard page
44
---
55

6-
## Introduction
7-
86
This document offers guidance on utilizing the system's filtering feature for Security Engines. Users can refine their search and swiftly locate engines by applying name, IP, tags, and activity filters.
97

108
## Filter Options

0 commit comments

Comments
 (0)