-
Notifications
You must be signed in to change notification settings - Fork 83
feat(remediation-component): 📝 NodeJS Bouncer doc #740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
--- | ||
|
||
import useBaseUrl from '@docusaurus/useBaseUrl'; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Support bubbles
import RemediationSupportBadges from '@site/src/components/RemediationSupportBadges.tsx'; |
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/crowdsecurity/nodejs-cs-bouncer/main/docs/assets/app-sec.webp" width="400px" align="center" alt="Crowdsec Bouncer logo" /> | ||
</p> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add links and bubbles
<p align="center"> | |
📚 <a href="#installation/">Documentation</a> | |
💠 <a href="https://hub.crowdsec.net">Hub</a> | |
💬 <a href="https://discourse.crowdsec.net">Discourse </a> | |
</p> | |
<RemediationSupportBadges | |
Mode | |
Metrics | |
/> |
|
||
- Support IpV4 and Ipv6 (Ipv6 range decisions are yet only supported in `Live mode`) | ||
|
||
## Usage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either we make this doc page a "clone" of https://github.com/crowdsecurity/nodejs-cs-bouncer/blob/main/docs/USER_GUIDE.md
or we mention the userguide with a link here
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/crowdsecurity/nodejs-cs-bouncer/main/docs/assets/app-sec.webp" width="400px" align="center" alt="Crowdsec Bouncer logo" /> | ||
</p> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add build pass + test pass
<p align="center"> | |
<img src="https://img.shields.io/badge/build-pass-green" /> | |
<img src="https://img.shields.io/badge/tests-pass-green" /> | |
</p> |
📝 NodeJS Bouncer doc
https://github.com/crowdsecurity/nodejs-cs-bouncer
Screenshots