[Docs] Fix Docs Unit Test (#5496)

* Update docset.yml

* Rename README.md to readme.md

* Update pyproject.toml
This commit is contained in:
Jonhnathan
2025-12-18 10:56:09 -03:00
committed by GitHub
parent a9bdfaaea3
commit 1119c3f137
3 changed files with 4 additions and 4 deletions
@@ -49,4 +49,4 @@ For a production-ready and more integrated solution that is designed to work wit
* [Sysmon Event IDs 17, 18: Named Pipe Events](sysmon_eventid17_18_pipe_event.md)
* [Sysmon Event IDs 19, 20, 21: WMI Events](sysmon_eventid19_20_21_wmi_event.md)
* [Sysmon Event ID 22: DNS Query](sysmon_eventid22_dns_query.md)
* [Sysmon Event ID 23: File Delete](sysmon_eventid23_file_delete.md)
* [Sysmon Event ID 23: File Delete](sysmon_eventid23_file_delete.md)
+2 -2
View File
@@ -3,7 +3,7 @@ cross_links:
- docs-content
exclude:
- '_*.md'
- 'README.md'
- 'readme.md'
extensions:
- detection-rules
@@ -13,7 +13,7 @@ toc:
detection_rules: ['../rules', '../rules_building_block']
- folder: audit_policies/windows
children:
- file: README.md
- file: readme.md
- file: audit_authorization_policy_change.md
- file: audit_computer_account_management.md
- file: audit_detailed_file_share.md
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "detection_rules"
version = "1.5.23"
version = "1.5.24"
description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Securitys Detection Engine."
readme = "README.md"
requires-python = ">=3.12"