Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ private string GetMarkdown()
// language=markdown
var markdown =
"""
# Detection Rules Overview
# Prebuilt detection rules reference

:::{important}
All prebuilt {{ml}} rules are tagged with `ML`, and their rule type is `machine_learning`. Before using prebuilt {{ml}} rules, ensure you have all of the appropriate requirements.
:::

""";

Expand Down
Loading