[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
+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"