docs: organize cross-product documentation
Dependency Audit / dependency-audit (push) Successful in 1m46s
Deployment Installer / deployment-installer (push) Successful in 9s
Security Audit / security-audit (push) Successful in 11m48s

This commit is contained in:
2026-08-17 16:52:51 +02:00
parent 209a43592f
commit c66e1b768d
46 changed files with 384 additions and 271 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ def is_excluded_repo_file(path: pathlib.Path) -> bool:
return True
if "testing_plan" in name or "test_plan" in name:
return True
if text.endswith("/docs/GITEA_ISSUES.md"):
if text.endswith(("/docs/GITEA_ISSUES.md", "/docs/project/GITEA_ISSUES.md")):
return True
if text.endswith("/docs/GOVOPLAN_MASTER_ROADMAP.md"):
return True
+1
View File
@@ -34,6 +34,7 @@ DEFAULT_EXCLUDES = (
"!**/.cache/**",
"!.gitea/**",
"!docs/GITEA_ISSUES.md",
"!docs/project/GITEA_ISSUES.md",
"!tools/gitea/gitea-todo-import.py",
"!tools/gitea/gitea-sync-labels.py",
"!tools/gitea/gitea-codex-note.py",