This commit is contained in:
2025-12-04 03:34:11 +01:00
parent 95fe3e0573
commit 80ac574116
57 changed files with 583 additions and 1418 deletions
+19
View File
@@ -0,0 +1,19 @@
default: true
# Entspannte Regeln für Entwickler-Dokumentation
MD013: false # Line length - zu restriktiv für technische Docs
MD033: false # Inline HTML - manchmal nützlich für Diagramme/Badges
MD041: false # First line heading - README.md hat oft Badges
# Erlaubte Heading-Duplikate (wichtig für API-Docs)
MD024:
siblings_only: true
# Lockere Listen-Indentation
MD007:
indent: 2
# Code-Blöcke brauchen Language-Tags
MD040: true
MD046:
style: fenced
+17
View File
@@ -0,0 +1,17 @@
# Generierte Dateien ignorieren
docs/api/generated/
build/
node_modules/
kotlin-js-store/
# Externe Dokumentation
.junie/
# Temporäre/Legacy-Dateien
.vscode/
.idea/
.fleet/
# Spezielle Markdown-Dateien
CHANGELOG.md
LICENSE
+6
View File
@@ -0,0 +1,6 @@
extends:
- spectral:oas
rules:
# Keep defaults from spectral:oas; tweak minimal project-specific preferences here if needed
info-contact: warn
+5
View File
@@ -0,0 +1,5 @@
StylesPath = .junie/vale
MinAlertLevel = warning
[*.md]
BasedOnStyles = Vale, MoCode