Merged
Conversation
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
AlteredCoder
requested changes
Apr 10, 2026
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR modernizes the Live Exploit Tracker (LET) documentation (“doc v2”) by restructuring the Tracker API docs into clearer conceptual sections (data model explanations, API usage, guides) and updating the site configuration to support Mermaid diagrams.
Changes:
- Replaces the old “intro/prioritize/mitigate” doc structure with a new overview + “Understanding the Data” pages (scores, phases, analysis, threat context, fingerprints vs CVEs) and new operational guides.
- Expands/rewrites the Web Interface documentation to match the current UI and workflows.
- Updates Docusaurus configuration, sidebar organization, and dependencies to enable Mermaid rendering.
Reviewed changes
Copilot reviewed 22 out of 31 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| crowdsec-docs/unversioned/tracker_api/web_interface.mdx | Major rewrite/expansion of the web UI guide and navigation. |
| crowdsec-docs/unversioned/tracker_api/overview.mdx | New tracker docs entry point (“Overview”). |
| crowdsec-docs/unversioned/tracker_api/scores.mdx | New conceptual documentation for scoring model. |
| crowdsec-docs/unversioned/tracker_api/exploitation_phases.mdx | New phase definitions + Mermaid lifecycle diagram. |
| crowdsec-docs/unversioned/tracker_api/crowdsec_analysis.mdx | New explanation of the “CrowdSec Analysis” field. |
| crowdsec-docs/unversioned/tracker_api/threat_context.mdx | New documentation for the threat_context object and interpretation. |
| crowdsec-docs/unversioned/tracker_api/fingerprints_vs_cves.mdx | New conceptual comparison of recon rules vs CVEs. |
| crowdsec-docs/unversioned/tracker_api/guide_triage.mdx | New triage workflow guide. |
| crowdsec-docs/unversioned/tracker_api/guide_proactive.mdx | New proactive monitoring guide. |
| crowdsec-docs/unversioned/tracker_api/api_authentication.mdx | New/rewritten API auth & setup page. |
| crowdsec-docs/unversioned/tracker_api/api_cves.mdx | New/rewritten CVE endpoints documentation. |
| crowdsec-docs/unversioned/tracker_api/api_fingerprints.mdx | New/rewritten fingerprint endpoints documentation. |
| crowdsec-docs/unversioned/tracker_api/api_lookups.mdx | New/rewritten vendor/product/tag lookup + vendor subscription docs. |
| crowdsec-docs/unversioned/tracker_api/api_integrations.mdx | New/rewritten integrations & blocklists documentation. |
| crowdsec-docs/unversioned/tracker_api/api_sdks.mdx | New SDK overview and Python SDK examples. |
| crowdsec-docs/unversioned/tracker_api/prioritize.mdx | Removed legacy page (content replaced by new structure). |
| crowdsec-docs/unversioned/tracker_api/mitigate.mdx | Removed legacy page (content replaced by new structure). |
| crowdsec-docs/unversioned/tracker_api/intro.mdx | Removed legacy intro (replaced by overview.mdx with id intro). |
| crowdsec-docs/sidebarsUnversioned.ts | Reorganizes Tracker API sidebar into categories (Overview/Data/API/Guides). |
| crowdsec-docs/docusaurus.config.ts | Enables Mermaid and adds Mermaid theme. |
| crowdsec-docs/package.json | Adds @docusaurus/theme-mermaid. |
| crowdsec-docs/package-lock.json | Lockfile updates to include Mermaid/theme transitive deps. |
| README.md | Updates local dev prerequisites/commands (nvm + stable Node instructions). |
Files not reviewed (1)
- crowdsec-docs/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mazzma12
approved these changes
Apr 15, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: MazzMa <mazzma12@users.noreply.github.com>
AlteredCoder
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.