Skip to content

Commit ff8e9f4

Browse files
committed
refactor ♻️ rebase on master
1 parent 4347ae9 commit ff8e9f4

File tree

7 files changed

+2108
-1911
lines changed

7 files changed

+2108
-1911
lines changed

crowdsec-docs/docs/getting_started/intro.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ sidebar_position: 1
66

77
# Security Engine
88

9+
:::info
10+
You may see Security Engine referred to as "agent" in the documentation/videos and "machines" within cscli commands.
11+
:::
12+
913
The Security Engine is a core component of CrowdSec. It is the component that will analyze logs and will expose an API endpoint for the remediation components to get the decisions made by the engine.
1014

1115
## Supported Platforms

crowdsec-docs/package-lock.json

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

crowdsec-docs/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"@mui/icons-material": "^5.11.16",
3131
"@mui/material": "^5.13.4",
3232
"@mui/x-date-pickers": "^6.18.0",
33+
"@radix-ui/react-popover": "^1.0.7",
3334
"@radix-ui/react-slot": "^1.2.3",
34-
"@radix-ui/react-popover": "^1.1.14",
35-
"@radix-ui/react-tooltip": "^1.1.2",
36-
"animate-css": "^1.3.4",
35+
"@radix-ui/react-tooltip": "^1.2.7",
36+
"animate.css": "^4.1.1",
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
3939
"docusaurus-plugin-zooming": "^1.0.0",
@@ -50,11 +50,14 @@
5050
"@docusaurus/module-type-aliases": "^3.8.1",
5151
"@docusaurus/tsconfig": "^3.8.1",
5252
"@docusaurus/types": "^3.8.1",
53-
"autoprefixer": "^10.4.20",
53+
"autoprefixer": "^10.4.21",
5454
"postcss": "^8.4.47",
5555
"tailwindcss": "^3.4.14",
5656
"typescript": "^5.8.3"
5757
},
58+
"resolutions": {
59+
"@types/react": "^18.3.0"
60+
},
5861
"browserslist": {
5962
"production": [
6063
">0.5%",

0 commit comments

Comments
 (0)